/* CSS Document */
html, body{

	margin:0;
	width:100%;
	height:100%;
	font-size:12px;
	font-family:verdana;
	color:#444;
	background-image:url(../gfx/bod_higru.jpg);
	background-repeat:repeat-y;

	
}
.content {
	position:relative;
	width:1000px;
	min-height:100%;

	background-image:url(../gfx/cont_higru.jpg);
}

*html .content {
	height:100%;
}
.header{
	position:absolute;
	width:301px;
	left:0;
	top:0;
	}
.head1{
	position:absolute;
	top:98px;
	width:301px;
	height:448px;
/*	background-image:url(../gfx/header.jpg);*/	
	border-top:4px solid #A89E92;
	border-bottom:4px solid #A89E92;
	}
.head2{
	position:absolute;
	top:546px;
	width:297px;
	height:95px;
/*	background-image:url(../gfx/footer.jpg);
	background-repeat:no-repeat;
	border-bottom:4px solid #A89E92;
	border-top:4px solid #A89E92;
	border-right:4px solid #A89E92;*/
}
.news_header{
	position:absolute;
	left:760px;
	top:160px;
	height:20px;
	width:181px;
	background-image:url(../gfx/news_header.jpg);
	
	}
.block_w {
	position:absolute;
	left:700px;
	top:0px;
	height:160px;
	width:240px;
	background:#ededed;
	border-right:1px solid #fff;
	}
/********* NEWS ***********/
.news {
	position:absolute;
	width:200px;
	left:760px;
	top:180px;
}
.news .aktuelles{
	width:170px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:30px;
	color:#fff;
}
.news .news_footer{
	position:relative;
	width:200px;
	height:330px;
	background-image:url(../gfx/news_pic.jpg);
	background-repeat:no-repeat;
}
/******** LOGO *******/
.logo {
	position:absolute;
	top:40px;
	left:600px;
	width:340px;
	height:110px;
	background-image:url(../gfx/logo.jpg);

}

.navi {
	position:absolute;
	left:131px;
	top:200px;
	}
	
/******** MAIN CONTENT ********/

.main {
	position:relative;
	height:100%;
	margin-left:315px;

}
.main_head {
	height: 160px;
/*	background-color:#ff0000;*/
	width:600px;
}

.main_content {
	width:440px;
	line-height:1.5;
padding-bottom:20px;
}
.main_content img {
	border:none;
}
.main_content a:link, .main_content a:visited {
	text-decoration:underline;
	color:#71675B;
	font-style:italic;
}

	