html, body {
	height:100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/hg.jpg);
	background-color: #FAFE07;
	background-repeat: no-repeat;
	}

body {
	background-color: #ffffff;
	color: #4A0002;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h1 {
	margin: 0;
	padding: 0;
	text-align:left;
	font-weight:bold;
	font-size: 16px;
	color: #FF6F01;
}

h2 {
	padding: 0;
	margin: 20px 0 15px 0;
	font-weight:bold;
	font-size: 13px;
	color: #FF6F01;
	text-align: left;
}

p {
	padding: 0;
	margin: 10px 0 10px 0;
	text-align: left;
}

a {
	color: #8F0303;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.weiterlink {
	padding:5px 5px 5px 0;
	margin: 20px 0 0 0;
	position:absolute;
	bottom:3px;
	left:4px;
	width:175px;
	text-align:left;
}

/* CSS vertical centering - solution by fricca: http://d-graff.de/fricca/center.html */
#distance { 
	width:1px;
	height:50%;
	background-color:#fff;
	margin-bottom:-280px; /* half of container's height */
	float:left;
}

.container {
	position:relative; /* puts container in front of distance */
	text-align:left;
	clear:left;
	width: 1000px;
	height: 560px;
	z-index:60;
	margin-top: 0;
	margin-right: auto;
	margin-left: 0px;
}

#container_menu {
	background-repeat:no-repeat;
}

#container_detail {
	background-repeat:no-repeat;
}


#menu_box01_header {
	position: absolute;
	left: 44px;
	top: 116px;
	width: 191px;
}
#menu_box01_text {
	position: absolute;
	left: 45px;
	top: 161px;
	width: 188px;
	height: 327px;
}

#menu_box02_header {
	position: absolute;
	left: 259px;
	top: 116px;
	width: 191px;
}
#menu_box02_text {
	position: absolute;
	left: 260px;
	top: 161px;
	width: 188px;
	height: 331px;
}

#menu_box03_header {
	position: absolute;
	left: 472px;
	top: 115px;
	width: 191px;
}
#menu_box03_text {
	position: absolute;
	left: 473px;
	top: 161px;
	width: 188px;
	height: 263px;
}



#box_content_header {
	position: absolute;
	left: 48px;
	top: 117px;
	width: 604px;
}
#box_content_text {
	position: absolute;
	left: 45px;
	top: 145px;
	width: 606px;
	height: 340px;
	overflow: auto;
}

#box_links_header {
	position: absolute;
	left: 698px;
	top: 221px;
	width: 181px;
}
#box_links_text {
	position: absolute;
	left: 698px;
	top: 221px;
	width: 212px;
	height: 260px;
}

#impressum {
	position: absolute;
	left: 864px;
	top: 536px;
	width: 63px;
}
#impressum a {
	color: #F4A703;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
#impressum a:hover {
	text-decoration: underline;
}

#kontakt {
	position: absolute;
	left: 0px;
	top:0px;
	width: 717px;
}
#kontakt a {
	color: #6E0C00;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
#kontakt a:hover {
	text-decoration: underline;
	color: #4B060B;
}
.klein {
	font-size: 11px;
}
.hell, a.hell, a.hell:link,a.hell:hover,a.hell:visited,a.hell:active  {
	font-weight: bold;
	color: #FFF;
}
.dunkel, #kontakt a.dunkel:hover, #kontakt a.dunkel:active,#kontakt a.dunkel:visited,#kontakt a.dunkel:link {
	color: #A23828;
}

