body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #221179;
	margin: 0px;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
}

#pagecell {
	padding: 0px;
	width: 800px;
	margin: 10px;
	text-align: left;
}
#head {
	background-image: url(../img/bg_grad_head.jpg);
	background-repeat: repeat-x;
	height: 100px;
	width: 800px;
	margin: 0px;
}
#nav_balk_lr {
	float: left;
	height: 13px;
	width: 199px;
	margin: 0px;
	padding: 9px 0px;
	border-right: 1px solid #221179;
	text-align: center;
}
#nav_balk_lr a:link, #nav_balk_lr a:visited {
	color: #221179;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
}
#nav_balk_lr a:hover {
	color: #221179;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}
#nav_balk {
	float: left;	
	height: 13px;
	width: 200px;
	margin: 0px;
	padding: 9px 0px;
	text-align: center;
}
#nav_balk a:link, #nav_balk a:visited {
	color: #221179;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
}
#nav_balk a:hover {
	color: #221179;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}
#pic_home {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #221179;
	height: 200px;
	width: 800px;
	clear: both;
}
#pic_bottom {
	background-image: url(../img/bg_grad_pic.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
#leftColom{
	float: left;
	width: 170px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
#content{
	float: left;
	width: 398px;
	margin: 0px 10px 30px 10px;
	padding: 0px 10px;
	border-right: 1px solid #221179;
	border-left: 1px solid #221179;
}
#content a:link, #content a:visited {
	color: #C10000;
	text-decoration: none;
}
#content a:hover {
	color: #C10000;
	text-decoration: underline;
}
#projecten{
	width: 582px;
	margin: 0px 0px 30px 190px;
	padding: 0px 10px;
	border-left: 1px solid #221179;
}
#projecten a:link, #projecten a:visited {
	color: #C10000;
	text-decoration: none;
}
#projecten a:hover {
	color: #C10000;
	text-decoration: underline;
}
#rightColom{
    float: left;
	width: 170px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#rightColom a:link, #rightColom a:visited {
	color: #C10000;
	text-decoration: none;
}
#rightColom a:hover {
	color: #C10000;
	text-decoration: underline;
}
#footer {
	text-align: center;
	height: 60px;
	width: 100%;
	padding-top: 5px;
	clear: both;
	font-size: 0.9em;
	margin-top: 10px;
	background-image: url(../img/bg_grad_footer.jpg);
	background-repeat: repeat-x;
}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #C10000;
}
#bottomline {
	border-bottom: 1px solid #221179;
}
.klein_blauw {
	font-size: 0.9em;
	color: #627DA6;
}
.textfield {
	font-size: 0.9em;
	color: #627DA6;
}
.textfield_166 {
	width: 166px;
	font-size: 0.9em;
	color: #627DA6;
}
.textfield_100 {
	width: 100%;
	height: 75px;
	color: #627DA6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.img_float_left {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}








#lightbox{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #f7f6f1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px #CCC solid;
	border-bottom:0px;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	z-index: 0;
	}
#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; }
#prevLink2, #nextLink2 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#221179;
	font-weight:bold;
    cursor:pointer;
         }

#imageDataContainer{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background-color: #f7f6f1;
	height: 48px;
	border:1px #ccc solid;
	border-top:0px;
	margin:auto;
	}

#imageData{
	padding:0px 10px 10px 10px;
	}
#imageData #imageDetails{ width: 50%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; font-size:12px; color:#666; max-height:20px; }
#imageData #numberDisplay{ display: block; clear: left; font-weight: normal; font-size:12px; color:#333; padding-bottom: 5px; }
#imageData #slideshowLink{ width: 114px; float: right; padding:1px 0px 0px 0px;}
#imageData #bottomNavClose{ width: 60px; float: right; padding:1px 0px 0px 10px; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}



