/*

Sourcecode written by
David Boenig

Contact:
david@martial-design.de
www.martial-design.de

*/


#main_white {
	/*
	// Content Schrift weiss
	*/
	font-size: 8pt;
	font-family: Verdana;
	color: #f9f8f8;
	text-decoration: none;
}

#navigation_top {
	/*
	// Haupt-Navigation Schrift weiss
	*/
	font-size: 9pt;
	font-family: Verdana;
	font-weight: bold;
	color: #f9f8f8;
	text-decoration: none;
}

#content_white {
	/*
	// Content Schrift weiss
	*/
	font-size: 10pt;
	font-family: Verdana;
	color: #f9f8f8;
	text-decoration: none;
}


#small_navi {
	/*
	// Kleiner Font für Navi rechts
	*/

	font-size: 0.9em;
	font-family: Verdana;
	color: #f9f8f8;
	
}