body {
background-color: #6CE2FF;
font-family: Verdana, sans-serif;
margin: 0;
}



#header {
position: absolute;
left: 0; 
width: 1150px;
height: 190px;
text-align: left;
margin: 0;
}


.aktuelles {
position: absolute;
top: 0;
left: 0;
color: yellow;
font-size: 10px;
width: 140px;
height: 110px;
text-align: center;
padding: 5px; 
}



a:link {
color: blue;
}

a:visited {
color: yellow;
}

a:focus {
color: red;
}

a:hover {
color: red;
}

a:active {
color: red;
}

#inhalt {
position: absolute;
left: 180px;
top: 240px;
width: 800px;
height: 1500px;
background: #6CE2FF;
padding: 50px 0 0 20px;
overflow: auto;
}

#linke_seite {
position: absolute;
left: 0px;
top: 190px;
width: 160px;
height: 1600px;

}




#nav_oben {
position: absolute;
left: 162px;
top: 190px;
width: 1000px;
height: 30px;
text-align: center;

}


#nav_oben a {
width: 160px;
height: 23px;
font-size: 12px;
color: blue;
text-align: center;
text-decoration: none;
padding: 8px 0 0 0;
margin: 0 3px 0 0;
float: left;
background: url("knopf.png") no-repeat;
}

#nav_oben a:visited {
color: blue;
text-decoration: none;

}


#nav_oben a:focus {
text-decoration: none;
color: red;
background: url("hover.png") no-repeat;
}

#nav_oben a:hover {
color: red;
background: url("hover.png") no-repeat;
text-decoration: none;
}

#nav_oben a:active {
color: red;
text-decoration: none;
background: url("hover.png") no-repeat;
}


#navigation {
width: 160px;
height: 300px;
font-size: 11px;
}

#navigation a {
display: block;
width: 160px;
height: 23px;
font-size: 12px;
color: blue;
text-align: left;
text-decoration: none;
padding: 8px 0 0 5px;
background: url("knopf.png") no-repeat;
}


#navigation a:visited {
color: blue;
text-decoration: none;
}

#navigation a:focus {
text-decoration: none;
}

#navigation a:hover {
color: red;
background: url("hover.png") no-repeat;
text-decoration: none;
}

#navigation a:active {
color: blue;
text-decoration: none;
}


.folgt {
display: none;
}
