body {
	margin: 0px;
	background-color: #888;
	font-family: Arial;
	font-size: 12px;
}
#top {
	line-height: 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#r1 {
	background-image: url(../img/r1.png);
	height: 6px;
}
#r2 {
	background-image: url(../img/r2.png);
	height: 22px;
	text-align: right;
}
#toplinks {
	height: 20px;
	font-family: Arial;
	font-size: 15px;
	color: #0f1f60;
	line-height: 23px;
	margin-left: 10px;
	margin-right: 25px;
	margin-top: 0px;
	text-align: right;
	float: right;
	width: 290px;
}
#toplinks a:link, #toplinks a:visited, #toplinks a:active {
	color: #0f1f60;
	text-decoration: none;
}
#toplinks a:hover {
	text-decoration: underline;
}
#r3 {
	background-image: url(../img/r3.png);
}
#toplogo {
	background-image: url(../img/toplogo.png);
	margin-left: 9px;
	width: 881px;
	height: 136px;
}
#homelink {
	float: left;
	margin-top: 15px;
	margin-left: 16px;
	height: 103px;
	width: 102px;
	/*border: 1px #000 solid;*/
}
#homelink:hover {
	cursor: pointer;
}
#symbol {
	float: left;
	font-family: Arial;
	font-size: 50px;
	font-weight: bold;
	color: #0f1f60;
	padding-top: 9px;
	margin-left: 15px;
	/*border: 1px #000 solid;*/
	width: 95px;
}
#teaser {
	float: left;
	margin-left: 9px;
	padding-top: 14px;
	/*border: 1px #000 solid;*/
	font-family: Arial;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 21px;
	color: #0f1f60;
}
#main {
	margin-top: 7px;
	background-image: url(../img/mainhg.png);
	width: 899px;
}
.abk {
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: #0d0071;
}
.desc {
	font-family: Arial;
	color: #0d0071;
}
#mainbottom {
	height: 7px;
	width: 899px;
}
#menu {
	margin-top: 3px;
	margin-left: 12px;
	margin-right: 7px;
	float: left;
	width: 173px;
	/*border: 1px #000 solid;*/
}
#menu h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	color: #888888;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
}
#menu ul {
	margin: 0px;
	margin-bottom: 8px;
	margin-right: 10px;
	padding: 0px;
}
#menu ul a:link, #menu ul a:visited, #menu ul a:active #menu ul a:hover {
	text-decoration: none;
}
#menu li:before {
	position: relative;
	top: 1px;
	content: url(../img/listdot.png);
}
#menu li {
	font-family: Arial;
	list-style: none;
	font-size: 14px;
	color: #888888;
	line-height: 23px;
	text-indent: 6px;
}
#menu li:hover:before {
	position: relative;
	top: 1px;
	content: url(../img/listdothover.png);
}
#menu li:hover {
	cursor: pointer;
	 color: #0d0066;
	/*background-color: #bbb;*/
}
.activeLink{
	color: #5a5a5a ! important;
	background-color: #bcbcbc;
}
.activeLink:hover{
	color: #0d0066 ! important;
}
#content {
	margin-top: 3px;
	margin-left: 20px;
	float: left;
	width: 678px;
	color: #232323;
	min-height: 500px;
}
#content h1 {
	/*border: 1px #000 solid;*/
	font-family: Arial;
	list-style: none;
	font-size: 14px;
	color: #403f3f;
	background-color: #bcbcbc;
	padding: 0.1em;
	padding-left: 8px;
	letter-spacing: 3px;
	margin-bottom: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#content p {
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	text-align: justify;
	color: #343b4f;
}
#content blockquote {
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	text-align: justify;
	color: #343b4f;
}
#content h6 {
	padding: 10px;
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	text-align: justify;
	color: #343b4f;
	background-color: #e0ddff;
	font-style: italic;
	text-align: center;
}
#content li {
	font-family: Arial;
	font-size: 13px;
	line-height: 19px;
	color: #343b4f;
	padding-right: 10px;
	text-align: justify;
}
#content ul {
	margin-top: 5px;
}
#content .imageRight {
	float: right;
	padding-left: 12px;
	padding-right: 0px;
	width: 200px;
	font-style: italic;
	text-align: justify;
}
#content .magnifier {
	z-index: 200;
	float: right;
	margin-right: 30px;
}
#content .magnifier img {
	width: 20px;
	height: 20px;
	position: absolute;
	margin: 0px 0 0 0px;
	margin-top: 0px;
}
#content .imageRight img {
	width: 100%;
	border: none;
	padding-bottom: 3px;
	z-index: 1;
}
#content .imageLeft {
	float: left;
	padding-left: 0px;
	padding-right: 12px;
	width: 200px;
	font-style: italic;
	text-align: justify;
}
#content .imageLeft img {
	width: 100%;
	border: none;
	padding-bottom: 3px;
}
#contactForm h1 {
	margin-bottom: 10px;
}
#contactForm .warning {
	background-color: #ffe0e1;
	color: #9e3237;
	font-weight: bold;
	width: 658px;
	padding: 5px;
}
#content .success{
	background-color: #e0ffe6;
	color: #206840;
	font-size: 14px;
	font-weight: bold;
	width: 658px;
	padding: 5px;
}
#contactForm .persData {
	float: left;
	width: 305px;
}
#contactForm .persData h3 {
	position: relative;
	top: 10px;
}
#contactForm .placeholder {
	float: left;
	width: 52px;
	height: 10px;
}
#contactForm input[type=text] {
	font-family: Arial;
	width: 100%;
	height: 20px;
	margin-top: 2px;
	border: 1px #888 solid;
}
#contactForm input[type=submit] {
	border: 1px #888 solid;
	float: right;
	margin: 0px;
}
#contactForm textarea {
	font-family: Arial;
	border: 1px #888 solid;
	width: 658px;
	height: 200px;
	margin-top: 2px;
}
#contactForm .error {
	background-color: #ffbfc3;
}
#contactForm .persdata-abmobile {
	position: fixed;
	top: -200px;
	display: none;
}
.clear {
	clear: both;
}
#r4 {
	background-image: url(../img/r4.png);
	height: 21px;
	font-family: Arial;
	font-size: 15px;
	color: #6d6d6d;
	text-align: center;
	line-height: 22px;
}
#r4 a:link {
	color: #6d6d6d;
	text-decoration: none;
}
#r4 a:visited {
	color: #6d6d6d;
	text-decoration: none;
}
#r4 a:hover {
	color: #6d6d6d;
	text-decoration: underline;
}
#r4 a:active {
	color: #6d6d6d;
	text-decoration: none;
}
#r5 {
	background-image: url(../img/r5.png);
	height: 15px;
}
#main {
}
.row {
	margin: auto;
	width: 914px;
}
.fragen10 {
	float: left;
	width: 495px;
}
.fragen10 ul {
	margin-left: 0px;
	padding-left: 0px;
}
.fragen10 ul li {
	list-style-type: none;
	background-color: #d6d6d6;
	margin-bottom: 8px;
}
.fragen10Kategorien {
	float: left;
	width: 170px;
}
.fragen10Kategorien ul {
	margin-left: 0px;
	padding-left: 0px;
}
.fragen10Kategorien ul li {
	list-style-type: none;
	margin-bottom: 5px;
	position: relative;
	right: 6px;
	padding-left: 6px;
}
.fragen10Kategorien ul li:hover {
	cursor: pointer;
}
.befragungTh {
	background-color: #666699;
	color: #fff;
	font-weight: bold;
}
.befragungTd {
	background-color: #c0c0c0;
	color: #000;
}
