/* CSS Document */

body{
background-color: #fff;
font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
color: #037;
font-size: 0.8em;
line-height: 1.5em;
margin:0;
}

h1{font-size:1em;
}

#banner{
background-image: url(img/hinter_home_balken.gif);
position:absolute;
top:50%;
left: 0%;
height:100px;
margin-top:-50px;
width: 100%;
}

span.links {
background-image: url(img/bild_links_balken.jpg);
position:absolute;
width: 230px;
height: 100px;
}

span.mitte {
background-image: url(img/logo.gif);
position:absolute;
margin-left: -78px;
left:50%;
width: 155px;
height: 100px;
}

span.rechts {
background-image: url(img/bild_rechts_balken.jpg);
position:absolute;
height: 100px;
right: 0%;
margin-right: 0px;
width: 230px;
}

#kontakt{
position:absolute;
top:50%;
margin-top: 60px;
text-align: center;
width: 100%;

}

div.eintreten {
background-image: url(img/pfeilnachrechts.gif);
position:absolute;
top:50%;
left:50%;
margin-left: -20px;
margin-top: 50px;
width: 40px;
height: 27px;
}

div.eintreten span {
position:absolute;
margin-top:30px;
left:50%;
margin-left:-70%;
}

a:link {
color: #037;
background-color: #abf;	
text-decoration: none;
font-size: 1em;
	
}
a:visited {
background-color: #abf;
color: #037;
text-decoration: none;
}
a:hover {
background-color: #abf;
color: #FFF;
text-decoration: none;
}
a:active {
background-color: #abf;
color: #037;
text-decoration: none;
}

