a:active {  color: #484848;  text-decoration: none}
a:hover {  color: #484848; text-decoration: none}
a:link {  color: #484848; text-decoration: none}
a:visited {  color: #484848; text-decoration: none}




/*   
     Das ist die Klasse fuer das AUF in der Navigation   
     aufrufen tust das so: <font class="auf">AUF</font>
     oder <span class="auf">AUF</span>
 */ 
.auf { 
        color: black; 
        background-color:none;
        font: 800 16px Broadway BT, Century Gothic, Chaparral Display, Comic Sans MS, Copperplate Gothic Bold, Courier, Courier New, Cutout, Eurasia, Fixedsys, Futura Md BT, Garamond, Giddyup, Greymantle MVB, Haettenschweiler, Impact, Kabel Bk BT;
}


/*   
     Das ist die Klasse fuer den Link in der Navigation    
     aufrufen tust das so: <a href="verweis.htm" class="auf">verweis</a>
*/ 
.nav {
    color: #484848;
    background-color:none;
    font: 12px Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.start {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-decoration: none;
	color: #FF3333;
	font-weight: bold;


}

