*{
	margin: 0px;
	padding: 0px;
}

html, body{
	padding: 0px;
	margin: 0px;
	
	font-family: Calibri;
	font-size: 14px;
	color: #171717;
	
	background-color: #EFF6FD;
	background-image: url(images/background.png);
	background-position: top left;
	background-repeat: repeat-x;
}

table, td, tr{
	vertical-align: top;
}
td{
	padding: 2px;
}
tr{
	margin: 1px;
}
h1{
	color: #CC0000;
	margin-bottom: 8px;
	font-size: 22px;
}
a{
	color: #171717;
	outline: none;
}
a img{
	border: 0;
	outline: none;
}
p{
	margin-bottom: 1em;
}

#container{
	width: 940px;
}

#header{
	position: relative;
	height: 125px;
	width: 100%;
	
	background-color: #D40606;
	background-image: url(images/header.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#header p{
	display: block;
	position: absolute;
	width: 300px;
	
	right: 12px;
	bottom: 0px;
	
	text-align: right;
	color: white;
}
#header p a{
	color: white;
}

#shadow_container{
	width: 996px;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
}
#shadow_top_left{
	position: absolute;
	background-image: url(images/left_top_shadow.png);
	background-repeat: no-repeat;
	
	height: 400px;
	width: 28px;
	margin-left: -28px;
}
#shadow_top_right{
	position: absolute;
	background-image: url(images/right_top_shadow.png);
	background-repeat: no-repeat;
	
	height: 400px;
	width: 28px;
	margin-left: 940px;
}

#content-container{
	position: relative;
	width: 100%;
	min-height: 600px;
	
	text-align: left;
	background-color: #F9F7EF;
	
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
}

#menu{
	z-index: 2;
	position: relative;
	
	float: left;
	width: 206px;
	height: 410px;
	
	background-image: url(images/menu_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#menu ul{
	z-index: 3;
	padding-top: 15px;
	list-style-type: none;
}
#menu ul li{
	z-index: 4;
	display: block;
	
	background-image: url(images/menu_item.png);
	background-repeat: no-repeat;
	
	width: 187px;
	height: 40px;
	margin-left: 10px;
	
	outline: none;
}
#menu ul li a{
	z-index: 5;
	display: block;
	
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	
	line-height: 40px;
	padding-left: 12px;
	
	width: 187px;
	height: 40px;
	border: 0px;
	
	outline: none;
}
#menu ul li.actief, #menu ul li:hover{
	background-position: 0px -40px;
}

.fullpage_image{
	display: block;
	position: relative;
	
	z-index: 0;
	margin-left: -225px;
	margin-top: -10px;
	text-align: right;
	
	height: 491px;
	width: 939px;
}
.fullpage_image p{
	color: #FFF;
	font-size: 14px;
	padding: 20px;
}
.fullpage_image p b{
	font-size: 18px;
}

#content{
	z-index: 1;
	float: left;
	width: 700px;
	*width: 720px;
	padding-left: 20px;
	padding-top: 20px;
}

#content p{
	font-family: arial;
	text-align: justify;
}

.topSlide{
	position: relative;
	
	width: 100%;
	height: 200px;
}
.topSlide div{
	position: absolute;
	z-index: 1;
}
.topSlide div img{
	width: 940px;
	height: 200px;
}
.topSlide ul{
	position: absolute;
	top: 0;
	right: 0;
	
	list-style-type: none;
	z-index: 2;
}
.topSlide ul li{
	margin-top: 12px;
	
	width: 238px;
	height: 36px;
	text-align: right;
	
	background-image: url(images/topslide_item.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.topSlide ul li a{
	display: block;
	
	color: white;
	font-size: 26px;
	text-decoration: none;
	
	line-height: 36px;
	padding-right: 12px;
	
	width: 226px;
	height: 36px;
	border: 0px;
	outline: 0;
}

#footer{
	height: 30px;
	width: 100%;
	
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	
	border-bottom: 1px solid #CCC9C2;
}

.left{
	float: left;
}
img.left{
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 2px;
}
.right{
	float: right;
}
img.right{
	margin-top: 4px;
	margin-left: 8px;
	margin-bottom: 2px;
}
.clear{
	clear: both;
}

table.formTable td{
	margin: 0;
	padding: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #C8C6B7;
}
table.formTable tr{
	margin: 0;
}

form b{
	color: #CC0000;
}

form input, form textarea, form select{
	padding: 3px;
	width: 100%;
	*height: 26px;
}
form label input{
	width: auto;
}
form .formFooter{
	text-align: right;
}
form .formFooter *{
	width: auto;
}
table.formTable td.formFooter{
	border: 0;
}

#mapCanvas{
	width: 100%;
	height: 440px;
}

ul.breadcrumbs{
	list-style: none;
	font-family: Arial;
}
ul.breadcrumbs li{
	float: left;
	margin-right: 8px;
	
	color: #C00;
}
ul.breadcrumbs li a{
	color: #C00;
}

.msg{
	font-family: Verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	
	background-color: #DFFFCF;
	border: 1px solid #8AFF4F;
	
	padding: 8px;
}
.msg img{
	height: 30px;
	vertical-align: middle;
	margin-right: 20px;
}

.error{
	display: none;
	
	font-family: Verdana, arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 58px;
	
	margin-top: 20px;
	padding-left: 60px;
	height: 58px;
	
	background-color: #FFCFCF;
	border: 1px solid #FF4F4F;
	
	background-image: url(images/error.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

ul.projectList{
	list-style: none;
}
ul.projectList a{
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
ul.projectList li{
	border: 1px solid #D0C498;
	padding: 5px;
	margin-top: 10px;
	*width: 330px;
	outline: none;
}
ul.projectList li .imgHolder{
	float: left;
	width: 80px;
	margin-right: 8px;
}
ul.projectList li img{
	border: 0;
	width: 80px;
	height: 80px;
}
ul.projectList li h2{
	width: 240px;
	color: #C00;
	font-size: 13pt;
}

ul.projectList table tr, ul.projectList table td{
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
ul.projectList p{
	color: #000;
}
ul.projectList li:hover{
	background-color: #FFFFFF !important;
	border-color: #CC0000 !important;
}
.highlight_on{
	background-color: #FFFFFF !important;
	border-color: #CC0000 !important;
}

ul.projectList.right li h2{
	text-align: right;
}
ul.projectList.right li .imgHolder{
	width: 80px;
	margin-right: 0px;
	margin-left: 8px;
}

table.opsomming{
	border: 1px solid #D0C498;
	font-family: Arial;
}
table.opsomming td{
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #D0C498;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
table.opsomming tr.odd td{
	background-color: #FEFAE7;
}
table.opsomming tr.lastItem td{
	border-bottom: 0;
}

#projectContainer table.opsomming{
	float: right;
	width: 380px;
}

#projectContainer #slideShow{
	float: left;
	width: 320px;
}

#slideShow .slideImageHolder{
	float: left;
	width: 150px;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
	margin: 0 2px 2px 0;
	text-align: center;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	-moz-background-size: 150px;
	-o-background-size: 150px;
	-webkit-background-size: 150px;
	-khtml-background-size: 150px;
	background-size: 150px;
}

#slideShow .slideImageHolder img{
	display: block;
	position: absolute;
	width: 180px;
	height: auto;
	cursor: pointer;
	left: 0;
	top: -40%;
}
#slideShow .slideImageHolder a{
	border: 0;
	font-style: none;
	text-decoration: none;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.link{
	display: inline-block;
	font-size: 12pt;
	margin-bottom: 4px;
}
.link img{
	border: 0;
	vertical-align: middle;
	margin-right: 5px;
}
.link:hover{
	color: #C00;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	outline: none;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	outline: none;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
	outline: none;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
	outline: none;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
	outline: none;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	outline: none;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
	outline: none;
}

@media print {

	html, body{
		margin: 0;
		padding: 0;
		background-color: white;
		background-image: none;
		width: 95% !important;
		page-break-inside: avoid;
		size: landscape;
	}
	#content{
		width: 100% !important;
		page-break-inside: avoid;
	}
	#content-container{
		margin: 0;
		padding: 0;
		background-color: white;
		background-image: none;
		width: 100% !important;
		page-break-inside: avoid;
	}
	#shadow_container{
		background: none;
		background-color: transparent;
		page-break-inside: avoid;
	}
	#shadow_top_left{
		display: none;
	}
	#shadow_top_right{
		display: none;
	}	
	.fullpage_image{
		width: 100%;
		background-size: 100%;
	}
	#menu{
		display: none;
	}
	ul.breadcrumbs{
		display: none;
	}
	#footer{
		display: none;
	}
	.hideByPrint{
		display: none;
	}
	h1{
		page-break-inside: avoid;
		page-break-before: avoid;
		page-break-after: avoid;
	}
	#projectContainer{
		page-break-inside: avoid;
		page-break-before: avoid;
		width: 100% !important;
	}
	table .opsomming{
		page-break-before: avoid;
		width: 400px !important;
		float: none !important;
		margin-left: -20px !important;
	}
	#slideShow{
		float: none !important;
		width: 600px !important;
		*width: 500px !important;
	}
	#slideShow .slideImageHolder{
		width: 250px !important;
		*width: 220px !important;
		height: 140px !important;
	}
	#slideShow img{
		width: 320px !important;
	}
	
	#header{
		background-image: url(images/logo.png);
		background-position: 30px 10px;
		width: 100% !important;
		margin: 0 !important;
		margin-left: 20px !important;
		page-break-inside: avoid;
		page-break-after: avoid;
		page-break-before: avoid;
	}
}
