/************************************************************/
/*															*/
/*	Fernwasser  main-styles									*/
/*															*/
/*	lombego systems 2009 => www.lombego.de					*/
/*															*/
/*															*/
/************************************************************/

/************************************************************/
/*															*/
/*	import styles											*/
/*															*/
/************************************************************/

 	@import url('navigation.css');
	@import url('content.css');

/************************************************************/

body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #E9EFF4 url('../img/body_bg.png') repeat-x top left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
}

.center_wrapper{
	margin: 0px auto;
	width: 902px;
	text-align: left;
}

.site_bg{
	background-color: #FFFFFF;
	border: 1px solid #edf2f6;
	border-top: none;
	width: 900px;
	float: left;
}

.header{
	width: 900px;
	height: 186px;
	position: relative;
}

.header img{
	float: left;
}

.main_nav{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	height: 54px;
	width: 900px;
	border-top: 1px solid #FFF;	
}

.main_nav_bg{ /* inner wrapper => ie links work over transparent BG*/
	float: left;	
	width: 100%;
	height: 24px;
	padding: 30px 0px 0px 0px;
	background-image: none;
	filter:
	progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../frontend/fernwasser/img/main_nav_bg.png',
	sizingMethod='scale');
}
html>body .main_nav_bg { 
   	background: transparent url('../img/main_nav_bg.png') repeat top left;
}



.ncm_wrapper{
	width: 872px;
	padding: 53px 14px;
	float: left;
}

#gallery{
	padding: 53px 0px 53px 14px;
	width: 886px;
}

.sub_nav{
	float:left;
	width: 200px;
	padding: 0px 24px 1px 0px;
	background: transparent url('../img/sub_nav_h_line_bot.gif') no-repeat bottom left;
}

.frontdoor{
	background: none;
}



.sub_nav_container{
	width:160px;
	border-left: 1px solid #E7ECF3;
	padding: 1px 0px 0px 0px;
	background: transparent url('../img/sub_nav_h_line_top.gif') no-repeat top left;
}

.content{
	float:left;
	width: 422px;
	padding: 0px 24px 0px 0px;
	line-height: 1.5;
}

.list_col_2{
	width: 648px;
	padding: 0px;
}

#gallery_content{
	width: 662px;
}

.content_footer{
	width: 424px;
	padding: 53px 0px 0px 0px;
	float: left;
}

.marginalie{
	float:right;
	width: 200px;
	line-height: 1.5;
	padding: 48px 0px 0px 0px;
}

.site_footer{
	text-align: center;
	padding: 10px 0px 55px 0px;
	color: #789BB6;
	width: 900px;	
	float: left;
}

.cl{
	clear: left;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

/*News Detail*/

.news_detail_margin{
	float: right;
	width: 200px;
}

.news_detail_margin .image_wrapper{
	margin-top: 9px;
}

.news_detail_content{
	width: 420px;
	padding: 0px 24px 0px 0px;
}

.back_2_category{
	padding: 0px 0px 14px 0px;
}

.news_nav{}