/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background:#093652 url(../images/bg.jpg) repeat-x;
	}
	
body, div, td, select, input, textarea {
	font-family: ms sans serif, tahoma, verdana;
	font-size: 12px;
}
	
#container {
	width: 861px;
	margin: 0 auto 0 auto;
	padding: 0;
	}
div.header {
	background:url(../images/head.jpg) no-repeat top left;
	height:96px;
	position:relative;
}	
div.content {
	background:url(../images/bgmain_home.jpg) no-repeat top left;
	height:504px;
	position:relative;
}
div.content div.main {
	position:absolute;
	top:25px;
	left:360px;
	width:440px;
	height:475px;
	overflow:auto;
	padding-right:10px;
}
div.content div.main div.kop {
	font-weight:bold;
	font-size:14px;
	color:#d40531;
}

div.content div.pagetitle {
	position:absolute;
	bottom:-20px;
	left:30px;
}
div.footer {
	background:url(../images/footer.jpg) no-repeat top left;
	height:35px;
}

div.contactblok {
	position:absolute;
	bottom:0px;
	left:170px;
	width:150px;
	height:70px;
	text-align:right;
	color:gray;
}

div.copyright {
	font-size:11px;
	margin:0 auto;
	text-align:right;
	color:gray;
	width:777px;
	padding-top:0px;
	padding-right:20px;
	padding-bottom:10px;
}

/********** website kopjes **********/
.kop_rood {
	font-weight: bold;
	font-size: 12px;
	color:#cc0000;
}
/* form */
.form_text {
	width:250px;
	margin-bottom:1px;
}
.form_textarea {
	width:250px;
	height:100px;
}



/********** nav/menu **********/
#menu {
	position:absolute;
	right:45px;
	top:57px;
	color: #fff;
	font-size: 12px;
	padding: 0px;
	padding-left: 15px;
	
	}
#menu ul {
	padding: 0;
	margin: 8px;
	}
	
#menu li {
	/*background:url(../images/sep.gif) no-repeat right top;*/
	padding-right:20px;
}
		
#menu li, 
#menu li a {
	display: inline;
	/*background: none;*/
	margin-right: 3px;
	padding-left:15px;
	
	}

#menu li a {
	/*color: #99ccff;*/
	color:white;
	text-decoration: none;
	/*border-bottom: 2px;*/
	
	}

#menu li a:hover {
	color: #d40531;
	text-decoration:underline;
	/*border-bottom: 2px solid #fff;
	margin-bottom: auto;*/
	/*background:url(../images/bullet.jpg) no-repeat left 5px;*/
	}

#ihome #home a,
#icv #cv a,
#inews #news a,
#iacts #acts a,
#igallery #gallery a,
#icontact #contact a {
	color: #fff;
	background:url(../images/bullet.jpg) no-repeat left 2px;
	/*font-style:italic;*/
	text-decoration:underline;
	}

/********** Links **********/
a:link {
	color:  #d40531;
	text-decoration: none;
	border-bottom: none;
	}
		
a:visited {
	color:  #d40531;
	text-decoration: none;
	border-bottom: none;
	}
		
a:hover {
	color: #d40531;
	text-decoration: underline;
	/*border-bottom: 1px dotted #227EE9;*/
	border-bottom:none;
	}
	
/********** Fixes **********/
br.clear {
	clear:both;
}
.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 */
	}	
	

/********** Lightbox **********/
		
#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	color:black;
	}

#lightbox img {
	border: none;
	}
	
#lightbox a:link {
	border: none;
	}

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

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#hoverNav {
	position: absolute;
	top: 0;
	left: 10px;
	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) no-repeat left 53%;
	}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/next.gif) right 53% no-repeat;
	}

#imageData {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	padding:0 10px 0 10px;
	line-height: 1.4em;
	height: 38px;
	}

#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
	}	

#imageData #caption {
	font-weight: bold;
	}

#imageData #numberDisplay {
	display: block;
	clear: left;
	}			

#imageData #bottomNavClose {
	width: 36px;
	float: right;
	}	
		
#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;
	}

/********** Done **********/
