* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-size: 99%;
	font-family: sans-serif;
	color: #000;
	height: 100%;
}
#box {
	width: 960px;
	margin: auto;
	font-size: 0.9em;
	min-height: 100%;
	height:auto !important;
	height: 100%;
	position: relative;
}
#header {
	width: 100%;
	height: 211px;
	position: absolute;
	top: 90px;
	left: 0;
	text-align: center;
	background: url(gfx/header-left-right.png) top left repeat-x;
}
#headerlogos {
	height: 90px;
}
#headertext {
	float: right;
	margin-top: 30px;
	width: 500px;
	font-size: 0.9em;
	text-align: right;
}
#header_service {
	color: #004494;
}
#content {
	margin-top: 215px;
	padding-bottom: 50px;
	width: 100%;
}
#content_left {
	width: 200px;
	float: left;
	padding-right: 30px;
}
.sb {
	width: 200px;
}
.sb_top {
	text-align: left;
	font-weight: bold;
	font-size: 0.85em;
	color: #004494;
}
.sb_content {
	font-size: 0.8em;
	padding: 5px 0px 0px 0px;
}
.sb_content img {
	border: none;
}
.sb_bottom {
	height: 0px;
}
#navi {
	list-style-type: none;
	width: 100%;
	margin-top: 10px;
}
#navi li {

}
#navi li a {
	display: block;
	text-decoration: none;
	font-size: 0.85em;
	color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navi li a.akt {
	font-weight: bold;
}
#navi li a:hover {
	color: #F1932A;
}
#content_middle {
	width: 630px;
	padding-left: 50px;
	float: left;
	font-size: 0.8em;
}
#footer {
	width: 960px;
	height: 17px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: right;
	padding-top: 5px;
	font-size: 0.8em;
	border-top: 1px dotted #000;
	z-Index: 99;
	background-color: #fff;
}
#footer a {
	color: #004494;
	text-decoration: underline;
}
#notearea {
	font-size: 0.9em;
	font-style: italic;
	color: #555;
	margin-top: 100px;
	margin-bottom: 30px;
}
h1 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	color: #000;
}
h2 {
	font-size: 1.1em;
	margin: 0 0 10px 0;
	color: #000;
	text-align: center;
}
h3 {
	font-size: 1.2em;
	margin: 0 0 10px 0;
	color: #004494;
}
h4 {
	font-size: 1em;
	margin: 0 0 10px 0;
	color: #004494;
}
p {
	font-size: 0.9em;
	margin-bottom: 10px;
}
#formular {
	position: relative;
	background: url(gfx/button_schalter_grau.png) top left no-repeat;
	width: 560px;
	margin: auto;
	height: 105px;
}
#kennzeichen {
	position: absolute;
	top: 34px;
	left: 58px;
	font-size: 24px;
	width: 68px;
	height: 32px;
	text-transform: uppercase;
	z-index: 99;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #FFFC97;
}
#linkbutton {
	position: absolute; 
	right: 20px;
	top: 20px;
	height: 60px;
	cursor: pointer;
	width: 200px;
}
#LSResult {
	margin-top: 10px;
	border: 1px solid #BEC7E8;
	visibility: hidden;
	padding: 10px;
}
.hidepics {
	width: 0px;
	height: 0px;
	display: none;
}
.faq_frage {
	color: #999;
	margin-bottom: 10px;
	font-weight: bold;
}
.faq_antwort {
	margin-bottom: 20px;
}

