/* 	Datei:	 formate.css 		*/

/*	Hintergrundfarbe			*/
body	{ 	background:#ffffcc;
}


/* 	Text und Aufzählung		*/
p	{	font-family:Arial, Helvetica; 
      		font-size:10pt;
		color:#000000;
}

/* 	Überschrift erster Ordnung	*/
h1	{ 	font-family:Arial, Helvetica; 
	      	font-size:16pt;
		color:#0099ff;
}

/* 	Überschrift zweiter Ordnung	*/
h2	{ 	font-family:Arial, Helvetica; 
	      	font-size:12pt;
		color:#000000;
}

/* 	Überschrift dritter Ordnung	*/
h3	{ 	font-family:Arial, Helvetica; 
	      	font-size:10pt;
		color:#000000;
}

/*	normale Links				*/
a	{   	font-family:Arial, Helvetica; 
      		font-size:10pt;
		font-weight:bold;
		text-decoration:none;
}


/*	Noch nicht besuchte Links		*/
a:link	{ 	color:#99cc00; 
}

/*	Bereits besuchte Links		*/
a:visited	{	
		color:#ff9900;
}


/*	a:active läuft nur IE		*/
/*	alink unter Netscape benutzen	*/
/*	Gerade angeklickte Links		*/
a:active	{	
		color:#99cc00;
}

/*	Tabellendatenzelle		*/
td	{	font-family:Arial, Helvetica;
		font-size:10pt;
		font-weight:bold;
		list-style-type:none;
		color:#0099ff; /* Blau 0099ff Orange ff9900 */
}

/*	Tabellenkopf		*/
th	{	font-family:Arial, Helvetica;
		font-size:10pt;
		font-weight:bold;		
		color:#99cc33;
}

/*	Liste		*/
ul	{	font-family:Arial, Helvetica;
		font-size:10pt;
		font-weight:bold;		
		color:#ffcc33;
}

/*	Die Unterpunkte einer Liste */
ul li	{	color:#99cc00;
}
