body {
 background: #9C9C9C;
}



#center{
position: absolute;
width: 780px;
height: 580px;
z-index:1;

top:50%;
left:50%;
margin-top: -290px;
margin-left: -390px;
padding: 0px;
background: #C1C1C1;

}

#banner{
position: absolute;
width: 780px;
height: 100px;
z-index:2;
top:20px;
}


#inhalt{
font-family: arial, helvetica, sans-serif;

position: absolute;
width: 650px;
height: 380px;
z-index:2;
top: 140px;
left: 0px;
font-size: 80%;
color: #404040;
overflow: auto;

background: #CCCCCC;
}



##logo{
position: absolute;
width:80px;
height: 50px;
z-index: 2;
bottom: 60px;
right:25px;

font-family: arial, helvetica, sans-serif;
background: #CCCCCC;
font-size: 80%;
font-weight:bold;
font-style: italic;
}




table {
 font-size: 90%;


}


#fusszeile {
position: absolute;
z-index: 2;
bottom:10px;
left:0px;
width: 780px;
height: 30px;
background: url(banner/fusszeile.jpg);

}

#text {
position: absolute;
z-index: 2;
bottom:4px;
right: 0px;
width: 250px;
height: 20px;
font-family: arial, helvetica, sans-serif;
font-size: 80%;
font-weight:bold;
z-index: 10;

}



a {
 color: #000000;
 text-decoration: none;
}

a:visited {

color: #000000;
}
