/* CSS Document */

body{
background:#000000
}

#container {
width: 860px;
min-height:1%;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;}

#oben {

width: 800px;
height: 80px;
margin-left: auto;
margin-right: auto;
}

#unten {
clear:both;
width: 800px;
height: 60px;
margin-left: auto;
margin-right: auto;
text-align:center;
padding-top:8px;
}
/*Image Link */
#eingang {
background:#000000 url(img/eingang.png) repeat scroll 0 0;
width:160px;
height:60px;
margin-left: auto;
margin-right: auto;
}
#eingang a {
display:block;
width:160px;
height:60px;
margin-left: auto;
margin-right: auto;
}
#eingang a:hover {
background:#000000 url(img/eingang_hell.png) repeat scroll 0 0;
width:160px;
height:60px;
}


#mitte {
position: relative;

width: 800px;
min-height:1%;
margin: 0px;
margin-left: auto;
margin-right: auto; }

#links {
float: left;
width: 390px;
text-align:center;
}

#rechts {
float: right;
width: 390px;
text-align:center;
}

.titel {
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:30px;
color:#ff0000;
}

a {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;

}
a:link {
background-image:url(img/eingang.png);
background-position:center;
background-repeat:no-repeat;
}
a:hover{
color: #FFFECD;
background-image:url(img/eingang_hell.png);
}
a:visited {
color:#FF0000;
text-decoration:none;
}

