/* ----[   div, welches hintergrundbild enthält   ]------------------------------------- */

		#bigDiv	{
			position:						absolute;
			width:						800px;
			height:						600px;
			top:							50%;
			left:							50%;
			margin:						-300px 0 0 -400px;
			z-index: 						1;		
		}

/* ----[   content div :: scrollable   ]------------------------------------------------ */

		#divScroll {
			position: 			absolute;
			width:				462px;
			height:				233px;
			clip:  					rect(0 462 233 0);
			overflow: 			auto;
			padding:				0px;
			padding-top:		5px;
			top:					176px;
			left:					79px;
			text-align: 			left;

			scrollbar-base-color:					#555D5A;    /*#616C67;*/
			scrollbar-track-color:				#555D5A;
			scrollbar-face-color:					#555D5A;
			scrollbar-darkshadow-color:		#555D5A;
			scrollbar-highlight-color:			#B1B7B5;
			scrollbar-3dlight-color:				#555D5A;
			scrollbar-darkshadow-color:		#555D5A;
			scrollbar-shadow-color:				#B1B7B5;
			scrollbar-arrow-color:				#E7CC52;
		}

/* ----[   content div galerie :: scrollable   ]------------------------------------------------ */

		#divScrollGross {
			position: 			absolute;
			width:				462px;
			height:				240px;
			clip:  					rect(0 462 240 0);
			overflow: 			auto;
			padding:				0px;
			padding-top:		5px;
			top:					175px;
			left:					79px;
			text-align: 			left;

			scrollbar-base-color:					#555D5A;    /*#616C67;*/
			scrollbar-track-color:				#555D5A;
			scrollbar-face-color:					#555D5A;
			scrollbar-darkshadow-color:		#555D5A;
			scrollbar-highlight-color:			#B1B7B5;
			scrollbar-3dlight-color:				#555D5A;
			scrollbar-darkshadow-color:		#555D5A;
			scrollbar-shadow-color:				#B1B7B5;
			scrollbar-arrow-color:				#E7CC52;
		}

/* ----[   divs für main navigation   ]------------------------------------------------- */

		.mainNav1Div	{
			position:						absolute;
			left:							190px;
			width:						122px;
			padding:						0;
			z-index: 						2;
		}

		.mainNav2Div	{
			position:						absolute;
			left:							465px;
			width:						109px;
			padding:						0;
			z-index: 						2;
		}

		.mainNav3Div	{
			position:						absolute;
			left:							575px;
			width:						109px;
			padding:						0;
			z-index: 						3;
		}

/* ----[   divs für navigationsbilder   ]----------------------------------------------- */

		.navBild	{
			position:						absolute;
			top:							450px;
			width:						125px;
			height:						40px;
			padding:						0;
			background-color:		#CAD3CF;
			z-index: 						2;
		}

/* ----[   divs im globalen bereich   ]------------------------------------------------- */

		.globalNavDiv	{
			position:						absolute;
			left:							553px;
			width:						19px;
			padding:						0;
			z-index: 						2;
		}

		#globalTitelDiv	{
			position:						absolute;
			top:							154px;
			left:							585px;
			width:						143px;
			height:						17px;
			overflow:					hide;
			padding:						0;
			z-index: 						3;
		}

		#globalContentScrollDiv	{
			position:						absolute;
			top:							181px;
			left:							585px;
			width:						158px;
			height:						222px;
			overflow:					auto;
			padding:						0;
			z-index: 						4;

			scrollbar-base-color:					#555D5A;    /*#616C67;*/
			scrollbar-track-color:				#555D5A;
			scrollbar-face-color:					#555D5A;
			scrollbar-darkshadow-color:		#555D5A;
			scrollbar-highlight-color:			#B1B7B5;
			scrollbar-3dlight-color:				#555D5A;
			scrollbar-darkshadow-color:		#555D5A;
			scrollbar-shadow-color:				#B1B7B5;
			scrollbar-arrow-color:				#E7CC52;
		}

		#globalContentDiv	{
			position:						absolute;
			top:							181px;
			left:							585px;
			width:						140px;
			height:						244px;
			overflow:					auto;
			padding:						0;
			z-index: 						4;

			scrollbar-base-color:					#555D5A;    /*#616C67;*/
			scrollbar-track-color:				#555D5A;
			scrollbar-face-color:					#555D5A;
			scrollbar-darkshadow-color:		#555D5A;
			scrollbar-highlight-color:			#B1B7B5;
			scrollbar-3dlight-color:				#555D5A;
			scrollbar-darkshadow-color:		#555D5A;
			scrollbar-shadow-color:				#B1B7B5;
			scrollbar-arrow-color:				#E7CC52;
		}

		#globalButtonDiv	{
			position:						absolute;
			top:							409px;
			left:							585px;
			width:						67px;
			height:						17px;
			overflow:					hide;
			padding:						0;
			z-index: 						5;
		}

		#globalButtonDiv2 {
			position:						absolute;
			top:							409px;
			left:							656px;
			width:						67px;
			height:						17px;
			overflow:					hide;
			padding:						0;
			z-index: 						6;
		}

/* ----[   logout   ]------------------------------------------------- */

		#logout	{
			position:						absolute;
			left:							744px;
			top:							90px;
			width:						17px;
			padding:						0;
			z-index: 						7;
		}

/* ----[   home link auf logo   ]------------------------------------------------- */

		#homelink	{
			position:						absolute;
			left:							40px;
			top:							118px;
			width:							299px;
			heigth:							42px;
			padding:						0;
			z-index: 						2;
		}
