/* 		***** Mit diesem CSS werden alle Schrift-Definitionen vergeben ***** 		*/

/* 		*** ALLGEMEIN *** 															*/

/* 		--> Basis-Schriften <-- 													*/

	b							{ font-weight: bold; }
	h1							{ font-size: 14px; }
	h2							{ }
	h3							{ }
	body,br,div,p,table,tr,td	{ font-family: verdana,arial,helvetica,sans-serif; font-size: 11px; }

/* 		--> Tabelle <-- 															*/
	
	table,tr,td		{ }

/* 		--> Links <-- 																*/

	.inhalt a:link		{ text-decoration: none; }
	.inhalt a:visited	{ text-decoration: none; }
	.inhalt a:hover		{ text-decoration: none; }
	
	a.innov8tm:link		{ text-decoration: none; }
	a.innov8tm:visited	{ text-decoration: none; }
	a.innov8tm:hover	{ text-decoration: none; }

/* 		*** KUNDENSPEZIFISCH *** 													*/

/* 		--> Navigation <-- 															*/	
	
	a.nav:link		{ text-decoration: none; font-size: 11px; font-weight: bold; }
	a.nav:visited	{ text-decoration: none; font-size: 11px; font-weight: bold; }
	a.nav:hover		{ text-decoration: none; font-size: 11px; font-weight: bold; }
	
	a.innov8tm:link			{font-size: 9px; }
	a.innov8tm:visited		{font-size: 9px; }
	a.innov8tm:hover		{font-size: 9px; }
	
/* 		--> Inhalte <-- 															*/

	.bereichstitel					{ font-size: 14px; font-weight: bold; letter-spacing: 1px }
	.bereichsuntertitel				{ font-size: 12px; font-weight: bold; letter-spacing: 1px; }
	
	table.produkte .pname			{ font-weight: bold; }

	table.spezialangebote .titel	{ font-weight: bold; }
	
	.fusszeile			{ font-size: 11px; }
	
	.button				{ font-size: 11px; font-weight: bold; }
