body, html {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	font-size: 11px;
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #003c72;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #0a2d4e;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.starttitel-info {
	margin-top: 20px;
	padding: 0;
	font-size: 16px;
	color: #b61414;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #388e11;
	margin-top: 10px;
	font-weight: normal;
}

p {
	margin-bottom: 10;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #0A2D4E;
}


a {
	color: #0A2D4E;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #d6ff8f;
}



#logo {
	height: 65px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
}

#logo-unterseite {
	height: 154px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	background-image: url(../images/logo-u.jpg);
	background-repeat: no-repeat;
}


#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 236px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#subheader {
	background-image: url(../images/subheader.jpg);
	background-repeat: no-repeat;
	height: 123px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#content {
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	height: 405px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	overflow:hidden;
}
#wrap {
	background-image: url(../images/unterseiten-bg.png);
	background-repeat: repeat-y;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

#content-unterseite {
	background-image: url(../images/content-u.jpg);
	background-repeat: no-repeat;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	overflow:hidden;

}



.contentbereich {
	width: 490px;
	margin-top: 8px;
	margin-left: 30px;
	overflow:hidden;
}

#footer {
	height: 40px;
	width: 100%;
	margin-top: 15px;
	background-color: #5FC01B;
}

.footer-navi {
	height: 15px;
	width: 875px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003360;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	display:block;
}

.footer-navi a{
	color: #003360;

}

