html, body {
	height:100%;
	margin: 0;
	padding: 0;	
	}

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:right;
	font-weight:bold;
	font-size: 16px;
	color: #FF6F01;
}

h2 {
	padding: 0; margin: 20px 0 15px 0;
	font-weight:bold;
	font-size: 13px;
	color: #FF6F01;
}

p {
	padding: 0; margin: 10px 0 10px 0;
}

a {
	color: #FF6F01;
	text-decoration: none;
	font-size: 0.9em;
}
a:hover {
	text-decoration: underline;
}

.weiterlink {
	border-top: 1px solid #FF6F01;
	padding:5px 5px 5px 0; margin: 20px 0 0 0;
	position:absolute;
	bottom:-8px; left:0;
	width:175px;
	text-align:right;
}

/* 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 {
	margin:0 auto 0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	clear:left;

	width: 1000px;
	height: 560px;
	z-index:60;
}

#container_menu {
	background-image: url(../images/menu_background.jpg);
	background-repeat:no-repeat;
}

#container_detail {
	background-image: url(../images/detail_background.jpg);
	background-repeat:no-repeat;
}


#menu_box01_header {
	position: absolute;
	left: 20px; top: 135px;
	width: 191px;
}
#menu_box01_text {
	position: absolute;
	left: 21px; top: 161px;
	width: 188px; height: 263px;
}

#menu_box02_header {
	position: absolute;
	left: 242px; top: 135px;
	width: 191px;
}
#menu_box02_text {
	position: absolute;
	left: 243px; top: 161px;
	width: 188px; height: 263px;
}

#menu_box03_header {
	position: absolute;
	left: 462px; top: 134px;
	width: 191px;
}
#menu_box03_text {
	position: absolute;
	left: 463px; top: 161px;
	width: 188px; height: 263px;
}



#box_content_header {
	position: absolute;
	left: 20px; top: 135px;
	width: 604px;
}
#box_content_text {
	position: absolute;
	left: 27px; top: 141px;
	width: 606px; height: 340px;
}

#box_links_header {
	position: absolute;
	left: 647px; top: 135px;
	width: 181px;
}
#box_links_text {
	position: absolute;
	left: 646px; top: 156px;
	width: 187px; height: 339px;
}

#impressum {
	position: absolute;
	left: 6px; top: 525px;
}
#impressum a {
	color: #4A0002;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
#impressum a:hover {
	text-decoration: underline;
}

#kontakt {
	position: absolute;
	left: 265px;
	top:26px;
	width: 717px;
}
#kontakt a {
	color: #4A0002;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
#kontakt a:hover {
	text-decoration: underline;
}
