* { margin:0; padding:0; }
html, body { }
body {
	text-align: left;
	margin-top: 26px; margin-left: 0px;
	color: #000; background-color: #E2E2E2; /*background: url(../bilder/raster_body.jpg) repeat fixed;*/
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 1.0em;
	font-size: 100.01%;
}
a { color: blue; border: none; outline: none; }
a:focus { border: none; }
a:visited { color: #0000ff; }
img { border: none }

#rahmen {
	margin: 0 auto;
	position: relative;
	top: 0px; left: 0px; 
	background-color: #fff;
	width: 990px; height:750px;
}		
#banner {
	position: absolute;
	top: 0px; left: 193px;
	width: 794px; height: 175px;
	border-left: 3px outset #A1A1A1; border-bottom: 3px outset #A1A1A1;
	z-index: 1;
}
#logo {
	position:absolute;
	top: 0px; left: 20px;
	width: 195px; height: 175px; 
	background: url(../bilder/HKK_Logo.jpg) no-repeat scroll;
}
#logo .subtext {
	position: absolute;
	bottom: -3em; left: 0px;
	width: 175px; height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4C4C4C;
	margin: 0 15px 0 5px; 
}

/* ----------------MENUE-------------------- */
#hauptmenu {
	position: absolute;
	top: 175px; left: 0px;
	width: 188px; height: 532px;
	font-size: 14px; 
	padding: 20px 0 20px 5px;
	background: #F6F6F6;
	border-top: 3px outset #ccc;
	border-right: 3px outset #ccc;
}

#hauptmenu ul {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-bottom: 1.5em;
	padding-left: 10px;
	display: block;
}
#hauptmenu li {
	line-height: 1.4em;
	display: block;
}
#hauptmenu li a {
	min-height: 1.4em;
	/* IE min-height workaround */
	height: auto !important; 
	height: 1.4em; 
	line-height: 1.4em;
}
#hauptmenu .sub1 a {
	padding-left: 10px; /*padding-right: 10px;*/
	text-decoration: none;
	color: #585555;
	display: block;
}
#hauptmenu .sub2 a {
	padding-left: 25px;
	text-decoration: none;
	color: #585555;	
	display: block;
}
#hauptmenu .sub1 a:hover { 
	background-color: #fd0002; color: #fff;
	padding-left: 10px;
	margin-right: 15px;
	display: block;
}
#hauptmenu .sub2 a:hover {
	background-color: #fd0002; color: #fff;
	padding-left: 25px;
	margin-right: 15px;
	display: block;
}
#hauptmenu .menuhead {
	color: #000;
	font-size: 13px;
	border-bottom: 1px solid #09fd05; 
	margin-bottom: 2px; margin-right: 15px;
}
#hauptmenu .menuhead_sub {
	color: #000;
	font-size: 12px;
	margin: 2px 15px 2px 20px;
	border-bottom: 1px dashed #09fd05;
}
#hauptmenu .akt_link {
	color: #000;
	background-color: #09fd05;
	font-size: 1em; 
	text-decoration: none;
	margin-right: 15px;
	padding-left: 10px;
}
#hauptmenu .akt_link_2 {
	color: #000;
	background-color: #09fd05;
	font-size: 1em; 
	text-decoration: none;
	margin-right: 15px;
	padding-left: 25px;
}
/* ----------------INHALT-------------------- */
#inhalt {
	position: absolute;
	top: 178px; left: 196px;
	width: 794px; height: 572px;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#text 	{
	position: absolute;
	top: 70px; left: 40px;
	width: 650px; height: 340px;
	font-size:1.1em;
	line-height: 2.65ex;
	color:  /* #535353;*/ #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*letter-spacing: 0.01em;*/
	/*border: 1px solid #ccc;*/
}	
#text .fl_l {
	float: left;
	padding-right: 2em;
	padding-top: 0.5ex;
}
#text .fl_r {
	float: right;
	padding: 1ex 2em 0 0;
}
#text .fl_r_border {
	float: right;
	margin: 2ex 2em 0 0;
	border: 1px solid #ccc;
}
#text .rahmen {
	border: 1px solid #ccc;
}
#text .marker {
	color: #006600;
}
.in_arbeit {
	color: #006600;
	font-size: 1.8em;
}

