/* CSS Document */
html, body {
	position:relative;
	margin:0;
	padding:0;
	font-family:georgia;
	font-size:12px;
	background-image:url(../gfx/higru.jpg);
	width:100%;
	height:100%
}
.center{
	position:relative;
	height:100%;
	width:100%;
}
.box {
	position:relative;
height:100%;
	width:730px;
}


/**************** main ***********/
.main {	
	position:relative;
	width:728px;
	height:100%;
	min-height:100%;

	}


.main_schatt{
	position:relative;
	float:left;
	height:100%;
	width:10px;
	background:url(../gfx/schatt.jpg);

}

.main_content {
	position:relative;
	float:left;
    height:100%;
	width:426px;
	padding:0 10px 0 10px;
	border-left:solid 2px #fff;
	border-right:solid 2px #fff;
	background:#89BBE4;
	
	
}
.main_content img{
	border:none;}

.main_content_box {
	width:446px;
	height:160px;
	}
.main_right {
	position:relative;
	float:right;
	width:266px;
	height:100%;
	border-right:solid 2px #fff;
	background:#F7EF95;
	
	}
.main_right_box {
	width:266px;
	height:402px;
	}
.main_right_box_2 {
	width:266px;
	height:55px;
	background-image:url(../gfx/head2.jpg);
	border-top:solid 2px #fff;
	border-bottom:solid 2px #fff;
	margin-bottom:10px;
}
.main_right_content {
	position:relative;
	width:246px;
	padding:0 10px 0 10px;
	}
.main_right_content img {
	border:none;
	border:2px solid #fff;}
/*********** absolute posiitionen ************/
.header {
	position:absolute;
	width:266px;
	height:345px;
	top:55px;
	left:460px;
	border-top:solid 2px #fff;
}
.logo {
	position:absolute;
	width:180px;
	height:115px;
	background-image:url(../gfx/logo.jpg);
	border-right:solid 2px #fff;
	top:0;
	left:12px;
	}
.haus {
	position:absolute;
	width:266px;
	height:115px;
	background-image:url(../gfx/haus.jpg);
	border-left:solid 2px #fff;
	top:0;
	left:190px;
	}

.navi {
	position:absolute;
	border-top:solid 2px #fff;
	border-bottom:solid 2px #fff;
	width:446px;
	height:30px;
	top:115px;
	left:12px;
	background-color:#253440;
	color:#fff;
}
.impr {
	position:absolute;
	top:15px;
	left:485px;
	}
.impr a{
	text-decoration:none;
	color:#5C5C5C;
	letter-spacing:1px;
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
	}
.impr a:hover {
	color:#89bbe4;}

/********** galerie ************/
.gal_pic img{
	border:3px solid #89bbe4;
margin: 7px 3px;

}
.gal_pic a:hover img{
	border:3px solid #fff;
}
.gal_pic hr {
	border:none;}
/********  Float End *************/
.fl_end {	
	clear:both;
}
	

	