/******************************************************/
/*** Container Konfigurationen                      ***/
/******************************************************/
#all_container{
	width:950px;
	margin-left:50%;
	left:-475px;
	background:#FFF;
	position:absolute;
	z-index:0;	
	height:100%;
}

#container {
	width:950px;
	display:block; 
	overflow:visible;
	background:#fff;
}

#inner_container{
	width:884px;
	height:auto;
	background:#fff;
	border-left: 33px solid #fff;
	border-right: 33px solid #fff;
}

#kontakt_container{
	display:none;
	position:fixed;
	z-index:50;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.8;
}

#kontakt_inner_container{
	display:none;
	position:fixed;
	z-index:100;
	width:880px;
	background:#fff;
	margin-left:50%;
	left:-450px;
	top:20px;
	padding:10px;
}

#impressum_container{
	display:none;
	position:fixed;
	z-index:50;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.8;
}

#impressum_inner_container{
	display:none;
	position:fixed;
	z-index:100;
	width:880px;
	background:#fff;
	margin-left:50%;
	left:-450px;
	top:20px;
	padding:10px;
}


/******************************************************/
/*** Container Konfigurationen                      ***/
/******************************************************/
#header_container{
	width:100%;
	height:80px;
}

#navi_container{
	width:100%;
	height:36px;
}

#projekt_bilder_container{
	width:100%;
	height:202px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

#projekt_auswahl_container{
	width:100%;
	border-top:1px solid #000;
	padding-top:13px;
}

#projekt_navi_container{
	width:100%;
	height:41px;
	border-bottom:1px solid #000;
}

#projekt_headline_container{
	width:100%;
	height:50px;
}

#projekt_text_container{
	width:687px;
	border-top:1px solid #000;
	float:left;
	min-height:400px;
}

#projekt_text_container a {
	color: #ff9900;
	text-decoration: none;
}

#submenue_container{
	width:181px;
	border-top:1px solid #000;
	float:right;
	margin-bottom:40px;
}

#submenue_container2{
	width:181px;
	float:right;
	margin-bottom:40px;
}

.schmaler_text_container{
	width:434px;
	border-top:1px solid #000;
	float:left;
	min-height:400px;
}

.schmaler_text_container a{
	color: #ff9900;
	text-decoration: none;
}

#tab_container{
	width:434px;
	border-top:1px solid #000;
	float:right;
	margin-bottom:40px;
}

#footer_container{
	width:100%;
	height:100px;
	border-top:1px solid #000;
	padding-top:10px;
	clear:both;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}


/******************************************************/
/*** Inhaltsbereiche Konfigurationen                ***/
/******************************************************/
#logo{
	width:151px;
	float:left;
	margin-top:30px;
}

#header_text{
	float:right;
	padding-top:10px;
}

#projekt_bilder{
	width:884px;
	height:200px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

#text{
	width:650px;
	margin: 21px 0 50px 12px;
}

#text_schmal{
	width:410px;
	margin: 21px 12px 50px 12px;
}

#tab{
	width:434px;
}