/* ---------------------------------------------------------------- */
/* DEFINITION DER CONTAINER FÜR DEN SEITENAUFBAU       */
/* ---------------------------------------------------------------- */
body {
	margin:		0;
	padding:		0; 
	text-align:		center;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	background-color:	#FBFBFB;
} 
/* globaler Container */
#pagewidthouter {	
	width:		980px;
	position:		absolute;
	top:		20px;
	left:		50%;
	margin-left:	-490px; /* negative Hälfte von width: 98em */
	background-color:	transparent;
	border:		none;
	z-index:		0;
}
#pagewidth {
	width:		980px;
	text-align:		center;
	background-color:	transparent;
} 
#pagewidthinner {
	width:		980px;
	text-align:		left;
	margin-left:	auto; 
	margin-right:	auto;  
	background-color:	transparent;
	background-image:	url(logo-vertical.jpg);
	background-image:	url(logo-vertical.gif);
	background-repeat:	no-repeat;
	background-position:	20px bottom;
} 
#header {
	position:		absolute;
	left:		0px;
	top:		149px;
	height:		99px; 
	width:		100%;
	background-color:	#1F5D7C;
}
#leftcol {
	float:		left;
	display:		block; 
	background-color:	transparent;
	width:		110px;
}
#maincol {
	display:		inline; 
	float:		right;
	width:		870px;
}
#footer {
	width:		870px;
	background-color:	transparent;
	clear:		both;
	margin-top:	2px;
} 
 
/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php ***
*/ 
.clearfix:after {
	content:		".";
	display:		block;
	height:		0;
	clear:		both;
	visibility:		hidden;
}
 
.clearfix {
	/*display:		inline-block;*/
	display:		inline;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height:		1%;
}
.clearfix {
	display:		block;
}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:62em; float:none;margin:0;padding:0;}
#footer {
display:none;}
}




