*{
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #F6E3CE;
}

#haupt {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background-color: #023560;
	min-height: 1000px;
}

#header {
	width: 1000px;
	height: 300px;
	background-image: url(alstermit.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#navi {
	float: left;
	width: 200px;
	height: 80px;
	background-color: #FFB90F;
	border-top:5px solid #ffffff;
	border-bottom:5px solid #ffffff;
}

#navi ul {
	margin: 10px;
	padding: 5px;
	list-style-type: none;
	background-color: #000000;
}

#navi ul li a {
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background-color: #023560;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	margin: 8px;
	padding: 5px 0;
}

#navi ul li a:hover {
	color: #0066FF;
	background-color: #ffffff;
	border-bottom: 1px solid #0066FF;
	border-top: 1px solid #0066FF;

}

/*Bereich Uhr*/
#uhr {
	color: #ffffff;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
	margin-top: 50px;
}

/*contentBereich*/
#content {
	float: right;
	width: 795px;
	height: 695px;
	background-color: #023560;
	border-top:5px solid #ffffff;
	border-left:5px solid #ffffff;
}

#content h2 {
	color: #FFB90F;
	font-size: 40px;
	text-align: center;
	background-color: #023560;
	margin-top: 50px;
}

#content h4 {
	color: #FFB90F;
	font-size: 25px;
	text-align: center;
	background-color: #023560;
	margin-top: 50px;
}

#content p {
	font-size: 18px;
	text-align: center;
	margin-top: 5px;
	color:#ffffff;
	line-height:150%;
}

#content p a {
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}

#gallery {
	margin-left:190px;
	margin-top:30px;
	
}

#gallery img {
	margin-right:10px;
	
}
