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