/* Seiteneigenschaften */

BODY  {

	background-color : #ffffff;

	margin-top : 0px;

	margin-left: 0px;

	color : #CCCCCC;
	
}






/* Verweise */

a:link {

	font-family : Arial,Helvetica;

	font-weight : normal;

	text-decoration : none;
	
	font-size:0.9em;
	
	color:#000000;

}
a:visited {

	color:#000000;
	
	text-decoration : none;
	
	font-weight : normal;
	

}

a:active {

	color:#000000;
	
	text-decoration : none;
	
	font-weight : normal;
	
	
}


a.underline:link {

	font-family : Arial,Helvetica;

	font-weight : normal;

	text-decoration : underline;;
	
	font-size:0.9em;
	
	color:#000000;

}
a.underline:visited {

	color:#000000;
	
	text-decoration : underline;;
	
	font-weight : normal;
	

}

a.underline:active {

	color:#000000;
	
	text-decoration : underline;;
	
	font-weight : normal;
	
	
}

a.navi:link {

	font-family : Arial,Helvetica;

	font-size : 0.9em;
	
	font-weight : bold;

	font-style : normal;

	color : #cccccc;
	
	
	}
	
a.navi:active {


	color : #339999;
	
	font-weight : bold;
	
	font-size : 0.9em;
	
}



a.navi:visited {

	color : #cccccc;
	
	font-weight : bold;
	
	font-size : 0.9em;
	

}


	
* Absaetze */

p  {

	font-family : Arial,Helvetica;

	font-size:0.9em;

	color : #cccccc;

}





/* Ueberschriften */

b
{
	font-family: Arial,Helvetica;
		
	font-weight:bold;
	
	color : #333399;
	
	font-size:1.0em;
	
}
b.grau
{
	font-family: Arial,Helvetica;
		
	font-weight:bold;
	
	color : #666666;
	
	font-size:0.9em;
	
}


/* Liste */

ul {

	font-family : Arial,Helvetica;

	font-size : 1em;

	font-weight : normal;

	font-style : normal;

	list-style-type:disc;

	color:#333399;

}

li, ul a {

	font-family : Arial,Helvetica;

	font-size :0.9em;

	font-weight : normal;

	font-style : normal;

}	



/* Tabellen */

td  {

	font-family : Arial,Helvetica;

	font-size : 0.9em;
	
	font-weight : normal;

	font-style : normal;

	color : #000000;
	
	line-height : 1.1em;
	}
	
	
	
td.content  {
	
	padding:0.5em;
	}	
	
	
	
td.menu {

	font-family : Arial,Helvetica;

	font-size : 0.9em;
	
	font-weight : bold;

	font-style : normal;

	color : #cccccc;
	
	background-color:#333399;
	
	
	}
	
	
	
td.daten {

	font-family : Arial,Helvetica;

	font-size : 0.9em;
	
	font-weight : bold;

	font-style : normal;

	color : #000000;
	
	background-color:#d2dfec;
	
	}




/* Sonstiges */




h1 { 
	background-color:#333399;
}

