/* abhängig von Aufbau der Seite - Anfang */
#page { 
	width:850px;
	text-align:left; 
	margin:0 auto 0 auto;
}

#wrapper {
	background:url(../img/wrapper.jpg) top left repeat-y;	
}

#rowHeader{
	position:relative;
	width:100%;height:160px;
	background-image: url(../img/header.jpg);
	background-repeat:no-repeat;
	border-bottom:1px dotted #886665;
	border-top:1px solid rgb(179,149,148);
}
	
#colLeft {
	width:210px;
	float:left;
	position:relative;
	background:#886665;
	border:px solid #333333;
}
#colLeft2 {
	width:189px;
	float:left;
	padding:10px;
	position:relative;
	background:#886665;
}
#colLeft3 {
	width:189px;
	float:left;
	padding:10px;
	position:relative;
	background:#B39593;
}

#colMain {
	float:right;
	display:inline;
	position:relative;
	width:610px;
	padding:10px;
}

#rowFooter {
	clear:both;
	height:33px;
	text-align:center;
	border-top:1px dotted #886665;
}
/* abhaengig von Aufbau der Seite - Ende */

#imgLogo {
	margin:0 0 0 0;	/* C */
}

#formSuche {
	margin:2px 5px 7px 0px;	/* C */
}

#inputSuche {
	width:95px;	/* C */
}

.innerCol {
	float:right;	/* K */
	width:200px;	/* C */
	margin:5px 0 5px 10px;	/* C */
}

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

.colMain2 {
	float:left;	/* K */
	margin:0 0 15px 10px;	/* C */
	width:217px;	/* C */
}

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

.colMainDetail {
	float:left;	/* K */
	width:335px;	/* C */
}

/*  */
#colMain ul {
	margin:10px 0 15px 25px;	/* C */
	list-style-type:square;	/* C */
}

#colMain ul.sitemap {
	/* C */
}

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

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

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

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

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

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