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

#wrapper {

	
}

#rowHeader{
	margin:0px 0 0px 0;
	position:relative;
	width:100%;
	height:295px;
	border-top:1px solid #FFFFFF;
	background:url(../img/header.png) no-repeat left top;



}

#colLeftOver {
	width:240px;
	float:left;
	background:none;

}

#colLeft {
	width:208px;
	margin-left:7px;
	float:left;
	padding:18px 10px 8px 8px;
	position:relative;
	background:url(../img/colleft.png) top left no-repeat;
	border:1px solid #d9d9d9;
	margin-bottom:10px;
	

}

#colLeft2 {
	width:208px;
	margin-left:7px;
	float:left;
	padding:18px 10px 8px 8px;
	position:relative;
	background:url(../img/colleft.png) top left no-repeat;
	border:1px solid #d9d9d9;
	margin-bottom:10px;


}

#colLeft3 {
	width:208px;
	margin-left:7px;
	float:left;
	padding:18px 10px 8px 8px;
	position:relative;
	background:url(../img/colleft.png) top left no-repeat;
	border:1px solid #d9d9d9;
	margin-bottom:10px;

}

#colLeftSuche {
	width:218px;
	float:left;
	margin-left:7px;;
	margin-bottom:5px;
	padding:8px 8px 8px 12px;
	background:url(../img/suche.png) left top no-repeat;
	margin-top:230px;

			position:relative;
	z-index:1;
}

#colMain {
	float:right;
	display:inline;
	position:relative;
	width:610px;
	padding:10px;
	margin-top:-21px;
	margin-right:8px;
	background:#FFFFFF;


}

#rowFooter {
	clear:both;
	height:45px;
	margin-top:10px;
	border-top:1px dotted #d9d9d9;
	text-align:center;
	padding-top:5px;

}

#imgLogo {
	margin:0 0 0 0;
}

#formSuche {
	margin:0;padding:0;	
}
	
	#inputSuche {
		width:115px;	
	}

#boxLogout {

}

.innerCol {
	float:right;	
	width:200px;	
	margin:0 0 5px 10px;	
}

/* Breite der beiden folgenden Objekte mit Abstand darf nicht groeßer sein (sollte gleich sein) als Breite der Hauptspalte (colMain) */
.colMain1 {
	float:left;	
	width:230px;	
	margin-bottom:15px;	
}

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

/* Breite der beiden folgenden Objekte mit Abstand darf nicht groeßer sein (sollte gleich sein) als Breite der Hauptspalte (colMain) */
.colMainList {
	float:right;	
	margin:0 0 15px 10px;	
	width:175px;	
}

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

/*  */
#colMain ul {
	margin:5px 0 15px 20px;	
	list-style-type:disc;
}

.boxUnterseiten {
	padding:10px 0 0 0;
	border-top:1px dashed rgb(225,225,225);
}

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

#colLeft ul.anhang li {
	margin-bottom:8px;	
}

#colLeft ul.stichworte li {
	margin-bottom:0;	
}

#colMain ul li {
	margin-bottom:7px;	
}

@media print {/* Unnoetiges für Druckversion ausblenden */
	#colLeft, #rowHeader {display:none;}	
	#colMain {width:100%;float:none;}	
}

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