body#body_startseite {
background-color:#92A6FD;
/*background-color:#0033FF;*/ /* VfL-Blau*/

background-image:url(../images/Farbverlauf_Blau.jpg) ;
background-attachment:fixed; /*Bild bleibt stehen, wenn gescrollt wird*/

color:black; /*Schrift- bzw. Vordergrundfarbe*/

margin:0px; /*Keine Ränder um den body*/

}

#menue {
width:160px; /*8em;*/
border: 1px solid #fff;
border-right:1px solid #777;
border-bottom:1px solid #777;
background: #A8B9FF;
padding:5px;
font:normal 0.8em tahoma, sans-serif;
/*cursor:help;*/
}

#menue_rechts {
width:160px; /*8em;*/
border: 1px solid #fff;
border-right:1px solid #777;
border-bottom:1px solid #777;
background: #A8B9FF;
padding:5px;
font:normal 0.8em tahoma, sans-serif;
/*cursor:help;*/
}


#news {
width:160px; /*8em;*/
border: 1px solid #fff;
border-right:1px solid #777;
border-bottom:1px solid #777;
background: #A8B9FF;
padding:5px;
font:normal 0.9em arial, sans-serif;
}

#layer1 {
width:160px; /*8em;*/
border: 1px solid #fff;
border-right:1px solid #777;
border-bottom:1px solid #777;
background: #A8B9FF;
padding:5px;
font:normal 0.9em arial, sans-serif;
position:absolute;
z-index:1;
}

#inhalt {
width:850px; 
hight:900px;
border: 1px solid #fff;
border-right:1px solid #777;
border-bottom:1px solid #777;
background: #A8B9FF;
padding:5;
font:normal 0.9em arial, sans-serif;
}

span.unsichtbar {
position:absolute;
left:-1000px;
top:-1000px;
width:0;
height:0;
overflow:hidden;
display:inline;
}


a:link { color:white; text-decoration:none}
a:visited { color:white; text-decoration:none}
a:hover { color:red; text-decoration:underline}
a:active { color:white; text-decoration:none}
