BODY {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: black;
	
	padding: 0; 
	margin: 0; 
	text-align: center;
	}
	
DIV#bottomdiv {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 100px;
	width: 97%;
	background-image: url("background_gray.gif");
	z-index: 1;
}
DIV#bottomdiv2 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 100px;
	width: 100px;
	background-image: url("background_gray.gif");
	z-index: 0;
}

TD.level1topic {
	height: 100px;
	border-left: 3px solid #ccc;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 6px;
	font-weight: bold;
	font-size: 15px;	
}
TD.level1topic A { 
	color: #fff;
	text-decoration: none;
}
TD.level1topic A:HOVER { 
	color: #fff;
	text-decoration: none;
}

DIV#mainframe {
	position: relative;
	width: 857px;
	height: auto;
	margin: 142px auto 0;
}

DIV#scrollframe {
	position: absolute;
	width: 837px;
	height: 150px;
	top: 10px;
	left: 10px;
}
TABLE#scrolltable TD.image {
}
TABLE#scrolltable TD.image DIV {
	z-index: 1;
	overflow: hidden;
	width: 120px;
	height: 80px;
	text-align: center;
	cursor: pointer;
}

DIV#goleft {
	position: absolute;
	left: 0px;
	top: 20px;
}
DIV#goright {
	position: absolute;
	left: 767px;
	top: 20px;
}

DIV#scrollbox {
	position: absolute;
	top: 20px;
	left: 87px;
	width: 664px;
	height: 90px;
	clip:rect(0px, 664px, 90px, 0px); 
	overflow:hidden;	
	z-index: 3; 
}

DIV#scrollcontent {
	position: absolute;
	height: 82px;
	left:0px; 
	top:0px; 
	z-index: 4; 
}

DIV#crossbox {
	position: absolute;
	top: 0px;
	left: 81px;
	width: 696px;
	height: 150px;
	clip:rect(0px, 696px, 153px, 0px); 
	overflow:hidden;	
	z-index: 1; 
	}
	
DIV#cross {
	position: absolute;
	top: 0px;
	left: -272px;  
	height: 147px;
	width: 1240px;
	z-index: 0;
	}	

DIV#cross .crossimage {
	position: absolute;
	top: 0px;
	left: 544px;
	width: 152px;
	height: 152px;
	}	

DIV.fullimage {
	position: absolute;
	visibility: hidden;
	cursor: pointer;
	padding-left: 50px;
	padding-right: 50px;
	background-color: white;
	z-index: 10;
}
DIV.fullimage TD.imagetext {
	text-align: center;
	padding-top: 3px;
	font-size: 9pt;
}


div#labels {
	position: absolute;
	top: 200px;
	right: 96px;
	width: 400px;
	height: auto;
	text-align: right;
}	
	
div#testdiv {
	position: absolute;
	top: 200px;
	left: 100px;
	width: 200px;
	height: 20px;
	}
	
DIV#fortschritt { position: absolute; left: 10px; top: 0px;  border: 1px solid black; font-size: 9px; line-height: 11px; color: black; font-weight: bold; padding-left: 2px; padding-top: 2px; background-color: #eee;
	display: none;
}
DIV#gotoadmin   { position: absolute; left: 10px; top: 30px;  border: 1px solid red;   font-size: 9px; line-height: 11px; color: red;   font-weight: bold; padding-left: 2px; padding-top: 2px; background-color: #eee;  }
DIV#showversiondiv {
	position:absolute; top: 0px; left:10px; 
	width:95%; 
	border:2px solid red; 
	background-color: #f88; 
	color:white; 
	text-align:center; 
	font-weight:bold; 
	font-size:13px;
}
		
