html {
	height:auto;
	width:100%;
}

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top : 0px;
	margin-right : 0px;
	margin-bottom : 20px;
	margin-left : 0px;
	height:auto;
	width:100%;
	background-color:#ffffff;
}


td, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.input_area {
	font-size:12px;
	color: #000000;
	background-color: #ffffff;
	width:260px;
	padding-top:3px;
	padding-left:3px;
	border-style:solid;
	border-width:1px;
	border-bottom-color:#000000;
	border-right-color:#000000;
	border-top-color:#666666;
	border-left-color:#666666;
}

.button{
	font-size:12px;
	font-weight:bold;
	color: #000000;
	background-color: #ffffff;
	width:260px;
	padding-top:1px;
	padding-bottomt:1px;
	border-style:solid;
	border-width:1px;
	border-bottom-color:#000000;
	border-right-color:#000000;
	border-top-color:#666666;
	border-left-color:#666666;
}

.pflichtfeld {
	color:#990000;
}

/*The headlines*/
h1 {
	color:#000000;
	font-size: 14px;
	font-weight:bold;
}

h2 {
	color:#000000;
	font-size: 12px;
	font-weight:bold;
}

h3 {
	color:#000000;
	font-size: 11px;
	font-weight:bold;
}

h4 {
	color:#000000;
	font-size: 10px;
	font-weight:bold;
}

/*Die Linkgestaltung*/
a:link, a:visited, a:hover {
	font-size:12px;
	color:#000000;
	text-decoration: none;
	font-weight:normal;
}
a:hover {
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}

a.print:link, a.print:visited, a.print:hover {
	font-size:12px;
	color:#999999;
	text-decoration: none;
	font-weight:normal;
	line-height:5px;
}
a.print:hover {
	font-size:12px;
	color:#999999;
	text-decoration:underline;
	font-weight:normal;
}

/*Navigation: first level*/
a.nav_1:link, a.nav_1:visited, a.nav_1:hover {
	color:#000000;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	text-decoration:none;
	}

a.nav_1:hover {
	color:#000000;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	text-decoration:underline;
	}

a.nav_1_act:link, a.nav_1_act:visited, a.nav_1_act:hover {
	color:#000000;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	text-decoration:none;
	}

a.nav_1_act:hover {
	color:#000000;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	text-decoration:underline;
	}
	
/*Sub-Navigation: second level*/		
a.nav_2:link, a.nav_2:visited, a.nav_2:hover {
	color:#000000;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
	text-decoration:none;
	}

a.nav_2:hover {
	color:#000000;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
	text-decoration:underline;
	}

a.nav_2_act:link, a.nav_2_act:visited, a.nav_2_act:hover {
	color:#000000;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	text-decoration:none;
	}

a.nav_2_act:hover {
	color:#000000;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	text-decoration:underline;
	}	

	
/*Sub-Navigation: third level*/		
a.nav_3:link, a.nav_3:visited, a.nav_3:hover {
	color:#000000;
	font-size:11px;
	line-height:17px;
	font-weight:normal;
	text-decoration:none;
	padding-left:20px;
	}

a.nav_3:hover {
	color:#000000;
	font-size:11px;
	line-height:17px;
	font-weight:normal;
	text-decoration:underline;
	padding-left:20px;
	}

a.nav_3_act:link, a.nav_3_act:visited, a.nav_3_act:hover {
	color:#000000;
	font-size:11px;
	line-height:17px;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
	}

a.nav_3_act:hover {
	color:#000000;
	font-size:11px;
	line-height:17px;
	font-weight:bold;
	text-decoration:underline;
	padding-left:20px;
	}		

.level_2 {
display:none;
}

.level_3 {
display:none;
}
	
/*Die ID`s zur Positionierung*/
#print_header {
	width:100%;
	height:150px;
	background-color:#ffffff;
}

#print_logo {
	position:absolute;
	top:0px;
	right:0px;
	width: 260px;
	height:125px;
	z-index:1;
	color:#000000;
	background-color:#ffffff;
}

#print_description {
	position:absolute;
	font-size:13px;
	left:0px;
	width: 300px;
	height:100px;
	z-index:2;
	padding-top:47px;
	padding-right:20px;
	color:#000000;
	background-color:#ffffff;
	text-align:left;
}

#logo {
	display:none;
}

#description {
	display:none;
}

#print {
	display:none;
}

#navigation {
	display:none;
}

