body 
{
	font-family:	Helvetica, Arial, Sans; 
}


/*===========================================*/
a
{
	text-decoration:    underline; 
	font-size: 	    10pt;
}

a:link 
{ 
	color: 		    #8B0000;
	font-weight: 	    bold;
}

a:visited 
{ 
	color: 		    #A52A2A;
	font-weight: 	    lighter;
}

a:hover 
{ 
	text-decoration:    none;
	color: 		    #CD853F; 
	font-weight:	    bold;
}

/* a:active { }*/

/*===========================================*/

a.nav
{
	text-decoration:    none; 
}

a.nav:link 
{ 
	color:		    #eee8aa;
	font-weight:	    bold;
	font-size: 	    10pt; 
}


a.nav:visited 
{ 
	color:		    #eee8aa;
	font-weight:	    bold;
	font-size: 	    10pt; 
}


a.nav:hover 
{ 
	color: 		    #8B0000;
	font-weight:	    bold; 
	background-color:   #F5F5DC;
}

/*a.nav:active { } */

/*===========================================*/


a.up:link 
{ 
	color: 		    #8B0000; 
	font-weight: 	    lighter; 
	text-decoration:    none; 
	font-size: 	    10pt; 
}

a.up:visited 
{ 
	color: 		    #A0522D;
 	font-weight: 	    lighter;
	text-decoration:    none; 
	font-size: 	    10pt; 
}

a.up:hover 
{ 
	font-family:	    Helvetica, Arial; 
	text-decoration:    underline; 
	font-weight:	    bold;
}

/* a.up:active { } */

/*===========================================*/


a.druck:link 
{ 
	color: 		    #8B0000; 
	font-weight:	    lighter; 
	text-decoration:    none; 
	font-size: 	    8pt;
}

a.druck:visited 
{ 
	color: #8B0000; 
	font-weight: lighter; 
	text-decoration:none; 
	font-size: 8pt;
}

a.druck:hover 
{ 
	text-decoration:    underline; 
	font-weight:	    bold;
}

/* a.druck:active { } */

/*===========================================*/

p, td 
{ 
	font-size:	    10pt; 
}


