html,p,br,p,ul,ol,li,div,table,td,th,tr,address,blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
}

body {
	margin:0px;
	padding:0px;
}

a:link {
	color:#3364a1;
	text-decoration:none;
}

a:visited {
	color:#3364a1;
	text-decoration:none;
}

a:active {
	color:#3364a1;
	text-decoration:none;
}

a:hover {
	color:#3364a1;
	text-decoration:underline;
}

.header_div {
	width:100%;
	height:24px;
	background-color:#3b73ba;
	border-bottom:1px #3567a6 solid;
}

.header_text {
	position:absolute;
	top:45px;
	left:150px;
}

.abstand {
	color:#FFF;
	font-size:11px;
	padding-top:6px;
	padding-left:8px;
}

.content {
	padding-left:8px;
}

h1 {
	font-family:Trebuchet MS;
	font-size:24px;
	padding:0px;
	margin:0px;
	color:#325874;
	font-weight:bold;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#df7e00;
	padding:0px;
	margin:0px;
	
}

h3 {
	font-size:14px;
}


.fieldset {
	border:1px #bccad3 solid;
	background:#f1f4f6;
}

.legend {
	position:absolute;
	top:-10px;
	left:10px;
	border:1px #ffba00 solid;
	background:#ffba00;
	text-align:center;
	padding-top:1px;
	padding-bottom:1px;
	color:#000;
}

.input_button {
	background: #f1f4f6;
	color: #000;
	font-weight: normal;
	border: solid 1px #bccad3;
	height: 40px;
	font-size: 14px;
}

.input_button_2 {
	background: #ffe089;
	color: #000;
	font-weight: normal;
	border: solid 1px #ffba00;
	height: 18px;
	font-size: 11px;
}

.input_text {
	background:#fff;
	border: solid 1px #a7c7da;
}