/* abhaengig von Aufbau der Seite - Anfang */
#page { 
	width:1000px;
	text-align:left; 
	margin:0 auto 0 auto;
	background:;

} 

#rowHeader{
	position:relative;
	height:295px;
	margin:0 5px 0 5px;
	background-image: url(../img/header.png);
	background-repeat:no-repeat;
	background-position:top left;
	
}

#colMainOver {
	float:right;
	display:inline;
	position:relative;
	width:950px;
	background:url(../img/bg_main.png) top left no-repeat;
}




#boxsuche {
	width:200px;
	height:45px;
	float:left;
	margin-left:5px;
	margin-top:10px;
	padding-top:6px;
	padding-left:7px;
	position:relative;
	background:url(../img/colleftsuche.png) left top no-repeat;
}

#colLeft {
	width:230px;
	float:left;
	position:relative;
}

#colLeft td, #colLeft p {
	color: #000000;
}

#colLeft2 {
	width:210px;
	float:left;
	position:relative;
	padding-left:8px;
	padding-top:3px;



}

#colLeft3 {
	width:213px;
	float:left;
	position:relative;
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
	background:#ded4b0;
	margin-left:1px;
	
}



#colLeft5 {
	width:218px;
	float:left;
	position:relative;
	padding-top:10px;
	padding-left:10px;
	margin-left:1px;
}

#colMain {
	float:right;
	display:inline;
	position:relative;
	width:680px;
	margin:20px 20px 0 0;
}





#rowFooter {
	clear:both;
	height:50px;
	width:100%px;
	padding-left:300px;
	padding-top: 20px;
	background: url(../img/footer.png) top left no-repeat;
}
/* abhaengig von Aufbau der Seite - Ende */

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

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

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

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

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

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

/* Breite der beiden folgenden Objekte mit Abstand darf nicht groeß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 */  