body {
	background-color: white;
	margin: 0px;
	text-align: center;
}
#root {
	left: 50%;
	margin-left: -342px; /* negative Hälfte von width:700px */
	top: 50%;
	margin-top: -202px; /* negative Hälfte von height:500px */
	position:absolute;
	width: 685px;
	height: 404px;
}
#header {
	width: 100%;
	height: 352px;
	background-image: url(../../grafiken/webseite/header_intro_2010.jpg);
}
#navi_frame {
	widows: 685px;
	height: 52px;
	background-image: url(../../grafiken/webseite/main_nav_hg.gif);
	background-repeat: repeat-x;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}
#navi {
	text-align: center;
	width: 100%;
	position: relative;
	top:18px;
	left: 50px;
}
#menuepunkt{
	padding-left: 4px;
	padding-right: 4px;
	float: left;
	text-align: center;
}
a.link_text_underline, a.link_text_underline:active, a.link_text_underline:focus, a.link_text_underline:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
a.link_text_underline:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: underline;
}
