/*
+=======================================+
| CSS Stylesheet                        |
| ELMER HYDRO                           |
+---------------------------------------+
| (c) Roland Meier, 2009                |
| www.romeier.ch | kontakt@romeier.ch   |
+---------------------------------------+
| Erstellt: 26.08.2009                  |
| Geändert: 28.08.2009                  |
+=======================================+

Farbschema:
blau	#1670b3


+---------------------------------------+
| Allgemeines                           |
+---------------------------------------+
*/

* {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 120%;
	font-size: 14px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    text-align: center;
    color: #000000;
	font-size: 14px;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*
+---------------------------------------+
| Ebenen                                |
+---------------------------------------+
*/

#container {
	width: 960px;
	margin: 0 auto;
	padding-top: 119px;
	border: none;
	text-align: left;
	display: block;
}

#seite {
	display: block;
	background: url(../images/bg_title.png);
	background-repeat: no-repeat;
}

#logo {
	height: 100px;
}

#left {
	width: 150px;
	float: left;
}

#right {
	display: block;
	float: left;
	padding-left: 10px;
	width: 790px;
}

#navigation {
	margin-top: 50px;
}

#award {
	margin-top: 50px;
}

#logos {
	margin-top: 50px;
}

#content {
	padding: 10px;
}

#title {
	height: 100px;
}

#footer {
	width: 100%;
	display: block;
	height: 20px;
	clear: both;
}


/*
+---------------------------------------+
| Text                                  |
+---------------------------------------+
*/

#title h1 {
	color: #ffffff;
	font: 30px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 5px 150px;
	padding: 0px;
	display: inline;
}


h1 {
	color: #000000;
	font: 130% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h2 {
	color: #000000;
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}

h3 {
	color: #000000;
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}

h4 {
	color: #000000;
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}

p {
	color: #000000;
	font: Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
	text-decoration: none;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

a {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

a.klein {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
}

a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

a:active {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/*
+---------------------------------------+
| > #Navigation                         |
+---------------------------------------+
*/

#navigation ul {
	list-style: none;
}

#navigation li {
}

#navigation li:hover {
}

#navigation span {
}

div.navigation {
}

#navigation a {
	display: block;
	height: 23px;
	font-size: 14px;
	width: 150px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	border-bottom: 1px solid #1670b3;
	/*border-top: 1px solid #1670b3;*/
}

#navigation a:hover {
	background-color: #c0e4ff;
}

/*
+---------------------------------------+
| > #Footer                             |
+---------------------------------------+
*/

#footer p {
	color: #999999;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#footer a {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#footer a:link {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#footer a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#footer a:active {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#footer a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/*
+---------------------------------------+
| Tabellen                              |
+---------------------------------------+
*/

table {
	background: transparent;
	border: #000000 1px solid;
	border-collapse: collapse;
	width: 100%;
	padding: 2px;
}

th {
	background: transparent;
	color: #FFFFFF;
	font-weight:bold;
	border: none;
	text-align: left;
}

td {
	border: #000000 1px solid;
	padding: 2px;
}

div.tabelleLinien table {
	border: none;
}

div.tabelleLinien td {
	border-top: none;
	border-left: none;
	vertical-align: top;
	border-bottom: #000000 1px solid;
	border-right: none;
}

div.tabelleOhneRahmen table {
	border: none;
}

div.tabelleOhneRahmen td {
	border: none;
}

/*
+---------------------------------------+
| Formulare                             |
+---------------------------------------+
*/

#inhalt label {
	width: 175px;
	float: left;
}

#formularelementContainer {
	display: block;
	clear: both;
	margin: 10px 0px 10px 0px;
}

#inhalt fieldset {
	border: 1px #000099 solid;
	padding: 5px;
}

#inhalt legend {
	font-weight: bold;
	color: #000099;
}

#inhalt input.text {
	width: 500px;
	background: transparent;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px #000099 solid;
}

#inhalt input.text:focus {
	background: #FFFFCC;
}

#inhalt input.button {
	background: transparent;
	color: #000099;
	font-weight: bold;
	border: 2px solid #000099;
	margin: 0px 5px 0px 0px;
}

#inhalt input.button:focus {
	background: #FFFFFF;
	color: #000099;
	font-weight: bold;
	border: 2px #D10035 solid;
}

#inhalt textarea {
	width: 500px;
	background: transparent;
	border: 1px #0059A3 solid;
}

#inhalt textarea:focus {
	background: #FFFFCC;
	border: 1px #0059A3 solid;
}

#inhalt input.checkbox {
	background: transparent;
}

#inhalt input.option {
	background: transparent;
}

#inhalt select {
	width: 295px;
	background: transparent;
	border: 1px #000099 solid;
}

/*
+---------------------------------------+
| Elemente                              |
+---------------------------------------+
*/

#inhalt li {
	list-style: inside square;
}

img {
	border: none;
}

#inhalt div.erfolgsmeldung {
	background: #00CC33;
	padding: 5px;
}

#inhalt div.fehlermeldung {
	background: #FF9900;
	padding: 5px;
}

/*
+---------------------------------------+
| News                                  |
+---------------------------------------+
*/

div.news_container {
	border: #1670b3 solid 1px;
	display: block;
	margin-bottom: 20px;
}

div.news_datum {
	float: left;
	width: 100px;
	color: #FFFFFF;
	background-color: #1670b3;
	padding: 3px;
}

div.news_titel {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #1670b3;
	padding: 3px;
}

div.news_text {
	color: #000000;
	padding: 7px 3px;
	clear: both;
}

