/* *************************************** */

/* Font Styles für Home und Contentseiten  */

/* *************************************** */



br				{ line-height:12px; }



.bold 			{ font-weight:bold; }

.italic			{ font-style:italic; }



.headLineCon	{ font-size:18px; font-weight:bold; margin-bottom:8px; }



/* Normaler Schriftgrad */

.fontNormal		{ font-size:12px;

				  word-spacing:1px;

				  color:#000000;

			  	  text-decoration:none;

			  	  font-family:Arial,Helvetica,sans-serif; }



/* Kleiner Schriftgrad */

.fontSmall		{ font-size:10px;

				  color:#000000;

			  	  text-decoration:none;

			  	  font-family:Arial,Helvetica,sans-serif; }



/* Text-/Abschlussleiste unten */

.fontTextBar	{ font-size:10px;

				  color:#424242;

				  text-decoration:none;

				  font-weight:normal;

				  font-family:Arial,Helvetica,sans-serif; }



/* Tree Menu letzter Eintrag ohne Link */

.fontTreeMenu	{ font-size:10px;

				  color:#FFFFFF;

				  text-decoration:none;

				  font-weight:normal;

				  font-family:Arial,Helvetica,sans-serif; }

				  

/* Text in farbigen Contentbalken */

.fontConStripe	{ font-size:12px;

				  color:#FFFFFF;

				  text-decoration:none;

				  font-weight:normal;

				  font-family:Arial,Helvetica,sans-serif; }



/* Text in farbigen Newsbalken */

.fontNewsStripe	{ font-size:10px;

				  color:#FFFFFF;

				  text-decoration:none;

				  font-weight:normal;

				  font-family:Arial,Helvetica,sans-serif; }



/* Normaler Link Style */

a:link				{ font-size:12px; color:#000000; text-decoration:underline; font-weight:normal; font-family:Arial,Helvetica,sans-serif; }

a:visited			{ font-size:12px; color:#000000; text-decoration:underline; font-weight:normal; font-family:Arial,Helvetica,sans-serif; }

a:hover				{ font-size:12px; color:#717171; text-decoration:underline; font-weight:normal; font-family:Arial,Helvetica,sans-serif; }



/* Link Style für Tree Menu */

a.boldLink			{ font-size:12px; color:#000000; text-decoration:underline; font-weight:bold; font-family:Arial,Helvetica,sans-serif; }

a:link.boldLink		{ font-size:12px; color:#000000; text-decoration:underline; font-weight:bold; font-family:Arial,Helvetica,sans-serif; }

a:visited.boldLink	{ font-size:12px; color:#000000; text-decoration:underline; font-weight:bold; font-family:Arial,Helvetica,sans-serif; }

a:hover.boldLink	{ font-size:12px; color:#717171; text-decoration:underline; font-weight:bold; font-family:Arial,Helvetica,sans-serif; }



/* Link Style für Tree Menu */

a.smallLink			{ font-size:10px; color:#000000; text-decoration:underline; font-weight:normal; font-family:Arial,Helvetica,sans-serif; }

a:link.smallLink	{ font-size:10px; color:#000000; text-decoration:underline; font-weight:normal; font-family:Arial,Helvetica,sans-serif; }

a:visited.smallLink	{ font-size:10px; color:#000000; text-decoration:underline; font-weight:normal; font-family:Arial,Helvetica,sans-serif; }

a:hover.smallLink	{ font-size:10px; color:#717171; text-decoration:underline; font-weight:normal; font-family:Arial,Helvetica,sans-serif; }



/* Link Style für Tree Menu */

a.treeMenu			{ font-size:10px; color:#000000; text-decoration:none; font-weight:normal; font-family:Arial,Helvetica,sans-serif; }

a:link.treeMenu		{ font-size:10px; color:#000000; text-decoration:none; font-weight:normal; font-family:Arial,Helvetica,sans-serif; }

a:visited.treeMenu	{ font-size:10px; color:#000000; text-decoration:none; font-weight:normal; font-family:Arial,Helvetica,sans-serif; }

a:hover.treeMenu	{ font-size:10px; color:#FFFFFF; text-decoration:none; font-weight:normal; font-family:Arial,Helvetica,sans-serif; }



/* Link Style für Abschlussleiste */

a.textBar			{ font-size:10px; color:#424242; text-decoration:underline; font-weight:normal; font-family:Arial,Helvetica,sans-serif; }

a:link.textBar		{ font-size:10px; color:#424242; text-decoration:underline; font-weight:normal; font-family:Arial,Helvetica,sans-serif; }

a:visited.textBar	{ font-size:10px; color:#424242; text-decoration:underline; font-weight:normal; font-family:Arial,Helvetica,sans-serif; }

a:hover.textBar		{ font-size:10px; color:#FFFFFF; text-decoration:underline; font-weight:normal; font-family:Arial,Helvetica,sans-serif; }


