/* ---------------------------------------------------------------- */
/* DEFINITION DER CONTAINER F�R DEN SEITENAUFBAU       */
/* ---------------------------------------------------------------- */
body {
	text-align:		center;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	background-color:		#DDDDDD;
	background-image:		url(bg_body.gif);
	background-repeat:		repeat-y;
	background-position:	left top;
} 
/* globaler Container */
#pagewidthouter {	
	width:			980px;
	height:			100%;
	position:			absolute;
	top:			0px;
	left:			0px;
	margin-left:		0px; /* negative H�lfte von width: 980px */
	background-color:		transparent;
	border:			none;
	z-index:			0;
}
#pagewidth {
	width:			960px;
	margin-left:		auto;
	margin-right:		auto;
	text-align:		left;
	background-color:		transparent;
	background-color:		#F7E7E8;
	background-color:		#FFFFFF;
} 
#pagewidthinner {
	width:			960px;
	text-align:		left;
	background-color:		transparent;
}
#teaser {
	height:			20px;
	width:			960px;
}
#header {
	height:			150px; 
	width:			960px;
	border-top:		1px solid #A6A7AB;
	border-bottom:		1px solid #A6A7AB;
	background-image:		url(bg_header.gif);
	background-repeat:		repeat-y;
}
#leftcol {
	float:			left;
	display:		block; 
	width:			170px;
	margin-left:		10px;
	margin-right:		20px;
}
#maincol {
	float:			right;
	text-align:		left;
	display:		inline;
	width:			740px;
	background-color:	transparent;
	margin-bottom:		100px;
}
#footer {
	float:			left;
	width:			960px;
	height:			60px;
	margin:			0px;
	clear:			both;
	position:			fixed;
	left:10px;
	bottom:			0;
	background:		#FFFFFF;
} 
.clear {
	clear:			both;
}
/* *** 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;}
}




