@charset "UTF-8";

* {
margin: 0;
padding: 0;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00519e;
	margin: auto;
}

html {
	overflow-y: scroll;
}

#wrapper-aussen {
	width: 860px;
	position: absolute;
	margin-left: -430px;
	left: 50%;
}
#navibereich {
	width: 198px;
	height: 940px;
	background-image: url(images/blue.png);
	background-repeat: repeat-y;
	color: #fff;
	position: absolute;
	float: left;
	text-decoration: none;
	visibility: visible;
	top: 162px;
}
#navibereich a:link {
	color: #fff;
	text-decoration: none;
}
#navibereich a:visited {
	color: #fff;
	text-decoration: none;
}
#navibereich a:hover {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#navibereich a:active {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#navibereich a:focus {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#header {
	width: 860px;
	height: 163px;
	left: 0px;
	position: absolute;
	float: left;
}
#wrapper-content {
	width: 680px;
	height: 940px;
	overflow: hidden;
	position: absolute;
	background-image: url(images/bg_content.png);
	background-repeat: repeat-y;
	float: left;
	top: 163px;
	left: 198px;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	text-decoration: none;

}
#clear {
	clear: both;
}

#content, #ref {
	width: 365px;
	height: 900px;
	position: absolute;
	float: left;
	margin-left: 80px;
	margin-top: 30px;
}
#content img {
	padding-top: 20px;
	border: 0px;
}
#content a:link {
	font-size: 12px;
	color: #00519e;
	text-decoration: underline;
}
#content a:visited {
	font-size: 12px;
	color: #00519e;
	text-decoration: underline;
}
#content a:hover {
	font-size: 12px;
	color: #00519e;
	text-decoration: underline;
	font-weight: bold;
}
#content a:active {
	font-size: 12px;
	color: #00519e;
	text-decoration: underline;
	font-weight: bold;
}
#content a:focus {
	font-size: 12px;
	color: #00519e;
	text-decoration: underline;
	font-weight: bold;
}
#symbol {
	width: 25px;
	height: 25px;
	position: absolute;
	float: left;
	margin-left: 50px;
	margin-top: 24px;
}
#wrapper-einklinker {
	width: 160px;
	height: 900px;
	position: absolute;
	float: left;
	margin-left: 480px;
	margin-top: 40px;
	border-left: 1px solid #00519e;
	font-size: 12px;
	color: #00519e;
	font-weight:normal;

}
#einklinker {
	width: 143px;
	height: auto;
	padding-left: 14px;
	padding-right: 5px;	
	padding-top: 35px;
	padding-bottom: 15px;
}
#einklinker a:link {
	font-size: 12px;
	color: #00519e;
	text-decoration: underline;
}
#einklinker a:visited {
	font-size: 12px;
	color: #00519e;
	text-decoration: underline;
}
#einklinker a:hover {
	font-size: 12px;
	color: #00519e;
	text-decoration: underline;
	font-weight: bold;
}
#einklinker a:active {
	font-size: 12px;
	color: #00519e;
	text-decoration: underline;
	font-weight: bold;
}	
#einklinker a:focus {
	font-size: 12px;
	color: #00519e;
	text-decoration: underline;
	font-weight: bold;
}
#hl-einklinker {
	width: 158px;
	height: 21px;
	position: absolute;
	float: left;
	background-color: #00519e;
	padding-left: 7px;
	margin-left: 7px;
	padding-top: 4px;
	vertical-align: middle;
	color: #FFF;
	font-weight:bold;
}

#footer {
	width: 860px;
	height: 20px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 1095px;
	float: left;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #00519e;
	padding: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #f1c825;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #7ad295;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fbb073;
}

.blau {
	font-size: 12px;
	font-weight: bold;
	color: #00519e;
}

.gelb {
	font-size: 12px;
	font-weight: bold;
	color: #f1c825;
}

.gruen {
	font-size: 12px;
	font-weight: bold;
	color: #7ad295;
}

.orange {
	font-size: 12px;
	font-weight: bold;
	color: #fbb073;
}
.white {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.mini {
	font-size: 10px;
	color: #333;
	font-weight:normal;
}

.referenz_klein {
	font-size:10px;
}