/* Standard Layouts */
	* {margin:0px; padding:0px; font-family:Arial; font-size:12px; color:#555555;}
	*.clear {clear:both;}
	a {color:#777777;}
	
/* main Wrap */
 #mainWrap {margin-left:auto; margin-right:auto; width:965px; margin-top:20px; }
 
/* Bilder Wrap */
 #imgWrap {height:450px; margin-top:20px;}
 #imgSmallWrap { margin-left:auto; margin-right:auto; width:680px; margin-top:10px; padding-bottom:10px;}
 #imgSmallWrap a.browse{float:left; margin-top:10px;}
 	#imgSmall {vertical-align:middle; float:left; height:32px; margin-left:auto; margin-right:auto; line-height:52px; position:relative; overflow:hidden; width: 600px; height:52px;}
 	#imgSmall img {margin-right:10px;}
 	#imgSmallBlock {position:absolute; width:20000px;}
 	
/* Informations */
 #informations {background:url(../img/content_bg.png);}
 div.cell {float:left;}
 	#cell_1 {width:372px; margin-top:11px;}
 	#cell_2 {width:372px; margin-top:28px;}
 	#cell_3 {margin-top:31px;}
 		div.text {margin-top:20px;}
 #spacer{height:97px;}
 #footer {text-align:right;}
 
/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(../img/overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
	
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../img/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#OverflowContentWrap {height:473px;}

a.browse {
	background:url("../img/scroll_buttons.png") no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	float:left;
	font-size:1px;
	height:30px;
	width:30px;
}
a.right {
	background-position:0 -30px;
	clear:right;
	margin-left:10px;
}
a.left {
	margin-right:10px;
}

