/* CSS Document */

body {
	background-color	: #E6E6E6;
	margin-left			: 0px;
	margin-top			: 0px;
	margin-right		: 0px;
	margin-bottom		: 0px;	
}
a:link {
	color				: #4586BF;
	font-weight			: bold;
	text-decoration		: none;
}
a:visited {
	color				: #4586BF;
	font-weight			: bold;
	text-decoration		: none;
}
a:hover {
	color				: #4586BF;
	text-decoration		: underline;
	font-weight			: bold;
}
a:active {
	color				: #4586BF;
	font-weight			: bold;
	text-decoration		: none;
}
/*********************************** CALENDER ***********************************/	
.calenderTop{
	font-family			: Tahoma;
	font-size			: 11px;
	font-weight			: bold;
	color				: #666666;
}
.calenderToday {
	font-family			: Tahoma;
	font-size			: 11px;
	font-weight			: bold;
	color				: #4586BF;
}
.calenderDays {
	font-family			: Tahoma;
	font-size			: 10px;
	font-weight			: bold;	
	padding-top			: 0.1cm;
}
.SmallCallenderDays {
	font-family			: Tahoma;
	font-size			: 10px;
	font-weight			: bold;
	color				: #000000;
	height				: 20px;
	width				: 32px;
	text-align			: center;
}
.SmallCallenderWeekDays {
	font-family			: Tahoma;
	font-size			: 10px;
	color				: #000000;
	height				: 32px;
	width				: 32px;
	text-align			: center;
}
/*********************************** CALENDER ***********************************/	
.Small_index {
	font-family			: Tahoma;
	font-size			: 10px;
}
.Small_index_bold {
	font-family			: Tahoma;
	font-size			: 10px;
	font-weight			: bold;
	color				: #000000;
}
.Small_white {
	font-family			: Tahoma;
	font-size			: 10px;
	color				: #FFFFFF;
}
.Small_red {
	font-family			: Tahoma;
	font-size			: 10px;
	color				: red;
	font-weight			: bold;
	padding-bottom		: 15px;
}
.Small_white_bold {
	font-family			: Tahoma;
	font-size			: 10px;
	font-weight			: bold;
	color				: #FFFFFF;
}
.Large_index {
	font-family			: Tahoma;
	font-size			: 14px;
}
.Large_index_bold {
	font-family			: Tahoma;
	font-size			: 14px;
	font-weight			: bold;
	color				: #000000;
}
.textfield {
	font-family			: Tahoma;
	font-size			: 10px;	
	color				: #000000;
	width				: 98%;
	margin				: 2px;	
}
.dangraadbox {
	border				: 1px solid black;
	padding				: 2px;
	font-family			: Tahoma;
	font-size			: 10px;	
}			
.formulier {
	margin				: 0px;
}
#Sign_GB {
	position			: absolute;
	left				: 45%;
	top					: 162px;
	width				: 475px;
	height				: 320px;
	z-index				: 1;
	background-image	: url(images/sign_gb_back.png);
	visibility			: hidden;
}
#Add_CAL {
	position			: absolute;
	left				: 45%;
	top					: 162px;
	width				: 475px;
	height				: 320px;
	z-index				: 1;
	background-image	: url(images/cp/addcal_back.png);
	visibility			: hidden;
}
#Add_NEWS {
	position			: absolute;
	left				: 45%;
	top					: 162px;
	width				: 475px;
	height				: 320px;
	z-index				: 1;
	background-image	: url(images/cp/addnews_back.png);
	visibility			: hidden;
}
/*********************************** CORNER LOGO ***********************************/
#newsite {
	position			: absolute;
	left				: 0px;
	top					: 0px;
	width				: 112px;
	height				: 112px;
	z-index				: 1;
	visibility			: visible;
}
/*********************************** CORNER LOGO ***********************************/
.titleback 	{ 
	height				: 140px; 
	width				: 900px; 
	background			: url('images/index/title.png') no-repeat bottom center;
}
.titlecontent 	{ 
	height				: 140px; 
	width				: 900px; 
}
h1, h2, h3 {
	font-family			: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight			: bold;
	text-align			: center;
	color				: #FFFFFF;

}
h1 {
	font-size			: 4em;
	text-align			: center;
	color				: #FFFFFF;
}
.description {
	font-family			: Tahoma;
	font-size			: 10px;
	color				: #FFFFFF;
	text-align			: center;
}

/*********************************** Lightbox ***********************************/
#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/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.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 */
	}	
	