body {
	background-color:	#CCCCCC;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			14px;
	font-weight:		normal;
	color:				#000000;
	text-decoration:	none;
}

#header {
	position:			absolute;
	left:				120px;
	top:				30px;
	width:				780px;
	height:				100px;
	z-index:			1;
	background-color: 	#FFCC00;
	padding-left:		20px;
	padding-top:		6px;
}

#header_space {
	position:			absolute;
	left:				120px;
	top:				130px;
	width:				800px;
	height:				30px;
	z-index:			2;
	background-color:	#FFFFFF;
}

#balkenunten {
	position:			absolute;
	background-color:	#FFFFFF;
	left:				120px;
	top:				660px;
	width:				800px;
	z-index:			6;
	height:				30px;
}

#menu {
	position:			absolute;
	left:				120px;
	top:				160px;
	width:				175px;
	height:				500px;
	z-index:			3;
	background-color:	#FFFFFF;
}

#inhalt {
	position:			absolute;
	left:				295px;
	top:				160px;
	width:				582px;
	height:				467px;
	z-index:			4;
	background-color:	#FFFFFF;
	padding:			10px;
	overflow:			auto;
	padding-left:		33px;
	padding-top:		13px;
	padding-bottom:		20px;
}

#menu_liste {
	list-style:			none;
	padding:			0px;
	margin:				0px;
}

#impressum {
	position:			absolute;
	left:				715px;
	top:				34px;
	width:				190px;
	height:				16px;
	z-index:			5;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-style:			normal;
	line-height:		normal;
	font-weight:		normal;
	font-variant:		normal;
	color:				#000000;
	text-decoration:	none;
	text-align:			right;
}

.menu_ueberschrift {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	font-style: 		normal;
	line-height: 		normal;
	font-weight: 		700;
	font-variant: 		normal;
	color: 				#0066FF;
	text-decoration: 	none;
	margin-top:			10px;
	padding:			2px;
}

.menu_punkt {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	line-height: 		13px;
	font-weight: 		100;
	font-variant: 		normal;
	color: 				#FFFFFF;
	text-decoration: 	none;
	background:			#0066FF;
	padding:			4px;
	margin-top:			2px;
	margin-left:		0px;
	cursor:				hand;
}

.menu_punkt_aktiv {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			11px;
	font-style: 		normal;
	line-height: 		13px;
	font-weight: 		100;
	font-variant: 		normal;
	color: 				#FFFFFF;
	text-decoration: 	none;
	background:			#009900;
	padding:			4px;
	margin-top:			2px;
	margin-left:		0px;
}

.menu_punkt_sub_inaktiv {
	display:			none;
}

.menu_punkt_sub {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-style: 		normal;
	line-height: 		13px;
	font-weight: 		100;
	font-variant: 		normal;
	color: 				#0066FF;
	text-decoration: 	none;
	background:			#B2E7F5;
	padding:			4px;
	margin-top:			2px;
	margin-left:		0px;
	display:			none;
	cursor:				hand;
}

.menu_punkt_sub_highlight {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-style: 		normal;
	line-height: 		13px;
	font-weight: 		100;
	font-variant: 		normal;
	color: 				#009900;
	text-decoration: 	none;
	background:			#E9F0D3;
	padding:			4px;
	margin-top:			2px;
	margin-left:		0px;
	display:			block;
}

.menu_link {
	text-decoration:	none;
}

.klein {
	font-size:			9px;
}

.mittel {
	font-size:			10px;
}

.ueberschrift_text {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			14px;
	font-style:			normal;
	font-weight:		bold;
	font-variant:		normal;
	color:				#000000;
	text-decoration:	none;
}

.ueberschrift_blau {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-style:			normal;
	font-weight:		bold;
	font-variant:		normal;
	color:				#0066FF;
	text-decoration:	none;
}

.einleitung_text {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-style:			normal;
	font-weight:		normal;
	font-variant:		normal;
	color:				#0066FF;
	text-decoration:	none;
}

.inhalt_text {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	font-style:			normal;
	font-weight:		normal;
	font-variant:		normal;
	color:				#000000;
	text-decoration:	none;
}

H1 {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			25px;
	font-style:			normal;
	font-weight:		bold;
	font-variant:		normal;
	color:				#000000;
	text-decoration:	none;
}

HR {
	width:				60px;
	color:				#000000;
	background-color:	#000000;
	text-align:			left;
	height:				1px;
	border:				0px solid #000000;
	margin-left:		0px;
}

a {
	text-decoration:	none;
	color:				#0066FF;
}

.impr_link {
	text-decoration:	none;
	color:				#000000;
}