body {
background-color: #defafe;
font-family: Verdana, sans-serif;
margin: 0;

}

#header {
position: absolute;
left: 0;
top: 0;
text-align: left;
width: 1160px;
height: 250px;
margin: 0;
}

#suchfeld {
position: absolute;
left: 969px;
top: 253px;
}




#linke_seite {
position: absolute;
left: 0;
top: 250px;
padding: 0 0 0 0;
height: 1500px
width: 160px;
}


#rechte_seite {
position: absolute;
top: 290px;
left: 1000px;
padding: 0 0 0 0;
height: 1500px;
width: 160px;
}


#nav_o {
position: absolute;
top: 250px;
left: 160px;
margin: 0;
padding: 0 0 5px 0;
list-style: none;
width: 807px;
height: 30px;
z-index: 99;
font-size: 12px;
}


#nav_o>li {
padding: 0;
float: left;
}

#nav_o a:hover {
background: url("hover_o.png") no-repeat;
color: red;
} 

#nav_o li a {
color: #ffffff;
height: 20px;
display: block;
text-align: left;
width: 150px;
padding: 8px 0 0 10px;
background: url("knopf_o.png") no-repeat;
border-right: 1px solid #defafe;
} 

#knopfeins {
border-left: 1px solid #defafe;
} 
 

#nav_o li ul.sub_ul {
display: none;
}


#nav_o li:hover ul.sub_ul  {
display: block;
list-style: none;
padding: 1px 0 0 0;
}


#nav_o ul.sub_ul a {
display: block;
text-align: left;
border-bottom: 1px solid #83fbc7;
border-right: 1px solid #83fbc7;
color: #fff;
}

#nav_o ul.sub_ul a:hover {
background: url("hover_o.png") no-repeat;
color: red;
}



.navigation {
width: 160px;
height: 290px;
}


.navigation a {
font-size: 11px;
width: 150px;
height: 20px;
padding: 8px 0 0 10px;
background: url("knopf.png") no-repeat;
text-align: left;
color: #ffffff;
text-decoration: none;
display: block;
border-bottom: 1px solid #defafe;
}



.navigation a:visited {
color: #000000;
}

.navigation a:focus {
color: red;
}

.navigation a:hover {
background: url("hover.png") no-repeat;
color: red;
}

.navigation a:active {
background: lightgreen;
color: red;

}

a {
color: blue;
text-decoration: none;

}

a:visited {
color: #0c673f;
text-decoration: none;
}

a:focus {
color: red;
text-decoration: none;
}

a:hover {
color: red;
text-decoration: none;
}

a:active {
color: red;
text-decoration: none;
}



#hotels, #wetter, #werbung, #partnerseiten {
background: url("bg-hotels.png") no-repeat;
padding: 5px;
width: 160px;
height: 100px;
font-size: 12px;
margin-top: 10px;
color: #fff;
font-weight: bold;
}

#hotels ul {
color: #000;
margin: 0; 
padding-left: 20px;
}

#partnerseiten span {
font-size: 10px;
}


#werbunggoogle {
background: url("bg-werbung.png") no-repeat;
height: 635px;
width: 160px;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 5px;
}

#wetter {
background: url("bg-wetter.png") no-repeat;
height: 350px;
}


#inhalt {
position: absolute;
left: 170px;
top: 290px;
width: 811px;
height: 1700px;
padding: 5px;
overflow: auto;
}


#footer {
position: absolute;
left: 175px;
top: 2030px;
width: 811px;
height: 150px;
padding: 5px;
font-size: 12px;
color: #000;
font-weight: bold;
background: url("bg-footer.png") no-repeat;
}

#footer span{
color: #fff;
}




.folgt {
display: none;

}

