/* QIH - Styles */

body {
	margin:0px 0px 0px 0px;
	background-color:#F3FAFC;
}

optgroup {
	border-bottom: solid 1px #000000;
}
optgroup option {
	padding-left: 3px;
}

.schrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4F5055;
	text-align:left;
}

a.schrift:link, a.schrift:visited, a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight: normal;
	color:#425A69;
	text-decoration:none
}

a.schrift:hover, a.schrift:active, a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:normal;
	color:#004594;
	text-decoration:none;
}

.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #469DD7;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #0F82CE;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	color: #4F5055;
}

#formular {
	background-color:#EAF1F4; 
	border:1px solid #4F5055;
}

#bg_construct {
	width:980px; 
	height:742px;
}

#header_box {
	width:980px; 
	height:166px; 
	background-image:url(images/header.jpg); 
	text-align:left;
}

#header_logo {
	float:left;
	width:196px; 
	height:55px; 
	margin-left:23px; 
	margin-top:58px; 
	background-image:url(images/qih_logo.jpg);
	background-repeat:no-repeat;
}

#header_aktuell {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	color:#FFFFFF;
	float:right;
	padding-right:157px;
	margin-top:146px;
}

#header_navi {
	font-family:Arial, Helvetica, sans-serif;
	float:right; 
	margin-top:146px; 
	margin-right:20px;
}

#navigation {
	padding:5px; 
	margin:0px; 
	text-align:left;
	background-color:#EAF1F4;
}

#subnavigation {
	padding:5px;
	padding-left:20px; 
	margin:0px; 
	text-align:left;
	background-color:#EAF1F4;
}

#login_box {
	background-color:#DBE6F3;
	text-align:left;
	padding:10px;
}

#login_box_form {
	margin:0px; 
	padding:0px;
}

#login_box_input {
	margin-top:5px; 
	width:125px;
	background-color:#EAF1F4;
	border:1px solid #4F5055;
	height:17px;
}

#login_box_button {
	margin-top:5px;
	border:0px; 
	background:none;
}

#info_box {
	background-color:#EAF1F4; 
	margin-top:1px; 
	padding:15px;
	<?php if( !eregi("(MSIE)", $_SERVER['HTTP_USER_AGENT']) ) { echo "width:217px;"; }else{ echo "width:187px;"; } ?>
}