/*### Ferienwohnungen Wilster Screen-CSS ###*/

*  { padding: 0; margin: 0; }
h2, h3, p, ul, ol { margin-bottom: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; } 
img {border: none;}

body { 
color: white; 
background-color: #687D91;
font-family: Verdana, sans-serif; 
font-size: 80%; 
}

h1 { font-size: 150%; } 
h2 { font-size: 130%; }
h3 { font-size: 110%; }

/*### Links ###*/
a { text-decoration: none; outline: none;} 
a:link { color: #000099; } 
/*### a:visited {color: #707070; } ###*/
a:hover, 
a:focus {text-decoration: underline; }
a:active { 
color: white; 
background-color: #B2B2B2; 
}

/*### Verschiedene Klassen ###*/
.skiplink { 
position: absolute; 
left: -3000px; 
top: -2000px; 
width: 0px; 
height: 0px; 
overflow: hidden; 
display: inline; 
}

.bildlinks {
float:left; 
padding: 3px; 
border: 5px solid #ccc; 
margin-right: 10px; 
margin-bottom: 10px; 
}

.bildrechts {
float:right; 
padding: 3px; 
border: 5px solid #ccc; 
margin-bottom: 10px;
margin-left: 10px; 
}

.clearing { clear: both; }

/*### Layout ###*/

#wrapper { 
color: black; 
background-color: #afbbc7;
width: 850px;  
margin: 20px auto;
}

#kopfbereich {
position: relative;  
color: black;
height: 100px;
background-image: url(images/wilster.jpg);
}

#kopfbereich h1 {
position:absolute;
top: 50px ; 
left: 50px;  
}

#kopfbereich a {
position:absolute;
top: 22px ; 
right: 10px; 
border: 1px solid white;
}

#kopfbereich a:hover {
border: 1px solid red;
}

/*### Navigation ###*/
#navibereich { 
float: left; 
width: 10em;
padding: 1em;
} 

#navibereich ul { 
width: 9em; 
} 

#navibereich li { 
list-style-type: none; 
margin: 0;
}

#navibereich a { 
display: block;
width: 100%; /*### damit der link auch im IE6 blockt ###*/
text-decoration: none;
color: black; 
background-color: white; 
padding: 0.3em;
border-bottom: 1px solid #afbbc7;
}  

#navibereich a:hover,
#navibereich a:focus { 
color: black;
background-color: white;
text-decoration: underline;
}  

#aktiv {
margin-left: 1em;
}

/*### Textbereich ###*/
#textbereich {
min-height: 350px;
margin: 1em;
padding: 2em 1em 1em 1em;
background-color: white;
margin-left: 12em;
}

#banner {
text-align: center;
}

#banner a img {
border: 1px solid white;
margin: 2em auto 2em auto;
}

#banner a:hover img {
border: 1px solid red;
}

/*### Fussbereich ###*/
#fussbereich {
clear: both; 
color: black; 
background-color: white; 
padding: 5px;
border-top: 1px solid #8c8c8c; 
font-size: 90%;
text-align: center;
}


