/* Style-Sheet Definitionsdatei */
body
{
background-color: #whitesmoke;
}

{
scrollbar-face-color: #FFFFFF; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #FFFFFF; 
scrollbar-3dlight-color: #c0c0c0; 
scrollbar-arrow-color: #0000FF; 
scrollbar-track-color: #c0c0c0; 
scrollbar-darkshadow-color: #c0c0c0;
}


hr { 
border:dotted #dedfd5 1px;
height: 1px;
}

/* Styles für Text */
p,ul,ol,li,div,address,blockquote,nobr,b,i,h2,h3,h4,h5,h6 { font-family:verdana; font-size:8pt; }

/*Hauptmenue*/
.menutitle{
cursor:pointer;
margin-bottom: 3px;
background-color:#dedfd5;
color:#666633;
width:130px;
padding:1px;
text-align:center;
font-size: 8pt;
border:1px solid #666633;
}
/*Untermenue*/
.submenu{
margin-bottom: 0.5em;
}

/* Link-Style */
a:link { font-family: verdana; color:#666633; font-size: 8pt; text-decoration:none; }
a:visited  { font-family: verdana; color:#000000; font-size: 8pt; text-decoration:none; }
a:active  { font-family: verdana; color:#666633; font-size: 8pt; text-decoration:none; }
a:hover { font-family: verdana; color:#000080; font-size: 8pt; text-decoration:none; }
