body {
font-family: verdana, sans-serif;
background: #4de0fa;
margin: 0;
}

#header {
width: 1250px;
height: 130px;
}

#nav_oben {
width: 1255px;
height: 50px;
}

#nav_oben a {
display: block;
float: left;
color: #000ff;
font-size: 12px;
text-align: center;
padding: 10px 0 0 0;
width: 208px;
height: 35px;
background: url("nav_o.png") no-repeat;
text-decoration: none;
}



a:link {
color: #6600FF;
background-color: transparent;
text-decoration: none;
}

a:visited {
color: #0000FF;
background-color: transparent;
text-decoration: none;
}

a:hover {
color: red;
background-color: transparent;
text-decoration: none;
}

a:active {
color: red;
background-color: transparent;
text-decoration: none;
}



#inhaltsbereich {
width: 1100px;

padding-left: 5px;
}

#nav_rechts {
width: 250px;
height: 1300px;
float: right;
}

#inhalt {
width: 830px;
height: 1500px;
font-size: 12px;
color: blue;
background: white;
}



#footer {
width: 950px;
height: 50px;
clear: right;
}

#footer a {
display: block;
float: left;
color: #6600FF;
font-size: 12px;
text-align: center;
width: 230px;
height: 25px;
border-right: 2px solid yellow;
border-bottom: 2px solid yellow;
background-color: transparent;
text-decoration: none;
}