/* generated by csscreator.com */ 
html, body { 
 margin:0; 
 padding:0; 
 text-align:center;
 background: url(./images/groth-mueller.de__background_body.jpg) #ffffff repeat-x;
} 
 
#pagewidth { 
	width: 980px;
	margin: 0 20px 0 20px;
	background: url(./images/groth-mueller.de__background_page.png) no-repeat;
	text-align: left;  
	margin-left: auto; 
	margin-right: auto;  
} 
 
#header {
	position: relative; 
	height: 260px; 
	background-color: #FFFFFF; 
	/* width:100%;	*/
	margin: 0 20px 0 20px;

 	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #c9c9c9;
}

#logoline { 
	background: url(./images/groth-mueller.de__bgr_logo.jpg) repeat-x;
	border-bottom: 1px solid #6681ab;
}

#key_visual_img {
	margin-left: 24px;

	border-color: #8a8e97;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}

#wrapper {
	margin: 0 20px 0 20px;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #c9c9c9;
}
 
#leftcol {
	width: 190px;
	margin: 0 10px 0 24px;
	padding-bottom: 100px;
	float: left; 
	position: relative; 
/*	background-color: #FFFFFF; */
	min-height: 400px;
	
	z-index: 1; 
}

#leftcol.noshow {
	width: 0;
	margin: 0;
	height: 0;
	visibility: hidden;
	display: none;
}
 
#twocols {
	width: 704px; 
	float: right; 
	position: relative;
	
	margin-bottom: 20px;
}

#twocols.large {
	width: 914px;
}
 
#rightcol {
	width: 226px;
	margin: 0 24px 0 0;
	float: right; 
	position: relative; 
	background-color: #ffffff;
	min-height: 400px;
}
 
#maincol{
	float: left; 
	display: inline; 
	position: relative; 

	margin: 0 20px 0 0;
	/* das braucht man, damit die Höhe mit den .contextbox identisch ist */
	border-top: 1px solid #ffffff;
	
	width: 434px;
	min-height: 400px;
	
	background-color: #ffffff;  

/*	z-index: 101;	*/
}

#maincol.large {
	width: 644px;
}
 
#footer{
	height: 1.5em; 
	margin: 0 20px 0 20px;
	padding: 0 26px 0 26px;

	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #c9c9c9;

	background: url(./images/groth-mueller.de__bgr_footer.jpg) #FFFFFF repeat-x; 
	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;}

/* 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
