body {
	font-family:Verdana;
	font-size:9pt;
	margin:0px;
	padding:0px;
}
#alles {
	width:800px;
	height:800px;
	margin:0px;
	padding:0px;
	border:1px solid white;
	text-align:center;
}
#head {
	width:100%;
	height:100px;
	background-color:#FF9900;
	margin-top:8px;
	margin-bottom:8px;
}
#menu {
	font-size:10pt;
	font-weight:bold;
	color:white;
	width:100%;
	height:22px;
}
#menu_table {
	background-color:#FF9900;
	border-collapse:collapse;
	border-spacing:0px;
	width:799px;
	height:22px;
	margin-left:1px;	
}
td.menu_td {
	border: 1px solid white;
	width:25%;
}
td.menu_td_aktiv {
	border: 1px solid white;
	width:25%;
	background-color:#FFBB11;
}
td.menu_td:hover {
	background-color:#FFBB11;
	color:black;
}
td.menu_td_aktiv:hover {
	background-color:#FFBB11;
	color:black;
}
#submenu {
	font-size:10pt;
	font-weight:bold;
	color:white;
	width:100%;
	height:22px;
}
#submenu_table {
	background-color:#6666cc;
	border-collapse:collapse;
	border-spacing:0px;
	width:799px;
	height:100%;
	margin-left:1px;
}
td.submenu_td {
	border: 1px solid white;
	width:20%;
}
td.submenu_td_aktiv {
	border: 1px solid white;
	background-color:#8888ee;
	width:20%;
}
td.submenu_td:hover {
	background-color:#8888ee;
	color:black;
}
td.submenu_td_aktiv:hover {
	background-color:#8888ee;
	color:black;
}
#content {
	height:522px;
	background-color:#E2E2E2;
	margin-top:8px;
	padding:8px;
	padding-top:16px;
	overflow:hidden;
	text-align:left;
	line-height: 13pt;
}
#foot {
	bottom:0px;
	width:100%;
	height:13px;
	background-color:white;
	text-align:right;
	font-size:8pt;
	color:black;
	margin-right:10px;
	border-top:1px dotted black;
}
#foot a { 
	text-decoration:none;
	color:black;
}
#foot a:link { text-decoration:none; }
#foot a:visited { text-decoration:none; }
#foot a:hover { text-decoration:underline; }
#foot a:active { text-decoration:underline; }
#foot a:focus { text-decoration:underline; }
img.pic_right {
	float:right;
	margin-top:45px;
	margin-left:15px;
	margin-right:25px;
}
div.pic_right {
	float:right;
	margin-top:15px;
	margin-left:65px;
	margin-right:25px;
}
img.pic_left {
	float:left;
	margin-top:15px;
	margin-left:20px;
	margin-right:15px;
}
img.pic_center {
	float:right;
	left:50%;
	top:50%;
}
#map {
	float:right;
}
