@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #009879;
	text-align: center;
	background-repeat: repeat;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	padding: 0px;
}
#container {
	text-align: center;
	width: 640px;
	margin: auto;
	height: auto;
	visibility: visible;
	overflow: hidden;
	-moz-box-shadow: 0 0 10px #3c3c3c;
	-webkit-box-shadow: 0 0 10px #3c3c3c;
	box-shadow: 0 0 10px #3c3c3c;
}
#header {
	height: 278px;
	width: 640px;
	background-color: #FFF;
	background-image: url(../Bilder/Impressum.png);
	background-repeat: no-repeat;
	margin: auto;
	padding: 0px;
	overflow: hidden;
}
#bergemann {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
	width: 585px;
	padding-right: 20px;
	padding-left: 35px;
	text-align: left;
	line-height: 1.5em;
	color: #009879;
	font-weight: normal;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 0px;
}
.bergemann {
	margin-top: 35px;
}

.impressum {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 10px;
}

a:link {
	color: #009879;
	text-decoration: underline;
}
a:visited {
	color: #009879;
	text-decoration: underline;
}
a:hover {
	color: #f59c00;
	text-decoration: none;
}
a:active {
	color: #009879;
	text-decoration: underline;
}
