		
/* ----[   div, welches hintergrundbild enthält   ]------------------------------------- */

		#bgBildDiv	{
			position:						absolute;
			width:						800px;
			height:						600px;
			top:							50%;
			left:							50%;
			margin:						-300px 0 0 -400px;
			text-align: 					left;	
			z-index: 						1;	
		}

/* ----[   info kasten div  ]------------------------------------------------ */

		#divInfo {
			position: 				absolute;
			width:					146px;
			height:					252px;
			overflow: 				auto;
			padding:					5px;
			top:						178px;
			left:						582px;
			text-align: 				left;	
			background-color:	#2B3C34;
			z-index: 					3;		

			scrollbar-base-color:					#616C67;
			scrollbar-track-color:				#616C67;
			scrollbar-face-color:					#616C67;
			scrollbar-darkshadow-color:		#616C67;
			scrollbar-highlight-color:			#B1B7B5;
			scrollbar-3dlight-color:				#616C67;
			scrollbar-darkshadow-color:		#616C67;
			scrollbar-shadow-color:				#B1B7B5;
			scrollbar-arrow-color:				#E7CC52;
		}

/* ----[   navigation  ]------------------------------------------------ */

		#divNavLinks {
			position: 			absolute;
			width:				200px;
			overflow: 			hide;
			padding:				0px;
			top:					413px;
			left:					102px;
			text-align: 			left;	
			z-index: 				4;
		}

		#divNavRechts {
			position: 			absolute;
			width:				300px;
			overflow: 			hide;
			padding:				0px;
			top:					413px;
			left:					451px;
			text-align: 			left;	
			z-index: 				4;
		}		

/* ----[   credits   ]------------------------------------- */

		#credits	{
			position:						absolute;
			width:						720px;
			height:						50px;
			top:							50%;
			left:							50%;
			margin:						-25px 0 0 -360px;
			text-align: 					left;	
			z-index: 						2;	
			text-align:					center;
		}