@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding:0;
	}

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #00152E;
	}

body > #wrap {
	height: auto;
	min-height: 100%;
}


#wrap {
	height: 100%;
	width: 100%;
	background-image:url(../grafiken/hg-streifen.jpg);
	background-repeat:repeat-x;
}
	
#box {
	padding-bottom:130px;
	clear:both;
}
	
	
#main {
	width: 850px;
	margin: auto;
	margin-top:0;
	}

#header_index {
	width: 850px;
	height: 319px;
	background-image:url(../images/villa-moltke.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	}

#flash {
	width: 850px;
	height: 200px;
	text-align:left;
	}
	
#logo {
	width: 850px;
	height:114px;
	float: left;
	}		
	
#left {
	float: left;
	width: 235px;
	margin-top: 25px;
	}	
	
#content {
	float: left;
	text-align:left;
	width: 525px;
	margin-top: 25px;
	margin-left: 55px;
	margin-bottom: 20px;
	}
	
.rahmen_weiss {
	border: 1px solid #FFCC09;
	}
			
.rahmen_weiss:hover {
	border: 1px solid #003366;
	}	
	
.bild_umfluss {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #FFCC09;
}

.bild_umfluss_ohne {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.bild_team {
	float:left;
	margin-bottom:15px;
	border: 1px solid #FFCC09;
}	
#footer {
	height: 100px;
	width:100%;
	position: relative;
	background-color: #CCCFCF;
	padding-top: 13px;
	border-top: 4px solid #990000;
	margin-top: -117px; /* negative value of footer height */
	clear:both;
}	
	
#footer_center {
	margin: auto;
	width: 850px;
	}

#footer_left {
	float: left;
	width: 205px;
	}	
	
#footer_content {
	float: left;
	text-align:left;
	width: 525px;
	margin-left: 90px;
	height: 100px;
	}	

		