@CHARSET "UTF-8";

body{
	background-color: #F0F1F3;
	font-family: Times;
	font-size: 100.1%;
	color: #2d2d2d;
}

a {
	color: #2778e9;
	text-decoration: none;	
}

h2{
	font-weight: normal;	
}

#bg_box{
	width:800px;
	background-color: white;
	margin: 40px auto;
	font-size: 0.85em;
	min-height: 600px;
}

#content_box{
	
	margin: 0px 0px 0px 40px;
}

#banner{
	width: 718px;
	height: 115px;	
	
}

	#banner img {
		margin: 40px 0px 0px 00px;
	}

#left_part{
	float: left;	
}

#right_part{
	width: 490px;
	float: left;	
}

#content{
	margin: 36px 10px 30px 30px;
}

#menu{
	margin: 25px 0px 0px 0px;
	height: 225px;
	width: 230px;
	border-bottom: solid 1px black;
	font-family: helvetica;
	font-size: 0.85em;
}

#menu a {
	color: #2778e9;
	text-decoration: none;
	font-weight: bold;	
}

.menu_point_div{
	margin-top: 5px;	
}

.menu_point{
	
	/*background-color: #2778e9;*/
	padding: 2px 4px 2px 2px;
	height: 100%;
}

.content_img{
}

.clear{
	clear: both;
	}
	
hr {
height:1px;
border:none;
background-color:#F0F1F3;
margin:10px 0 20px 0;
}



p {
line-height:140%;
}

ul.galerie {
list-style:none;
margin:10px 0;
}

ul.galerie li {
float:left;
margin:0 10px 10px 0;
width:125px;
max-height:125px;
}

ul.galerie li img {
border:1px solid #2778E9;
}	

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

#lightbox a img{ border: none; }

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

#imageContainer{
	padding: 10px;	
	min-width:480px;
	}
	
/*
#imageContainer img{
min-width:580px;
min-height:380px;
}
*/

#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: 610;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox/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/lightbox/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/next.gif) right 50% no-repeat; }

/*** START : next / previous text links ***/
#nextLinkText, #prevLinkText{
color: #555;
font-weight:normal;
text-decoration: none;
}
#nextLinkText{
padding-left: 10px;
}
#prevLinkText{
padding-right: 10px;
}
/*** END : next / previous text links ***/
/*** START : added padding when navbar is on top ***/

.ontop #imageData {
    padding-top: 5px;
}

/*** END : added padding when navbar is on top ***/

/*
http://geekswithblogs.net/wojan/archive/2009/06/17/jquerylightbox.aspx
*/

#imageDataContainer{
	/*
	font: 10px Verdana, Helvetica, sans-serif;
	*/
	background-color: #fff;
	margin: 0 auto;
	
	line-height: 100%;
	
	font-size:100%;
	min-width:480px;
	}

#imageData {
	padding:0 10px;
	font-size:100%;
	overflow:hidden;
	/*
	background-color:red;
	*/
	}

#imageData * {
font-size:100%;
font-family: helvetica;
}

#imageData #imageDetails{ 
/*
background-color:blue; 
*/
width: 100%; 
float: left; 
text-align: left; 
}	

#imageData #caption{ 
display:block;
clear:both;
font-weight: normal; 
font-size:80%; 
margin:4px 0 2px 0;
padding:0; 
}

#imageData #caption  strong{ 
display:block;
clear:both;
font-weight: bold; 
font-size:100%; 
margin:2px 0;
padding:0; 
}

#imageData #numberDisplay{ font-size:90%; display:inline-block; clear: none; padding-bottom: 0em; margin:2px 2px 2px 8px;	}

#imageData #bottomNavClose{ width: 26px; float: right;  padding-bottom: 0.5em;	}

#imageData #helpDisplay {clear: left; float: left; display: block; }

#imageData #head_modal {
display:block;
float:left;
/*
background-color:yellow;
*/
width:86%;
}

#imageData #head_modal span.fl {
float:left;
margin:0 10px 2px 0;
font-size:90%;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
                    