@charset "UTF-8";

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* GLOBAL STYLE CLASSES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html {
	height:100%;
	padding:0;
	margin:0;
	border:0;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* HEADER AND FOOTER */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top-background {
	background-attachment: scroll;
	background-image: url(../interface/background-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position:absolute;
	height: 213px;
	width: 100%;
}

#bottom-background {
	float: left;
	background-attachment: scroll;
	background-image: url(../interface/background-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 126px;
	margin-top: 126px;
	width: 850px;
	bottom: 0px;
	position: relative;
}

.bottom-container {
	width: 850px;
	height: 100px;
	background-color:#33FF66;
	position:relative;
	
}
.error, .success {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	
}
.site-footer {
	position: fixed;
	bottom: 0;
	padding: 10px;			
	width: 850px;
	height: 75px;
	z-index: 9999;
	color: #000000;
	background-repeat: no-repeat;
	background-image: url(/assets/interface/background-bottom.gif);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* CONTENT CONTAINER */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;	

}

html>body #container {
	height: auto;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* MIDDLE COLUMN */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#container #middle-container {

	 width: 850px;
/**/	
	padding-bottom: 75px;
	padding-top: 213px;
}
/*
	#navigation {
		width: 155px;
		float: left;
		margin-top: 20px;
	}*/
	
	#navigation {
		width: 155px;
	float: left;
	top: 20px;
	/*	margin-top: 213px;*/	
		position:relative;
	}	
	
#subnavigation {
	position: absolute;
	top: 0px;
	width: 200px;
	padding: 10px;
	height: 20px;
	left: 625px;
}
	#subnavigation #subsearch input {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #313131;
		background-color: #FFFFFF;
		border: 1px solid #FFFFFF;
		border-bottom: 1px solid #004a84;
		margin-top: 10px;
		width: 144px;
	}
	.nav-container {
		height: 24px;
		float: left;
		width: 155px;
		position: relative;
		z-index: 2;
		margin-bottom: 15px;
	}
	.nav-effect {
		height: 24px;
		background-color: #004a84;
		width: 155px;
		margin-left: -155px;
		position: absolute;
		z-index: 1;
	}
	.nav-button {
		z-index: 3;
		margin-top: 5px;
		position: absolute;
	}
	.nav-button a {
		color: #004a84;
		font-size: 11px;
		text-decoration: none;
	}
	.nav-button img {
		margin-right: 10px;
		margin-left: 10px;
	}
	.img_left {
		margin-right: 15px;
		float: left;
		border: 3px solid #CCC;
	}
	.img_right { 
		margin-left: 15px;
		float: right;
		border: 3px solid #CCC;
	}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* LEFT COLUMN */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*
#container #content-left {
	float:left;
	width: 400px;
	position: relative;
	margin-left: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#FF9933;
	line-height: 16px;
}
	
	#content-left .content-footer {
		float: left;
		height: 75px;
		width: 100%;
		margin-top: 15px;
		padding-top: 15px;
		border-top: solid 1px #CCC;
		position: relative;
	}*/

#container #content-left {
	/*float:left;
	*/position: relative;
	width: 400px;
	min-height:340px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	margin-left:200px;
}

	#content-left .content-footer {
		/*float: left;
		height: 75px;*/
		width: 100%;
		margin-top: 15px;
		padding-top: 15px;
		border-top: solid 1px #CCC;
		position: relative;
	}	
	
#content-left h1 {
		background-image: url(../interface/bullet-headers.gif);
		background-repeat: no-repeat;
		background-position: left 6px;
		padding-left: 15px;
		color: #004a84;
		font-size: 22px;
	}	
	

.sifrHomepageText {
	width: 580px;
	border-top: 1px solid #CCC;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* RIGHT COLUMN */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#container #content-right {
	position:absolute;
	z-index:10;
	top:231px;
	left:635px;
	width: 200px;
}
	#image-container .sifrHomepageButton {
		float:right;
		position: relative;
		clear:both;
		height: 16px;
		margin-bottom:0px;
		color: #666;
		padding: 4px;
		font-size:10px;
		text-transform:uppercase;
		margin-bottom: 10px;
	}
	
	#image-container .sifrHomepageButtonBottom {
		float:left;
		position: relative;
	}
	.sifrHomepageButtonBottom a {
		font-size: 	18px;
	}
	.sifrHomepageButton a {
		font-size: 18px;
	}
	#content-right h2 {
		background-image: url(../interface/bullet-headers.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 15px;
		margin-top: -4px;
	}
	h2.subHeader {
		background-image: 		url(../interface/bullet-headers.gif);
		background-repeat: 		no-repeat;
		background-position: 	left 3px;
		padding-left: 			15px;
		margin-top: 			-4px;
		margin-bottom: 			15px;
		color:					#004a84;
		text-transform:			uppercase;
	}

	#content-right .sifrOnderwerp {
		background-image: url(../interface/bullet-onderwerp-up.gif);
		background-repeat: no-repeat;
		background-position: left 2px;
		padding-left: 12px;
		margin-bottom: 9px;
		font-variant: normal;
		font-style: normal;
		font-variant:small-caps;
	}
	#content-right .sifrOnderwerpActive {
		background-image: url(../interface/bullet-onderwerp-active.gif);
		background-repeat: no-repeat;
		background-position: 2px 2px;
		padding-left: 12px;
	}
	#content-right .sifrOnderwerp:hover {
		background-image: url(../interface/bullet-onderwerp-over.gif);
		background-repeat: no-repeat;
		background-position: 2px 2px;
		padding-left: 12px;
	}
	#content-right .sifrOnderwerp a {
		font-size:		14px;
	}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* ERRORS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#error_screen {
	background-color: #666666;
	float: left;
	height: 100%;
	width: 100%;
	z-index: 999;
	position: fixed;
}
.error, .success {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* GLOBAL TEXTUAL STYLES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
}

.sifrHomepageText {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		20px;
	line-height:	1.4em;
	margin-top: 	0px;
	margin-bottom: 	15px;
	padding-top:	8px;
	color:			#004a84;
	font-weight:	normal;
	font-variant:	normal;
}



h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top: 0px;
	margin-bottom: 4px;
}
hr {
	background-color:#CCC;
	color: #FFF;
	height:1px;
	border:none;
}
a {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #004a84;
}

.underline {
	height: 1px;
	background-color: #bbbbbb;
}
/*
.content-project-frame {
	background-image: url(../interface/project-image-frame.gif);
	background-repeat: no-repeat;
}
.content-project-image {
	padding: 15px;
	padding-top: 18px;
	width: 355px;
	height: 148px;
	overflow: hidden;
}
.content-project-image img {
	padding-top: -25%;
}
*/
.content-project-frame {
	background-image: url(../interface/project-image-frame-large.gif);
	background-repeat: no-repeat;
}
.content-project-image {
	padding: 15px;
	padding-top: 18px;
	width: 355px;
	height: 185px;
	overflow: hidden;
	
	cursor: pointer;
}
.content-project-image img {
	padding-top: -33%;
}

.content-project-onderschrift {
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	position: absolute;
	float: left;
}
#content-intro {
	background-color: #EBEBEB;
	padding: 7px;
}

.question-container {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
	.question-icon {
		float: left;
		overflow: hidden;
		position: relative;
		height: 11px;
		width: 23px;
		padding-top: 7px;
	}
	.question-text {
		float: left;
		clear: right;
		display:block;
		position: relative;
		width: 375px;
	}
	.question-yes {
		float: left;
	}
	.question-no {
		float: left;
	}
	.question-checkbox {
		float: left;
		padding-top: 8px;
		margin-right: 10px;
		margin-left: 23px;
	}
	.question-submit {
		float: left;
		margin-left: 20px;
		margin-top: 10px;
		width: 100%;
		margin-bottom: 10px;
	}
hr {
	color: #CCC;
	background-color: #CCC;
	height: 1px;
}
.container-nieuwsitem {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#container #homepage-left {
	position: relative;
	width: 600px;
	min-height:510px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	margin-left:200px;
	
}
.slideshowDescription {
	background-image:url(../interface/slideshow-desc-background.gif);
	background-repeat:no-repeat;
	float: right;
	min-height: 50px;
	width: 150px;
	position: relative;
	margin-right: 50px;
	margin-top: 88px;
	padding: 5px;
	padding-left: 15px;
	
}

#homepage-left #image-container {
	position: relative;
	width: 580px;
	height: auto;
	overflow: hidden;
}
.slideshowHolder {
	height: 316px;
	width: 580px;
	overflow: hidden;
	display:block;
	position: relative;
	float: left;
	margin-top: 2px;
	clear:both;
}

.container-searchitem {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 10px;
	background-color: #f4f4f4;
}

.contact_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	float: left;
	width: 33%;
	margin-bottom: 5px;
	position: static;
}
.contact_value {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	float: left;
	width: 67%;
	margin-bottom: 5px;
	position: static;
}
.contact_value input {
	height: 12px;
	font-size: 11px;
	border: 1px solid #CCC;
}
.contact_value textarea {
	font-size: 11px;
	border: 1px solid #CCC;
}
.contact_value select {
	height: 22px;
	font-size: 11px;
}

/* liScroll style declarations */

.newsTickerContainer {
	clear: left;
	float: left;
	position: relative;
	height: 25px;
	padding-top: 2px;
	width: 580px;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	color: #004a84;
	border-bottom: 1px solid #CCCCCC;
}
.newsticker {
	list-style-type: none;
	padding: 3px;
	margin: 0;
}

/* FORMULIER STYLES */
.form-frame {
	position: relative;
	float: left;
	width: 100%;
	border: 1px dotted #CCC;
	padding: 10px;
	margin-bottom: 50px;
}

	.form-frame label {
		font-weight:bold;
		margin-bottom:20px;
		clear:both;
		margin-top:-24px;
		background-color:#FFF;
		padding:4px;border:
		1px dotted #CCC;
		color:#000;
		position:relative;
		float:left;
	}
	.form_label {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		text-decoration: none;
		width: 100%;
		margin-bottom: 5px;
		position: relative;
		float: left;
		clear:both;
	}
	.form_value {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #333333;
		text-decoration: none;
		float: left;
		width: 100%;
		margin-bottom: 20px;
		position: relative;
	}
		.form_value input {
			height: 16px;
			font-size: 11px;
			color: #666;
			border: 1px solid #CCC;
			padding: 4px;
		}
		.form_value textarea {
			border: none;
			font-size: 11px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			border: 1px solid #CCC;
			color: #666;
			padding: 4px;
		}
		.form_value select {
			height: 22px;
			font-size: 11px;
			border: none;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			border: 1px solid #CCC;
		}

