@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
body {
	width: 100%;
	color: #4B4C4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background-color: #213B67;
	font-size: 85%;
	background-image: url(../images/background_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* wichtig */
	width: 100%;
}
a {
    outline: 0;
}
h2 {
	padding-left: 15px;
	color: #4B4C4C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 8px;
}

#wrapper {
	background-image: url(../images/background_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100%;
}
#header {
	height: 150px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#mainnavwrap {
	background-color: #334968;
	height: 50px;
	width: 100%;
	position: absolute;
	top: 180px;
	left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7D88A0;
	border-bottom-color: #7D88A0;
}
#nav1,
#nav2,
#nav3,
#nav4,
#nav5,
#nav6 {
	height: 150px;
	width: 150px;
	float: left;
}
#nav1,
#nav2,
#nav3,
#nav4,
#nav5 {
     margin-right: 10px;
}
#container {
	position: absolute;
	top: 252px;
	width: 100%;
}
#pfadwrap {
	height: 20px;
}
#pfad {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 20px;
	height: 20px;
	color: #7D88A0;
	text-indent: 15px;
}
#pfad a {
	color: #7D88A0;
	text-decoration: none;
}
#pfad a:hover {
	text-decoration: underline;
}

#content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background_content.jpg);
	background-repeat: repeat-y;
}
#headline {
	background-image: url(../images/background_headline.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 950px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 15px;
	line-height: 50px;
}
.headline {
	font-size: 140%;
	color: #FFFFFF;
	text-indent: 15px;
	font-weight: bold;
}
#printlogo {
	display: none;
}

.popupheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B6BEC9;
	background-color: #475D7F;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7D88A0;
}
#mainbody {
	width: 950px;
}
#leftcol {
	float: left;
	width: 640px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 160%;
}
#leftcol ul {
	width: 500px;
	margin-left: 30px;
}
.tableleftcol {
	margin-left: 15px;
}
#leftcol p {
	padding-top: 10px;
	padding-right: 120px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#leftcolimg img {
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.leftcolimg {
	margin-right: 5px;
}
#map {
	height: 250px;
	width: 272px;
	margin: 0px;
}
#map a {
	font-size: 1px;
	color: #ffffff;
	text-decoration: none;
}
#rightcol {
	float: right;
	width: 310px;
}
#infotabs {
	background-color: #2F466F;
	padding-top: 20px;
	padding-bottom: 20px;
}
#sprachweiche      {
	background-color: #475D7F;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7D88A0;
}
#sprachweiche img {
	margin-top: 8px;
	margin-left: 15px;
}
#footer {
	background-image: url(../images/background_footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 20px;
	width: 950px;
}
