/*********************************
		Styles für Layout	
*********************************/
#wrapper{
	width:980px;
	margin:auto;
	position:relative;
}

#logo{
	float:right;
	height:78px;
}

#nav{
	background-image:url(../images/site/bg_top.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:46px;
	width:985px;
	float:left;
	font-size:12px;
	padding-top:20px;
}

#content{
	background-image:url(../images/site/shadow.png);
	background-position:top left;
	background-repeat:repeat-y;
	/*background-color:#ffec00;*/
	width:925px;
	float:left;
	padding:43px 43px 43px 27px;
	margin-right:10px;
}
	
	#index_right{
		float:right;
		width:250px;
	}
		
		#top_news{
			background-image:url(../images/index/aktuelles/top_news.gif);
			background-position:bottom left;
			background-repeat:no-repeat;
			height:3px;
			width:248px;
		}
		
		#news{
			padding:5px;
			border-left:3px solid #fff;
			border-right:3px solid #fff;
			width:232px;
			background-color:#fff9c7;
		}
		
		#bottom_news{
			background-image:url(../images/index/aktuelles/bottom_news.gif);
			background-position:top left;
			background-repeat:no-repeat;
			height:3px;
			width:248px;
		}
	
	#img{
		position:absolute; 
		left:47px; 
		top:163px;
		width:348px; 
	}
	
	#content_inner{
		background-color:#fff9c7;
		padding:25px 15px 25px 388px;
		min-height:302px;
		height:auto !important;
		height:302px;
		/*min-height:250px !important;
		height:250px;*/
	}
	
	#content_breit{
		background-color:#fff9c7;
		padding:25px 15px 25px 25px;
		min-height:302px;
		height:auto !important;
		height:302px;
		/*min-height:250px !important;
		height:250px;*/
	}
	
	
		#content_breit_innen{
		background-color:#ffffff;
		padding:25px 15px 25px 25px;
		min-height:865px;
		height:auto !important;
		height:302px;
		/*min-height:250px !important;
		height:250px;*/
	}

#shadow_bottom{
	background-image:url(../images/site/bg_bottom.png);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	height:20px;
	width:985px;
}

#foot{
	float:left;
	font-size:13px;
	margin-top:15px;
	color:#fff;
}

#impressum{
	float:right;
	font-size:13px;
	margin-top:15px;
	margin-right:36px;
}

