body{
	background-color:	#FFFFFF; 
	font-family:		arial, sans-serif;
	font-size:		14px;	
	margin: 		0;
	padding: 		0;
	background-image:	url('images/background.gif');
	background-position:	top center;
	background-repeat:	repeat-y;
	background-color:	#92bdde;
}

input,select,textarea{

	color:			#000000;
	font-weight:		bold;
	border: 		1px solid #000000;
	text-decoration:	none;
	margin-left:10px;
	width:60%;

}
textarea{
	padding:3px;
}
.extrablock{
	background-color:#FFFFFF;
}
.error{
	display:block;
	color:#FF2020;
	padding:10px;
	margin:10px;
	border:1px dashed #FF2020;
}
.inactiveinput{
	color:			#C0C0C0;
}

.formlist li{
	list-style-type:	none;
	list-style-position:	outside;
	margin-top:		4px;
}

.formlist label{
	width:			90px;
	display:		block;
	text-align:		right;
	float:			left;
	margin-right:		15px;
}

#content{
	width:778px;
	margin:0px auto 10px auto;
}

#header{
	height:			200px;
	padding:0;
	margin:0;
}

#page{

	/* contains the css for the outer container. */	
	float:			left;	
	width:			554px;		
	margin:			0px 10px 10px 10px
	background-color: 	#F6F6F6;
	padding:		8px 10px 6px 6px;
	background-image:	url('images/content_bg.gif');
	background-repeat:	repeat-x;
	background-position:	top left;

}

.pagetitle{

	font-family: 		Helvetica, Verdana, Arial, Sans-serif;

	font-size:		13px;
	
	margin: 		3px 17px 5px 17px;

	padding: 		10px 17px 10px 17px;	

	border:			1px dashed #c0c0c0;
	
}

/* -- Menu styles -- */

#menu{		
	float:	left;
	
	border:			solid 1px #dae8ec;
	width: 			180px;
	margin: 		0px 10px 0px 0px;
	padding: 		10px 0px 10px 0px;
	background-color: 	#FFFFFF;
	/* contains the css for the menu container */

}

#menu ol,ul{

	list-style: 		none;

	margin: 		0px;

	padding: 		0px 0px 0px 8px;

	border: 		none;

}

#menu li{
	
	padding-left:	4px;

}
#menu li a{
	display:block;
	height:14px;
	border-bottom:1px solid #dae8ec;
	color:#000000;
	text-decoration:none;
}
#menu li a:hover{
	background-color:#dae8ec;
}
#page li,.artikel li{
	list-style-type:circle;
	margin-left:10px;
}
#page li a, .artikel li a{
	color:#000000;
}
	/* -- Content paragraphs styles -- */

#page p.reaction .title{
	font-weight:bold;
	display:block;
}
#page p.reaction{

	border:		1px solid #C0C0C0;

	margin:		20px;	

	background-color:#F8F8F8;

	padding:8px;

}

#page p.reaction span.date{

	float:		left;	

	display:	block;

	

	font-weight:	bold;

	font-size:	9px;

	font-family:	monospace;

	padding:	2px;

	color:		#808080;

	text-align:	center;

	

	position:	relative;	

	left:		-80px;

	top:		-8px;

	margin-right:	-80px;	

	width:		60px;	

	overflow	:hidden;

	border:		1px solid #B0B0B0;

	-moz-border-radius:8px;

	background-color:#FFFFFF;

}





.log{	
	text-align:justify;
	font-family: 	Arial, Sans-serif;

	font-size:	13px;

	margin: 	10px 0px 10px 0px;

	padding: 	10px 17px 10px 17px;	

}
#page p.log img{	
	float:right;
	margin-left:12px;
	margin-bottom:8px;
	border:2px solid #B0B0B0;
}	
#page p.log span.date{

	
	

	font-weight:	bold;

	font-size:	11px;

	font-family:	monospace;

	padding:	2px;

	color:		#808080;


}



#page p.log .title{	

	display:	block;	

	font-size:	18px;
	position:relative;
	top:-50px;
	left:-23px;
	margin-bottom:-30px;
}



#page span.subtitle{	

	display:	block;	

	font-size:	12px;

	font-weight:	bold;

	font-family: 	Helvetica, Verdana, Arial, Sans-serif;	

	margin: 	10px 0px -10px 0px;

	padding: 	10px 17px 0px 17px;	

	

}





#page p.smalllog{	

	font-family: 	Helvetica, Verdana, Arial, Sans-serif;

	font-size:	11px;

	margin: 	10px 0px 10px 0px;

	padding: 	10px 17px 10px 17px;	

}

#page p.smalllog span.date{

	float:		left;	

	display:	block;

	

	font-weight:	bold;

	font-size:	11px;

	font-family:	monospace;

	padding:	2px;

	color:		#808080;

	text-align:	center;

	

	position:	relative;	

	left:		-100px;

	margin-right:	-100px;	

	width:		80px;	

	overflow	:hidden;

	border:		1px solid #B0B0B0;

	-moz-border-radius:8px;

	background-color:#FFFFFF;

}

#page p.smalllog .readmorelink{

	border:		1px solid #BBBBBB;

	background-color:#EEEEEE;

	color:		#000000;

	font-weight:	bold;

	padding:	2px;

	display:	block;

	width:		15%;

	text-align:	center;

	text-decoration:none;

	margin-top:4px;

}

#page p.smalllog .readmorelink:hover{	

	background-color:#F6F6F6;

	text-decoration:none;	

}



#page p.smalllog .title{	

	display:	block;	

	font-size:	18px;	

}



.code{

	/* contains the css for code blocks. */

	

	list-style-type: decimal-leading-zero;

	background-color:#E0E0E0;

	width:		auto;

	border:1px solid #909090;

	margin-bottom:	0px;

	padding-bottom:	0px;

}

.code li{

	background-color:#FFFFFF;

	border-left:	1px solid #000;

	margin:		0px;

	padding:	0px;

	width:		auto;

	font-family: 	'Courier New',courier, monospace;

	font-size: 	16px;

}	



#copyright{	

	clear:		both;

	display:	block;

	font-size: 	11px; 

	color: 		#626262; 

	line-height: 	12px;

	margin:		10px auto 10px auto;
	padding:	2px;

	text-align:	center;	

}

#sponsors{	
	
	clear:		both;
	display:	block;
	line-height: 	12px;
	margin:		10px auto 5px auto;
	padding:	14px 4px 14px 4px;
	text-align:	center;	
	border-top:		1px solid #000;
	border-bottom:		1px solid #000;

}
#sponsors li{
	display:inline;
	
}
#sponsors img{
	border:0;
}
.short_text{
	border-bottom: 1px dashed #C0C0C0;
	min-height:120px;
	margin-bottom:10px;
}
.short_text img{
	float:right;
	margin:4px;
	border:1px solid #C0C0C0;
}
.short_text .title{
	text-align:justify;
	font-weight:bold;
	margin-bottom:4px;
	display:block;
}

.links{
	clear:both;
	
}
.links a{
	text-decoration: underline;
	color:#000000;
	font-size:11px;
}

#logo{
	margin:0px auto;
	padding:0;
}


#lightbox{
	position: absolute;
	top: 20px;
	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('eimages/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('eimages/vorige.gif') left 15% no-repeat;}
#nextLink:hover, #nextLink:visited:hover { background: url('eimages/volgende.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: 100px; float: right;  padding-bottom: 0.7em;	}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 800px;
	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 */
	}	
	