#page {
	width:780px;
}

#rowHeader {
	position:relative;
	width:780px;
}

#imgHeader {
	margin:40px 0 0 21px;
}

#colsConnect {
	width:590px;
	float:right;
	position:relative;
	background:url(../img/bgCols.gif) repeat-y right;
}

#colLeft {
	width:170px;
	float:left;
	position:relative;
	padding:0 10px 10px 10px;
	border-top:6px solid rgb(77,77,77);
	font-size:11px;
}

#colRight {
	margin-top:-18px;
	width:165px;padding:0 10px 0 10px;
	font-size:11px;color:rgb(255,255,255);
	float:right;
	position:relative;
	background:url(../img/bgSuche.gif) no-repeat rgb(113,0,0);
}

#colMain {
	float:left;
	display:inline;
	position:relative;
	padding:15px 10px 10px 10px;
	width:385px;
	background:url(../img/bgColMain.gif) no-repeat;
}

#colHead1 {
	float:left;
	display:inline;
	position:relative;
	width:595px;height:210px;
	background:url(../img/bgHead.gif) no-repeat;
}

#colHead2 {
	width:185px;height:210px;
	float:right;
	position:relative;
	background:url(../img/bgColRight.gif) no-repeat rgb(113,0,0);
}

#rowFooter {
	clear:both;
	font-size:11px;
}

#bannerTop {
	margin:10px 20px 10px 20px;
}

#formSuche {
	height:45px;margin-bottom:10px;
}

#formSuche .std {
	width:105px;font-size:10px;margin:12px 0 0 4px;padding:1px;
}

#formSuche .imgButton {
	vertical-align:top;
	margin:14px 0 0 7px;
}

.colMain1 {
	float:left;
	width:185px;
	margin-bottom:15px;
}

.colMain2 {
	float:left;
	margin:0 0 15px 10px;
	width:185px;
}

.colMainList {
	float:right;
	margin:0 0 15px 10px;
	width:180px;
}

.colMainDetail {
	float:left;
	width:190px;
}

.clearfloat {
 	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 */  

@media print {
/*hide the left column when printing*/ 
#leftcol, #rightcol {
	display:none;
}

#twocols, #maincol {
	width:100%;
	float:none;
}