/* 
##############################################
Style fuer die Zentrierung der Website
##############################################
*/

	html, body {
		margin:0;
		padding:0;
		background-color:#fafafa;
		text-align:center; /* horizontal centering for IE Win quirks */
		height:100%;
		}

	#distance { 
		width:1px;
		height:50%;
		background-color:#fafafa;
		margin-bottom:-15.5em; /* half of container's height */
		float:left;
		}
		

/* 
########################################################
Style fuer die Navigation
########################################################
*/


#naviContainer {
	position: absolute;
	top: 1px;
	left: 6px;
	width: 175px;
	height: 17px;
   }
   
#logoContainer {
	position: absolute;
	top: 9px;
	left: 678px;
	width: 30px;
   }
/* 
##################################
frame mitte fuer images
##################################
*/

#frameImages{
	text-align:center;
	top: 65px;
	left: 30px;
	width: 834px;
	height: 392px;
   }
#frame{
	position: absolute;
	top: 46px;
	left: 0px;

   }

/* 
##################################
frame unten fuer thumbs
##################################
*/

#frameThumbs{
	position: absolute;
	top: 440px;
	left: 0px;
	width: 868px;
	height: 83px;
   }
#ThumbsAbdeckung{
	position: absolute;
	background-color:#fafafa;
	top: 429px;
	left: 834px;
	width: 100px;
	height: 111px;
   }

#container {
		margin:0 auto;
		position:relative; 
		text-align:left;
		height:475px;
		width:834px;
		clear:left;
		background-color:#EEEFE8;
		}
