#page { 
 	width:770px;
 	text-align:left;  
	margin:0 auto 0 auto;
}

#rowHeader {
	position:relative;width:770px;
}

#twocols {
	background:url(../img/bg/bgCols.gif) rgb(255,255,255);
	clear:both;
}
 
#colMainTop {
	float:left;
}

#colMainBottom {
	position:relative;width:468px;
 	float:left;display:inline; 	
	padding:10px 14px 20px 26px;
	background:url(../img/bg/bgMain.jpg) no-repeat;
}

#colRightTop {
	width:262px;height:275px;
	float:right;
	background:url(../img/bg/bgColTop.jpg) no-repeat rgb(100,120,130);
}

#colRightBottom {
	width:210px;
	float:right;
	padding:40px 26px 20px 26px;
	background:url(../img/bg/bgColBottom.jpg) no-repeat;	
}

#rowFooter {	
	height:48px;
	padding-left:26px;
 	clear:both;
	font-size:10px;color:rgb(100,120,140);
	background:url(../img/bg/bgFooter.jpg) no-repeat;
}

#imgLogoLiebing {
	margin:2px 0 0 10px;
}

#imgLogoCDU {
	margin:20px 0 0 116px;
}

#imgTheme {
	margin-left:7px;
}

#imgRubrik {
	margin-left:6px;
}

#linkBF {
	display:block;
	float:right;
	margin-right:10px;
	font-size:10px;
}

#formSuche {
	float:right;
	margin:9px 20px 0 0;
}

#formSuche .send {
	width:39px;height:17px;
	margin:2px 0 0 5px;
	vertical-align:top;
}

.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 */  


.innerCol {
	float:right;
	width:200px;
	margin:5px 0 5px 10px;
}

.colMain1 {
	float:left;
	width:225px;
	margin-bottom:15px;
}

.colMain2 {
	float:left;
	margin:0 0 15px 10px;
	width:225px;
}

.colMainList {
	float:right;
	margin:0 0 15px 10px;
	width:200px;
}

.colMainDetail {
	float:left;
	width:250px;
}

@media print{
	#rowHeader, #colRightBottom, #rowFooter {
		display:none;
	} 
	
	#twocols, #colMainBottom {
		width:100%;
		float:none;
	}
}