html, body {
height: 100%;
}
body {
margin:0;
padding:10px 0 10px 0;
background-color:#ffffff;
color:#666666;
font-family:Arial, Verdana, Tahoma, Helvetica, sans-serif;
font-size:1.0em;
font-weight:normal;
text-align:left;
/*line-height:14px;*/
}
a:link, a:visited, a:hover, a:active{
font-size:1.0em;
text-decoration:none;
color:#666666;
}
a:hover{
color:#ff0000;
}
div, p {text-align:left;}
h1, h2, h3, h4, h5, h6{
font-size:1.2em;
padding:0;
margin:2px 0 0 0;
font-weight:bolder;
color:#029002;
}
h1{font-size:1.2em;}/*Überschrift Layout 1*/
h2{font-size:1.1em;color:#C67952;}/*Überschrift Layout 2*/
h3{font-size:0.9em;text-decoration:underline;}/*Überschrift Layout 2*/
ul{
padding:0 0 0 16px;
margin:0;
list-style-position:outside;
list-style-type:circle;
}
li{
padding:0;
margin:6px;
color:#666666;
font-size:0.9em;
/*font-size:0.9em;*/
}
div#body{
width:800px;
min-height:600px;
height:auto !important;  /* für moderne Browser */
height:600px;  /*für den IE */
}
div#header{
padding:0 0 0 0;
margin:0;
width:800px;
min-height:119px;
height:auto !important;  /* für moderne Browser */
height:119px;  /*für den IE */
background: url(../images/header.jpg) no-repeat;
}
div#content{
padding: 0;
margin:0;
width:800px;
min-height:420px;
height:auto !important;  /* für moderne Browser */
height:420px;  /*für den IE */
/*background: url(../images/Welle_farbig.png) no-repeat;*/
background: url(../images/body.png)  repeat-y;
}
div#links{
padding: 10px 0 0 10px;
float:left;
width:580px;
min-height:420px;
height:auto !important;  /* für moderne Browser */
height:420px;  /*für den IE */

}
div#rechts{
padding: 0 10px 0 0;
float:right;
width:200px;
min-height:420px;
height:auto !important;  /* für moderne Browser */
height:420px;  /*für den IE */

}
div#address{
padding:1px 10px 1px 10px;
margin:10px;
width:160px;
height:160px;
min-height:160px;
height:auto !important;  /* für moderne Browser */
font-size:0.7em;
background-color:#EFEFEF;
}
div#footer{
padding: 0 10px 0 10px;
margin:0;
width:800px;
height:20px;
background: url(../images/footer.png)  no-repeat;
}
