#page { 
	text-align:left;
	width:770px;
	margin:0 auto 0 auto;
}

#rowHeader {
	text-align:left;
	position:relative;
	width:100%;
	margin-bottom:10px;padding:10px 0 10px 0;
}

#bgHead {
	position:absolute;top:0;left:0;
	width:100%;height:206px;
	background:url(../img/bg/bgHeader.jpg) no-repeat center top;	
}

#bgRight {
	position:absolute;top:0;right:0;
	width:50%;height:80px;
	background:url(../img/bg/bgRight.gif) repeat-x right top;	
}

#colsConnect {
	clear:both;
}

#colLeft {
	float:left;
	position:relative;
	width:250px;
	background:url(../img/bg/bgColLeft.jpg) no-repeat;
}

#colLeftIn {
	margin:0 10px 0 10px;
}

#colMain {
	float:right;
	display:inline;
	position:relative;
	width:520px;
}

#colMainIn {
	margin-left:5px;	
}

#rowFooter {
	clear:both;
	text-align:center;
	margin-top:10px;padding:10px 0 10px 0;
}

/* ----------------------------------------- */

#imgLogo {
	float:left;
	margin:30px 0 0 10px;
}

#imgCDU {
	float:right;
	margin:11px 0 0 10px;
}

#imgPortrait {
	clear:both;
	float:left;
	margin:40px 0 0 0;
}

#boxLeinwand {
	float:right;
	width:546px;height:261px;
	margin:21px 23px 0 0;
	background:url(../cmsMedia/Image/Slideshow/std.jpg) no-repeat;	
}

#titRub1 {
	display:block;
	text-align:right;
	margin:18px 30px 40px 0;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:20px;font-weight:bold;color:rgb(255,255,255);
}

#titRub2 {
	display:block;
	margin:18px 0 15px -10px;padding:0 0 15px 20px;
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:20px;font-weight:bold;color:rgb(255,155,0);
	border-bottom:1px solid rgb(200,200,200);
}

#formSuche {
	margin:2px 5px 7px 0px;
}
	
	#inputSuche {
		width:145px;
	}

.innerCol {
	float:right;
	width:200px;				/* INFO: width << M */
	margin:5px 0 5px 10px;
}

.colMain1 {
	float:left;
	width:270px;				/* INFO: width = I = (M/2 - Abstand) */
	margin-bottom:15px;
}

.colMain2 {
	float:left;
	margin:0 0 15px 10px;
	width:270px;				/* INFO: width = I = (M/2 - Abstand), Abstand hier 10 */
}

.colMainList {
	float:right;
	margin:0 0 15px 10px;
	width:200px;				/* INFO: width = L << M */
}

.colMainDetail {
	float:left;
	width:340px;				/* INFO: width = (M - L - Abstand), Abstand hier 10 */
}

#colMain ul {
	margin:10px 0 15px 25px;padding:0;
	list-style-type:square;
}
	
	#colMain ul li {
		margin-bottom:7px;
	}

#colMain ul.sitemap {

}

#colLeft ul.anhang {
	margin:8px 10px 15px 10px;padding:0;
	list-style-type:square;
}
	
	#colLeft ul.anhang li {
		margin-bottom:8px;
	}

#colLeft ul.stichworte {
	margin:8px 10px 15px 20px;
	list-style-type:square;
}
	
	#colLeft ul.stichworte li {
		margin-bottom:0;
	}

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

@media print { 
	#colLeft {display:none;}
	#colsConnect, #colMain {width:100%;float:none;}
}