BODY {
scrollbar-face-color: rgb(255,255,255); 
scrollbar-highlight-color: rgb(128,128,128); 
scrollbar-shadow-color: rgb(128,128,128); 
scrollbar-3dlight-color: rgb(255,255,255);
scrollbar-arrow-color: rgb(255,167,0); 
scrollbar-track-color: rgb(255,192,63);
scrollbar-darkshadow-color: rgb(255,255,255);
background-color : #0069A4;
}

#startmitte {
height:450px; width:900px; /*größe des Rahmens*/
margin-top: -225px; /*halber Wert der Höhe im Minusbereich*/
margin-left: -450px; /*halber Wert der Breite im Minusbereich*/
top:50%; 
left:50%;
position:absolute;
background-color : #FFFFFF; 
background-repeat:no-repeat; 
background-image:url(images/start_signet.gif);
background-position: right bottom;
}

#mitte {
height:450px; width:900px; /*größe des Rahmens*/
margin-top: -225px; /*halber Wert der Höhe im Minusbereich*/
margin-left: -450px; /*halber Wert der Breite im Minusbereich*/
top:50%; 
left:50%;
position:absolute;
background-color : #FFFFFF; 
background-repeat:no-repeat; 
background-image:url(images/inhalt_signet.gif);
background-position: left bottom;
}


A:link { color: #0083CC; text-decoration: none; font-family: Arial,Verdana,Geneva; font-size:12px; font-weight:normal; }
A:visited { color: #0083CC; text-decoration: none; font-family: Arial,Verdana,Geneva; font-size:12px; font-weight:normal;}
A:hover { color: #003552; text-decoration: none; font-family: Arial,Verdana,Geneva; font-size:12px; font-weight:normal;}

.visitedlink {color: #A2BBE1; font-family: Arial,Verdana,Geneva; font-size:12px; font-weight:normal;}


Table,TD,TR
{ 
color : #666666;
font-size: 12px; 
font-family : Arial,Verdana,Geneva,Helvetica,Helv,Swiss;
}

.normaltext
{ 
color : #666666;
text-align:justify;
line-height: 14px;
font-size: 12px; 
font-family : Arial,Verdana,Geneva,Helvetica,Helv,Swiss;
margin-right:20px;
}