body,html {
	margin: 0px;
	width: 100%;
   height: 100%;
}

#Layer1 {
	position:fixed;
	width:100%;
	height:59px;
	top: 0px;
	left: 5px;
	z-index:5;
	background-image: url(../images/top_bg.gif);
}
#nav {
	position:absolute;
	top:27px;
	left:0px;
	width: 512px;
}
#Layer2 {
	width:40px;
	height:100%;
	z-index:10;
	background-image: url(../images/left_bg.gif);
	float: left;
	position:fixed;
}
#Layer3 {
	width:40px;
	height:100%;
	z-index:10;
	background-image: url(../images/right_bg.gif);
	position:fixed;
	right: 0px;
}
#Layer4 {
	position:fixed;
	width:200px;
	height:31px;
	z-index:1000;
	left: 74px;
	top: 8px;
}

#Layer7 {
	position: absolute;
	width:850px;
	height:400px;
	z-index:0;
	top: 70px;
	left: 50%;
	margin-left: -425px;
}
#VRviewer {
	position: absolute;
	width:620px;
	height:522px;
	z-index:0;
	top: 70px;
	left: 50%;
	margin-left: -310px;
	background-color:#FFFFFF;
	visibility : hidden;
}
a.whiteonwhite:link{font-family: Arial, Helvetica, sans-serif; font-size: 6px; color:#FFFFFF}
a.whiteonwhite:visited{font-family: Arial, Helvetica, sans-serif; font-size: 6px; color:#FFFFFF}
.normal {font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
.klein {font-family: Arial, Helvetica, sans-serif; font-size: 11px; }

a.vrlink:link { color:black; text-decoration:underline; }
a.vrlink:visited { color:black; text-decoration:underline; }
a.vrlink:focus { color:black; text-decoration:underline; }
a.vrlink:hover { color:#D20A28; text-decoration:underline; }
a.vrlink:active { color:#D20A28; text-decoration:underline; }

a:link { color:black; text-decoration:none; }
a:visited { color:black; text-decoration:none; }
a:focus { color:black; text-decoration:underline; }
a:hover { color:#D20A28; text-decoration:underline; }
a:active { color:#D20A28; text-decoration:underline; }

