/* CSS Document */
body {
font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
margin: 0;
padding: 0;
background-color: #99FF99;
}
h1 {
font-size: 1.5em;
line-height: 1.4em;
color: #009900;
}
h2 {
font-size: 1.3em;
line-height: 1.2em;
}
h3 {
font-size: 1.2em;
line-height: 1.1em;
}
h4 {
font-size: 1.1em;
line-height: 1em;
}
h5 {
font-size: 1em;
line-height: 1em;
}
h6 {
font-size: 0.9em;
line-height: 0.9em;
}
#container {
position: relative;
width: 1020px;
margin-right: auto;
margin-left: auto;
background-color: #006600;
padding: 10px;
}
#seite {
position: relative;
width: 1020px;
margin-right: auto;
margin-left: auto;
background-color: #006600;
}
#header {
width: 1020px;
height: 100px;
background-color: #FFFFFF;
}
#headerleft {
float: left;
width: 270px;
height: 100px;
overflow: hidden;
background-color: #FFFFFF;
}
#headerright {
float:left;
width: 750px;
height: 100px;
overflow: hidden;
background-image: url(/images/solarpanel_750_100.jpg);
background-color: #99FF99;
}
#navigation {
float: left;
width: 270px;
height: auto;
background-color: #006600;
}
#main {
float: left;
width: 750px;
height: auto;
background-color: #FFFFFF;
}
#ende {
clear: both;
}
#maintext {
width: 650px;
height:auto;
background-color: #FFFFFF;
margin top: 10px;
margin-left: 50px;
font-size: 0.8em;
line-height: 1.5em;
font-family: Arial, Helvetica, Verdana, sans-serif; 
}
#main_flash {
float: left;
width: 750px;
height: auto;
background-color: #006600;
}
#maintext_flash {
width: 560px;
height: auto;
background-color: #FFF;
margin top: 10px;
margin-left: 50px;
padding: 10px;
font-size: 0.8em;
line-height: 1.5em;
font-family: Arial, Helvetica, Verdana, sans-serif; 
}
.text_fett {
font-weight: bold;
}
/*Formatierung Navigationsleiste*/
ul#nav {
list-style-type: none;
margin: 0px;
padding: 0px;
}
ul#nav li a {
display: block;
width: 266px;
height: 35px;
padding: 0px 0px;
margin: 0px 1px;
border: 1px solid #99FF99;
background-color: #009900;
text-decoration: none;
text-align: center;
color: #FFFFFF;
font-size: 1em;
font-weight: bold;
line-height: 35px;
}
ul#nav li a:hover {
background-color: #0085FF;
}
ul#nav li a:active {
color: red;
}
ul#nav li a.selected {
background-color: #000000;
}
ul#nav_unter {
list-style-type: none;
margin: 0px;
padding: 0px;
}
ul#nav_unter li a {
display: block;
width: 206px;
height: 25px;
padding: 0px 0px;
margin: 0px 60px;
border: 1px solid #99FF99;
background-color: #008800;
text-decoration: none;
text-align: center;
color: #FFFFFF;
font-size: 0.9em;
font-weight: bold;
line-height: 25px;
}
ul#nav_unter li a:hover {
background-color: #0085FF;
}
ul#nav_unter li a:active {
color: red;
}
ul#nav_unter li a.selected {
background-color: #000000;
}
/*Formatierung Images*/ 
.logo {
margin-top: 17px;
margin-left: 35px;
}
.box_bild_left {
float: left;
margin-right: 20px;
margin-bottom: 5px;
}
.box_bild_right {
float: right;
margin-left: 20px;
margin-bottom: 5px;
}
