	 * {
	border: 0px none;
	margin: 0px;
	text-decoration: none;
	font-family: georgia, times;
	font-size: 12px;
    	}
	
	body {
	background-color: #333;
	background-image: url('bg.jpg');
	background-repeat: repeat-xy;	
	}
  
  	 div#box {
 	width: 760px;
	background-color: #fff;
	position: absolute;	
	left: 15%;
	right: 15%;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('alexe_bg.jpg');
	background-repeat: repeat-y;
	}
	

	 div#header2 {
	width:760px;
	margin-top: 125px;
	height: 76px;
	position: relative;
	background-image: url('alexe_schrift.png');
	background-repeat: no-repeat;		
	clear: both;
	}
		
	 div#header {
	width:760px;
	margin-left: 0px;
	margin-top: -166px;
	padding: 0;
	height:154px;
	position: relative;
	clear: both;
	}
	
	 div#left{
	margin-left: 0px; 
	margin-bottom: 0px;	
	margin-top: 20px;
 	width: 600px;
	padding-left: 20px;
    -padding-left: 20px;
	padding-right: 140px;
	-padding-right: -160px;
	padding-top: 40px;
	padding-bottom: 10px;
	background-image: url(trans.png);
	//background-color: #368ebd;
	//overflow: auto;
	//opacity:0.5; 
	//filter:alpha(opacity=50);
	position: relative;
	clear: both;
	color: #ebe3cb;
	}

	
	  div#footer {
 	width: 650px;
	height: 24px;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-right: 60px;
	padding-left: 50px;
	padding-top: 10px;	
	//background-color: #368ebd;
	//opacity:0.5; 
	//filter:alpha(opacity=50);	
	background-image: url(trans.png);
	position: relative;
	text-align: right;
	clear: both;
	} 
	
	
	/* ### TOGGLE MENU SHOWREEL ### */
	
		#toggleit ul, li{
			list-style-type:none;
			
		}
		
	/* ### TOGGLE MENU SHOWREEL ENDE ### */	
    
  
	/* ### MENU NAVI ### */
	
 	div.navcontainer ul	{
		padding-left: 0px;
		padding-top: 20px;		
		margin-left: 0px;
		margin-bottom: 30px;
		//-margin-left: 4px;		
		//background-color: #368ebd;
		//opacity:0.5; 
		//filter:alpha(opacity=50);	
		background-image: url(trans.png);
		color: #ebe3cb;
		float: left;
		width: 760px;
		height: 30px;
		//-width: 741px;		
		font-family: arial, helvetica, sans-serif;
	}

	div.navcontainer ul li { 
		display: inline; 
	}

	div.navcontainer ul li a {
		padding: 0.2em 1.0em;
		color: #ebe3cb;
		text-decoration: none;
		float: left;
		font-weight: normal;
		font-size: 13px;
	}

	div.navcontainer ul li a:hover {	
		color: #0063c8;
		font-weight: normal;
		font-size: 13px;	
	}

     
	/* ### MENU NAVI END ### */  
  	
	   h1 {
	height: 30px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	}
  
      h2 {
      padding: 0px;
      font-size: 13px;
      font-weight: bold;      
 	 } 
 	 
 	  h3 {
      padding: 0px;
      color: #0063c8;
      font-size: 12px      
 	 }  
  
  
   	   p.footer {
	 font-size: 10px;
	 color: #999;
	 } 
	 	 
	  	
    a.link {
 		background-color: none;
		border-bottom: 1px solid #0063c8;    
		color: #ebe3cb;
		font-weight: normal;
		font-size: 12px;  
    }
    
    a:hover.link {
 		background-color: #0063c8;  
		color: #ebe3cb;
		font-weight: normal;
		font-size: 12px; 
    }


/* ##### LIGHTBOX ######## */



#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}