/* *************************************** */
/* Main Styles f&uuml;r Home und Contentseiten  */
/* *************************************** */

body			{ margin:0px; 
				  padding:0px;
			  	  background-color:#FFFFFF; }
				  
.areaMenu		{ margin:45px; margin-bottom:0px; }
.areaContent	{ margin:45px; margin-top:8px; }

.widthContent	{ width:950px; }
/* Breite Textbl&ouml;cke */
.widthTextCon	{ width:462px; }


/* ------------------------------------- */
/* 					Fonts				 */
/* ------------------------------------- */

br				{ line-height:12px; }
.bold 			{ font-weight:bold; }

/* Normaler Schriftgrad */
.fontNormal		{ font-size:12px;
				  word-spacing:1px;
				  color:#7F7F7F;
			  	  text-decoration:none;
			  	  font-family:Verdana,Arial,Helvetica,sans-serif; }

/* Kleiner Schriftgrad */
.fontSmall		{ font-size:10px;
				  color:#7F7F7F;
			  	  text-decoration:none;
			  	  font-family:Verdana,Arial,Helvetica,sans-serif; }

/* Normaler Link Style */
a:link			{ font-size:12px; color:#7F7F7F; text-decoration:underline; font-weight:normal; font-family:Verdana,Arial,Helvetica,sans-serif; }
a:visited		{ font-size:12px; color:#7F7F7F; text-decoration:underline; font-weight:normal; font-family:Verdana,Arial,Helvetica,sans-serif; }
a:hover			{ font-size:12px; color:#1A1E3D; text-decoration:underline; font-weight:normal; font-family:Verdana,Arial,Helvetica,sans-serif; }


/* -------------------------------------------------- */
/* subAreas (legen Abst&auml;nde innerhalb von Areas fest) */
/* -------------------------------------------------- */

.subAreaSlash		{ margin-bottom:8px; }
.subAreaCont		{ margin-left:16px; }
.subAreaPicCont		{ margin-left:18px; }

.subSubAreaSlash	{ margin-bottom:5px; }
.subSubAreaCont		{ margin-left:10px; }


/* -------------------------------------------------- */
/*  						Blocks		              */
/* -------------------------------------------------- */

/* Bei Textbl&ouml;cken Zeilenabstand vergr&ouml;&szlig;ern und Block nach oben schieben, damit Ausrichtung gleich bleibt */
.subBlockPara	{ line-height:16px; 
				  padding:0px; 
				  margin:0px; 
				  margin-bottom:-1px; 
				  margin-top:-1px; }


/* -------------------------------------------------- */
/*  					Spacer			              */
/* -------------------------------------------------- */

.spaceBlocks	{ margin-top:15px; }
.spaceBlocksBig	{ margin-top:25px; }

.spaceTElm		{ margin-bottom:3px; }
.spaceElmT		{ margin-bottom:7px; }