/***************** Stylesheet cclair.nl *************/








/*** BODY ***/


*{
	margin:0;
	padding:0;
}


body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	background:url(../images/bg_body.jpg) repeat #fff;
	font-size:11px;
	text-align:left;
	color:#333;
	margin:30px 0 10px 0;
}






/*** LAYOUT ***/


#container {
	width: 800px;
	margin: 0 auto;
	background-color:#FFFFFF;
	position:relative;
}

#header {
	width: 100%;
	height:250px;
}

body#yellow #header{
	background-color:#E4FF00;
}

body#red #header{
	background-color:#FE0000;
}

body#green #header{
	background-color:#248D30;
}

body#blue #header{
	background-color:#2339A8;
}

body#purple #header{
	background-color:#8931BB;
}

body#bordeaux #header{
	background-color:#901A1A;
}

body#blue_light #header{
	background-color:#4B4EAF;
}

#main {
	margin:15px auto;
	width:770px;
}

#column1 {
	float:left;
	width:250px;
}

#column2 {
	float:left;
	width:250px;
	margin:0 10px;
}

#column3 {
	float:left;
	width:250px;
}

#column1-2-3 {
	float:left;
	width:770px;
}

#column2-3 {
	float:left;
	width:510px;
	margin-left:10px;
}

#footer{
	clear:both;
	text-align:right;
	padding:10px 15px;
}

div.links_link {
	float:left;
	width:200px;
	margin:10px 0;
}

div.links_description {
	float:right;
	width:490px;
	margin:10px 0;
}

#submenu {
	height:30px;
}
#menu {
	background-color:#E4FF00;
	height:30px;
}






/*** LISTS ***/

#menu ul {
	background-color:#E4FF00;
}
#menu li {
	display:inline;
}

#submenu ul {
	background-color:#E4FF00;
}

#submenu li {
	display:inline;
}
	
ol {
	margin-left:30px;
}

ol li {
	margin:8px 0;
}

#faq_answers ol {
	margin: 40px 0 40px 30px;
}

#faq_answers li {
	font-weight:bold;
}



/*** TEXT - LINKS ***/


a:link, a:visited{
	text-decoration: none;
	color:#000000;
}

a:hover, a:active{
	text-decoration:underline;
}


#menu li a:link, #menu li a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:30px;
	margin-left:25px;
}

#submenu li a:link, #submenu li a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:30px;
	margin-left:25px;
}

a#current:link, a#current:visited {
	background:url(../images/bg_li_current.gif) no-repeat 150px 0px;
}

#main p {
	text-align:justify;
	margin-bottom:1em;
}

.first {
	background-color:#000;
}

body#yellow span.first {
	color:#E4FF00;
}

body#red span.first {
	color:#FE0000;
}

body#green span.first {
	color:#248D30;
}

body#purple span.first {
	color:#8931BB;
}

body#blue span.first {
	color:#2339A8;
}

body#blue_light span.first {
	color:#4B4EAF;
}

body#bordeaux span.first {
	color:#901A1A;
}

h1 {
	color:#000;
	font-size:18px;
	font-weight: normal;
	margin-bottom:10px;
	background-image:url(../images/bg_h1.gif);
	background-repeat:repeat-x;
}

h2 {
	font-size:11px;
	clear:both;
	margin-top:40px;
}

#faq_answers p {
	font-weight:normal;
	margin:0 0 10px 0;
}

a.backtop {
	font-size:10px;
	display:block;
	margin-bottom:20px;
}

/*** TABLES ***/

td {
	vertical-align:top;
}







/*** IMAGES ***/


img {
	border: 0;
}

#opacity_dark {
	position:absolute;
	top:0;
	left: 599px;
	width:30px;
	height:250px;
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.40; 
	opacity:0.4;
}

body#yellow #opacity_dark {
	background-color:#E4FF00;
}

body#red #opacity_dark {
	background-color:#FE0000;
}

body#green #opacity_dark {
	background-color:#248D30;
}

body#blue #opacity_dark {
	background-color:#2339A8;
}

body#purple #opacity_dark, body#purple #opacity_light {
	background-color:#8931BB;
}

body#bordeaux #opacity_dark, body#bordeaux #opacity_light {
	background-color:#901A1A;
}

body#blue_light #opacity_dark, body#blue_light #opacity_light {
	background-color:#4B4EAF;
}

#opacity_light {
	position:absolute;
	top:0;
	left: 629px;
	width:30px;
	height:250px;
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.80; 
	opacity:0.8;
}

body#yellow #opacity_light {
	background-color:#E4FF00;
}

body#red #opacity_light {
	background-color:#FE0000;
}

body#green #opacity_light {
	background-color:#248D30;
}

body#blue #opacity_light {
	background-color:#2339A8;
}


#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.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 */
	}	
	