* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

img {
	border:0;
}

body {
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:68.5%;
	color:#000;
	text-align:center; /* Horizontale Zentrierung für IE <7 Win im Quirks */
}

#abstand { 
	width:1px;
	height:50%;
	background-color:#fff;
	margin-bottom:-295px; /* Hälfte der Höhe des Containers */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* bringt Container vor Abstand */
	text-align:left;
	height:590px;
	width:900px;
	clear:left;
	z-index:1;
	background-image:url(images/bg.jpg); 
	background-repeat:no-repeat; 
	background-position:center;
	border:1px solid #1F5176; 
}

#containersub {
	margin:0 auto;
	position:relative; /* bringt Container vor Abstand */
	text-align:left;
	height:590px;
	width:900px;
	clear:left;
	z-index:1;
	background-image:url(images/bg_sub.jpg); 
	background-repeat:no-repeat; 
	background-position:center;
	border:1px solid #00276F;
}

/* nur Internet Explorer 6 */
*html #scroller, *html #scrollergr {
	height:422px !important; 
	overflow:auto; 
	width:565px; 
	padding-right:10px; 
}

/* Firefox und Internet Explorer 7 */
html>body #scroller, html>body #scrollergr {
	overflow:auto; 
	height:422px; 
	width:565px; 
	padding-right:10px; 
}

/* nur Internet Explorer 6 */
*html #content, *html #contentgr {
	position:relative;
	float:left;
	margin:19px 0 35px 35px;
	height:529px;
	width:620px;
	background-image:url(images/bg_cont.jpg); 
	background-repeat:repeat-x; 
	background-position:bottom right; 
}

/* Firefox und Internet Explorer 7 */
html>body #content, html>body #contentgr { 
	position:relative;
	float:left;
	margin:38px 0 35px 35px;
	height:530px;
	width:620px;
	background-image:url(images/bg_cont.jpg); 
	background-repeat:repeat-x; 
	background-position:bottom right; 
}

#usp {
	position:absolute;
	top:50px;
	left:118px;
	font-size:1.2em;
	color:#005B94;
	font-weight:bold;
	color:#02286B;
}

#logooh {
	float:right; 
	margin:2em 2em 0 0;
	clear:both;
}	

/* nur Internet Explorer 6 */
*html #welcome {
	color:red; 
	font-weight:bold; 
	font-size:1.2em; 
	float:left; 
	margin-left:-4px; 
	margin-top:10px;
}


/* Firefox und Internet Explorer 7 */
html>body #welcome {
	color:red; 
	font-weight:bold; 
	font-size:1.2em; 
	float:left; 
	margin-left:1px; 
	margin-top:10px;
}

#navi {
	position:relative;
	margin-left:40px;
	float:left;
	background-color:#fff;
	height:568px;
	width:153px;
	background-image:url(images/bg_nav.jpg); 
	background-repeat:no-repeat; 
	background-position:bottom right;
	display:inline;
}

#logo {
	text-align:center;
	margin-top:20px;
}

#logoprint {
	text-align:center;
	margin-top:20px;
	display:none;
}

#padder {
	padding:12px 24px 24px 24px;
}

#adress {
	position:absolute;
	bottom:20px;
	left:17px;
}

h1 {
	font-size:2.2em;
	color:#02286B;
}

h2 {
	font-size:1.6em;
	color:#02286B;
	margin-top:3px;
	margin-bottom:12px;
}

h3 {
	color:#02286B;
	font-size:1.2em;
	margin-bottom:2px; 
}

ul {
	padding:0;
	width:150px;
	list-style:none;
	float:left;
	margin-top:20px;	
	margin-left:0;
}

ul.cont { 
	list-style-image:url("images/square.gif"); 
	line-height:1.4em;
	margin-top:0 !important; 
	width:545px;
	padding-left:20px;
}

html>body ul li {
	margin:7px 0 0 0 !important;
	padding:0 !important;
}

* html ul li {
	margin:-2px 0 0 0 !important;
	padding:0 !important;
}

ul.cont li {
	margin:4px 0 0 0 !important;
}

ul a {
	display:block;
	padding:0 2px 0 18px;
	text-decoration:none;
	color:#000;
	font-size:1.1em;
	font-weight:bold;
	margin:0;
}	

ul a:hover {
	color:#00276F;
}

ul.cont a {
	padding:0;
	font-size:1em;
}

ul.cont a:hover {
	color:#00276F;
}

.logoindex {
	float:right; 
	margin-right:10px; 
	margin-top:15px
}

a {
	color:black; 
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

object {
	display:inline;
}

#language {
	float:right; 
	margin:3px 45px 0 0;
}

p.answer {
	text-align:right; 
	font-size:1.3em;
	padding-left:20px; 
	padding-right:30px; 
	font-weight:bold;
}

p {
	margin:12px 0 12px 0;
	width:545px;
}

/* ---------------------------------------------------------------------------- */
/* Formulare */
/* ---------------------------------------------------------------------------- */

label {
	width:225px;
	font-family:Arial, Helvetica, Geneva, Verdana, sans-serif;
	float:left;
	padding: 0;
	margin: 0;
}

input,textarea,select {
	font-size:1.1em;
	font-family:Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-weight:normal;
	border:1px solid #004A68;
	float:left;
	width:190px;
	height:19px;
	background-color:#ffffff;
}

input.checkbox {
	background-color:#ffffff;
	width:15px;
	height:15px;
	border:0;
}

input:hover, input:active, input:focus,
textarea:hover, textarea:active, textarea:focus,
select:hover, select:active, select:focus,
input.checkbox:hover, input.checkbox:active, input.checkbox:focus {
	background-color:#eeeeee;
}

fieldset {
	padding:4px;
	width:80%;
}

.clearform {
	clear:both;
	height:5px;
	line-height:1px;
}

.clear {
	clear:both;
	height:15px;
}

.kon_img {
	float:left; 
	width:130px;
	w\idth:150px;
}

.kon_img2 {
	float:left; 
	width:380px !important;
	w\idth:320px;
}

.kon_img3 {
	float:left; 
	width:120px;
	margin:0;
	padding:0;
}

#cont .kon_img3 a {
	width:116px;
} 

.kon_img4 {
	float:left; 
	width:390px;
	w\idth:390px;
	margin:0;
	padding:0;
}