#navi {
	position: fixed;
	top: 0px;
	left: 0px;
	right: auto;
	bottom: auto;
	width: 100%;
	height: 16px;
	padding:1px 10px 3px 5px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #e7e5ea;
	background-image:url(/images/navibg.png);
	z-index:4;
	border-bottom: #ffffff 4px groove;
	}
#menu {
	position: fixed;
	top: 35px;
	left: 8px;
	right: auto;
	bottom: auto;
	width: 165px;
	height: auto;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding: 5px 5px 5px 5px;	
	z-index: 5;
	}
#inhalt {
	position: relative;
	height: auto;
	width: 70%;
	top: 20px;
	left: 190px;
	bottom: auto;
	right: auto;
	padding-bottom: 30px;
	padding-left: 20px;
	line-height: 150%;
	font-size: 13px;
	padding-right: 40px;
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	z-index: 2;
	}
#copy {
	position: fixed;
	top: auto;
	left: 0;
	right: auto;
	bottom: 0;
	height: 25px;
	width: 100%;
	padding: 0px 5px 0px 5px;
	text-align: center;
	font-size: 10px;
	color: #000000;
	background-color: #f0f3f8;
	z-index: 3;
	border-top: #ffffff 4px ridge;
	}

#all {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	right: auto;
	top: 0;
	right: auto;
	background-color: #ffffff;
	z-index: 0;
	}
#links{
	position: fixed;
	height: 100%;
	width: 186px;
	left: 0;
	right: auto;
	top: 0;
	right: auto;
	background-color: #9999ff;
	z-index: 0;
	border-right: #ffffff 4px ridge;
	}
#infodiv { 
	position:absolute;
	visibility:hidden;
	z-index:20;
	top:0px;
	left:0px;
	}