<!--

/*--------Grundeinstellungen-----------------------------------------------------*/

body {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
background: #FDFB99;
font-size: 10pt;
}
a:hover { background-color: #EAE022; }

/*------------------------Navigation links----------------------------------------------*/


#navi {
background-color: navy;
padding: 7pt;
font-size: 10pt;
color: silver;
}

#navi a:link { color:silver; text-decoration:none;  font-weight:bold;}
#navi a:visited { color:silver; text-decoration:none; font-weight:bold; }
#navi a:active { color:silver; text-decoration:underline; }



/*-----------------------Inhalte mittig-------------------------------------------*/


#inhalt {
width:480px;
border: 3px dashed gray;
background-color:#E8E8E8; /*--tritt nicht in Kraft wg. Tabelle unten -*/
font-size: 8pt;
}

#inhalt b { color:blue }


#inhalt h1 {
font-size: 14pt;
color: blue;
}


#inhalt td { font-size:10pt; }
#inhalt table { 
background-color:#E8E8E8;
}


-->
