#page { 
	width:770px;
	text-align:left; 
	margin:30px auto 0 auto;
	background:rgb(245,245,245);
} 

#rowHeader{
	margin:0 0 10px 0;
	position:relative;
	width:100%;height:125px;
	background:url(../img/bg/bgHeader.gif) repeat-x;
}

	#boxHeaderMenus {
		float:right;
		width:479px;
		background:url(../img/bg/bgHeaderMenus.gif) no-repeat;
	}

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

	#colLeft .boxHead, #colLeft .boxSpHead, #colLeft .boxMenuHead {
		width:230px;height:45px;
		margin:0 0 0 12px;
		background:url(../img/bg/bgColHead.gif) no-repeat;
	}
	
	#colLeft .boxSpHead {
		background:url(../img/bg/bgColSpHead.gif) no-repeat;
	}
		#colLeft .boxHead span, #colLeft .boxSpHead span, #colLeft .boxMenuHead span {
			display:block;
			padding:13px 0 13px 35px;
			font-family:'Myriad Pro',Tahoma,Arial,Helvetica,Verdana,sans-serif;
			font-size:16px;line-height:20px;
		}
		
		#colLeft .boxSpHead span {
			color:rgb(255,255,255);
		}		
		
		#colLeft .boxMenuHead span {
			font-weight:bold;
		}
	
	#colLeft .boxBody {
		margin:0 0 0 12px;padding:10px 15px 15px 15px;
		border-left:1px solid rgb(220,220,220);border-right:1px solid rgb(220,220,220);
		background:rgb(255,255,255);
	}
	
	#colLeft .boxSpBody {
		margin:0 0 0 12px;
		border-left:1px solid rgb(141,196,1);border-right:1px solid rgb(141,196,1);
		background:url(../img/bg/bgColSpBody.gif) repeat-x bottom rgb(138,196,10);
	}

	#colLeft .boxFoot {
		margin:0 0 12px 12px;
	}

#colMain {
	float:right;
	display:inline;
	position:relative;
	width:517px;
	margin-left:10px;
}
		
	#colMain .boxBody {
		margin:0 12px 0 0;padding:10px 15px 10px 15px;
		border-top:1px solid rgb(220,220,220);border-left:1px solid rgb(220,220,220);border-right:1px solid rgb(220,220,220);
		background:rgb(255,255,255);
	}

	#colMain .boxFoot {
		margin:0 0 12px 0;
		background:url(../img/bg/bgMainFoot.gif) no-repeat;
	}

#rowFooter {
	clear:both;
	width:770px;
	text-align:left; 
	margin:10px auto 0 auto;padding-left:15px;
	font-size:11px;color:rgb(150,150,150);
}

#imgLogo {
	float:left;
	margin:0 0 0 0;	
}

#formSuche {
	margin:0;padding:5px 5px 0 10px;	
}
	
	#inputSuche {
		width:95px;	
	}
	
	.butSubmit {
		width:75px;
		background:url(../img/butSuche.gif) no-repeat;border:none;
	}

#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:none;
	list-style-image:url(../img/li.gif);
}

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

#colLeft ul.anhang, #colLeft ul.stichworte {
	margin:8px 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, #colRight, #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 */  
