/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	/*	STYLESHEET FOR DEFINING THE PAGE LAYOUT WITH ALL SECTION POSITIONS				*/

#outer-frame {
	position: relative;
	width: 100%;
	margin: 10px 0px 0px 0px;
}

#head-outer-container {
	width: 100%;
}

#head-container {
	background-color: #FFFFFF;
	width: 780px;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: left;
}

.white-clear {
	height: 5px;
	background-color: #FFFFFF;
	clear: both;
	font-size: 1px; /* Workaround fuer IE, sonst falsche Hoehe */
	/*border:			1px red solid;*/
}

.simple-clear {
	clear: both;	
}


#logo-section {
	background-color: #FFFFFF;
	width: 165px;
	float: left;

}

#banner-section {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #107612; /* Farbwelt */
	width:598px;
	padding-left:12px;
	height:86px;	
	float: left;	
}

#suche-metanav-outer-container {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009033;
	position: relative;
	background-color: #E4F4EA;
	width: 100%;
}

#suche-metanav-container {
	width: 780px;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#suche-section {
	width: 165px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
} 

#metanav-section{
	width: 600px;
	padding-left: 10px;
	float: left;
}

#content-outer-container {
	/*background-color: #FFFFFF;*/	
	width: 100%;
}

#content-container {
	width: 780px;
	background-image: url(/fileadmin/img/bg_line_gruen.png); /* Farbwelt */
	background-repeat: repeat-y;
	background-color: 	#FFFFFF;
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#content-container-start {
	width: 780px;
	/*background-image: url(/fileadmin/img/footer_logo.png);
	background-position: bottom left;
	background-repeat: no-repeat;*/
	background-color: 	#FFFFFF;
	padding: 0px;
	margin: 20px auto 0px auto;
	text-align: left;
}

#menu-container{
	width: 166px;
	float: left;
}

#suche-navi-section{
	width: 156px;
	margin-right: 10px;
}

#menu-section {
	width: 156px;
	margin-right: 10px;
}

#inner-content-container {
	width: 390px;
	float:left;
	margin-left: 15px;
	margin-right: 15px;	
}

#breadcrumps-section {
	width: 390px;
	
}

#content-section{
	width: 390px;
}

#teaser-section {
	/*position:relative;*/
	width: 187px;
	float: left;
}

#footer-section {
	width: 590px;
	margin-top: 20px;
	margin-left: 170px;
}

#footer-start {
	text-align: right;
	width: 590px;
	margin-left: 170px;
}
