/* HACKS */
/* ----- */

/* NUR IE 6*/
* html #id {

}

/* IE 7 und FF */
html>body #id {

}

/* NUR IE 7*/
*+html #id {

} 



/* STRUKTUR */
/* -------- */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

html {
	height:100%;
}

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

body.disclaimer {
	text-align: left;
	color: #555;
	padding: 20px;
}

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

#container {
	position: relative; /* bringt Container vor Abstand */
	width: 990px;
	height: 575px;
	margin: 0 auto;
	border: 1px solid #000;
	clear: left;
	text-align: left;
	background: url("images/back.jpg") no-repeat;
}


#containerstart {
	position: relative; /* bringt Container vor Abstand */
	width: 990px;
	height: 575px;
	margin: 0 auto;
	border: 1px solid #000;
	clear: left;
	text-align: left;
	background: url("images/back_start.jpg") no-repeat;
}

#containerstart_e {
	position: relative; /* bringt Container vor Abstand */
	width: 990px;
	height: 575px;
	margin: 0 auto;
	border: 1px solid #000;
	clear: left;
	text-align: left;
	background: url("images/back_start_e.jpg") no-repeat;
}

#cont {
	width: 700px;
	height: 510px;
	position: absolute;
	left: 240px;
	top: 62px;
	overflow: auto;
}

#cont ul {
	list-style-position: inside;
	margin: 5px 0 5px 0;
}

#cont ul li {
	margin-left: 10px;
}

#start {
	display: block;
	width: 403px;
	height: 97px;
	background: url("images/start.png") no-repeat;
	float: right;
	margin: 60px 360px 0 0;
}

* html #start {
	margin: 60px 180px 0 0;
	background: none;
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/start.png", sizingMethod="scale"); /* Pfadangabe immer vom Webroot aus */
}

#start_e {
	display: block;
	width: 520px;
	height: 97px;
	background: url("images/start_e.png") no-repeat;
	float: right;
	margin: 60px 240px 0 0;
}

* html #start_e {
	margin: 60px 120px 0 0;
	background: none;
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/start_e.png", sizingMethod="scale"); /* Pfadangabe immer vom Webroot aus */
}

#next {
	clear: left;
	float: left;
	margin: -120px 0 0 240px;
	width: 400px; 
}

* html #next {
	margin: -120px 0 0 120px;
}

#button {
	float: right;	
	margin: 30px 30px 0 0;
}

* html #button {
	margin: 30px 15px 0 0;
}

.kon_img {
	float: left; 
	width: 325px;
	margin: 40px 0 0 20px;
	font-size: 1.1em;
	line-height: 1.2em;
}

* html .kon_img {
	margin: 40px 0 0 10px;
}

.kon_img2 {
	float: left; 
	width: 325px;
	margin: 40px 0 0 30px;
	font-size: 1.1em;
	line-height: 1.2em;
}

* html .kon_img2 {
	margin: 40px 0 0 15px;
}

.kon_img3 {
	float: left; 
	width: 650px;
	margin: 40px 0 0 20px;
	font-size: 1.1em;
	line-height: 1.2em;
}

* html .kon_img3 {
	margin: 40px 0 0 10px;
}

#left {
	float: left;	
}

#logo {
	margin: 25px 0 0 20px;
}


/* Links aktivieren für IE 6 bei transparenten PNGs */
a {
	position: relative;
}

h1 {
	font-size: 3.0em;
	font-family: Engel, Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}

h2 {
	font-size: 1.8em;
	margin: 20px 0 10px 0;
	font-family: Engel, Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}

h3 {
	font-size: 1.6em;
	margin: 15px 0 25px 0;
	font-family: Engel, Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	font-weight: normal;
}

h3.disclaimer {
	color: #3A6696;
	margin: 15px 0 10px 0;
}

p {
	margin-top: 10px;
	line-height: 1.4em;
}

#leftnav {
	width: 112px;
	margin: 40px 0 0 27px;  
}

#leftnav ul {
	list-style: none;
}

#leftnav ul li {
	width: 112px;
} 

#leftnav ul li a, #leftnav ul li a:visited {
	width: 112px;
	height: 26px;
	display: block;
	background: url('images/back_li.png') left bottom no-repeat;
	text-decoration: none;	
	padding: 9px 0 0 20px;
	font-size: 1.1em;
}

#leftnav ul li a:hover, #leftnav ul li a:active {
	display: block;
	background: url('images/back_li_a.png') left bottom no-repeat;
	font-size: 1.1em;
}

#leftnav ul li strong a { 
	background: url('images/back_li_a.png') left bottom no-repeat !important;
	color: #3A6696;
	font-size: 1.1em;
}

* html #leftnav ul li a, * html #leftnav ul li a:visited {
	background: none;
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/back_li.png", sizingMethod="scale"); /* Pfadangabe immer vom Webroot aus */
}

* html #leftnav ul li a:hover, * html #leftnav ul li a:active, * html #leftnav ul li strong a {
	background: none !important;
	background-color: transparent !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/back_li_a_ie6.png", sizingMethod="scale"); /* Pfadangabe immer vom Webroot aus */
	padding: 9px 0 0 24px !important;
	display: block !important;
}

#leftnav ul li ul {
	list-style: none;
}

#leftnav ul li ul li {
	width: 112px;
} 

#leftnav ul li ul li a, #leftnav ul li ul li a:visited {
	text-decoration: none;	
	font-size: 0.9em;
	background: none !important;
	height: 12px !important;
	padding: 2px 2px 2px 20px !important;
}

#leftnav ul li ul li a:hover, #leftnav ul li ul li a:active {
	font-size: 0.9em;
}

#leftnav ul li ul li strong a { 
	color: #3A6696;
	font-size: 0.9em;
	font-weight: normal !important;
}

a, a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover, a:active {
	color: #3A6696;
	text-decoration: none;
}

#cont a, #cont a:visited {
	color: #fff;
	text-decoration: underline;
}

#cont a:hover, #cont a:active {
	color: #222;
	text-decoration: none;
}

/* FORMULARE */
/* --------- */

label {
	margin-right: 5px;
	width: 125px;
	float: left;
	padding-right: 10px;
}

label.faq {
	margin-right: 5px;
	width: 190px;
	float: left;
	padding-right: 10px;
}

input, textarea, select {
	font-size: 1.1em;
	font-weight: normal;
	background-color: #ffffff;
	width: 145px;
}

input.checkbox {
	height: 17px;
}

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 4px 4px 10px;
	width: 300px;
}

legend {
	padding: 0 5px;
}

.clearform {
	clear: both;
	height: 2px !important;
	overflow: hidden;
}

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

