@charset "UTF-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* GLOBAL STYLE CLASSES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	height:100%;
	padding:0;
	margin:0;
	border:0;
	
	background-image: url(../interface/background-tile-repeative.gif);
}
html {
	height:100%;
	padding:0;
	margin:0;
	border:0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* POSITIONING OF ELEMENTS
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - FRAMEWORK */
#framework {
	width: 960px;
	position : relative;
	margin : 0 auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height: 100%;	
	background-color: #FFFFFF;
}

/* - - QUICKLINKS (level 1) */
#quicklinks {
	float: left;
	position: relative;
	width: 100%;
	height: 37px;
	background-image:  url(../backgrounds/bg-quicklinks.jpg);
	background-repeat: no-repeat;
}
	#quicklinks .quicklink {
		float:right;
		position: relative;
		height: 100%;
		margin-top: 12px;
	}
	#quicklinks input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #888888;
		height: 11px;
		width: 140px;
		border:none;
		border: 1px solid #CCCCCC;
		text-transform: uppercase;
		text-indent: 3px;
	}

/* - - GRAPHIC HEADER (level 2) */
#graphic-header {
	float: left;
	position: relative;
	width: 100%;
	height: 112px;
	background-color: #F4F4F4;
	background-image:  url(../backgrounds/bg-header.jpg);
	background-repeat: no-repeat;
}

/* - - NAVIGATION BAR (level 3) */
#navigation-bar {
	float: left;
	position: relative;
	width: 100%;
	height: 28px;
	background-image:  url(../backgrounds/bg-navigation.jpg);
	background-repeat: no-repeat;
	background-color: #F4F4F4;
}

/* - - SUBNAVIGATION BAR (level 4) */
#subnavigation-bar {
	float: left;
	position: relative;
	width: 100%;
	height: 26px;
	background-image:  url(../backgrounds/bg-subnavigation.jpg);
	background-repeat: no-repeat;
}

/* - - CONTENT (level 5) */
#content {
	float: left;
	position: relative;
	width: 100%;
	min-height: 450px;
	background-image:  url(../backgrounds/bg-content.jpg);
	background-repeat: repeat-y;
	margin-top: 1px;
	margin-bottom: 1px;
}
	/* - - LEFT COLUMN */
	#cnt-left {
		position: relative;
		float: left;
		/*width: 117px; changed, added 115px */
		width: 167px;
		height: auto;
	}
		#cnt-left-content {
			margin-top: 25px;
		}
	/* - - MIDDLE COLUMN */
	#cnt-middle {
		position: relative;
		float: left;
		/*width: 593px; changed, shrunk with 115px*/
		width: 543px;
		height: auto;
	}
		#cnt-middle-content {
			margin: 25px;
			margin-right: 75px;
		}
	/* - - RIGHT COLUMN */
	#cnt-right {
		position: relative;
		float: left;
		width: 250px;
		height: auto;
	}
		#cnt-right-content {
			margin: 12px;
			margin-top: 25px;
		}

#knelpunten-content {
	float: left;
	position: relative;
	width: 100%;
	min-height: 450px;
	background-image:  url(../backgrounds/bg-knelpunten.jpg);
	background-repeat: repeat-y;
	margin-top: 1px;
	margin-bottom: 1px;
}
/* - - HOMEPAGE TOP (level 5) */
#homepage-top {
	float: left;
	position: relative;
	width: 100%;
	min-height: 400px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 1px;
}
	/* - - LEFT COLUMN */
	#hmp-left {
		position: relative;
		float: left;
		/*width: 117px; changed, added 115px */
		width: 322px;
		height: auto;
		margin-left: 9px;
	}
		#hmp-left-content {
			margin-top: 0px;
		}
	/* - - MIDDLE COLUMN */
	#hmp-middle {
		position: relative;
		float: left;
		/*width: 593px; changed, shrunk with 115px*/
		width: 628px;
		height: auto;
	}
		#hmp-middle-content {
			margin-left: 25px;
			margin-top: 0px;
		}
		#hmp-middle-content:hover {
			
		}
		
/* - - HOMEPAGE BOTTOM (level 6) */
#homepage-bottom {
	float: left;
	position: relative;
	width: 100%;
	height: 221px;
	background-image:  url(../backgrounds/bg-homepage-bottom.jpg);
	background-repeat: no-repeat;
	margin-top: 1px;
	padding-top: 5px;
	margin-bottom: 1px;
}

	#bottom-left {
		position: relative;
		float: left;
		/*width: 117px; changed, added 115px */
		width: 311px;
		height: auto;
		margin-left: 9px;
		margin-right: 36px;
	}
	#bottom-middle {
		position: relative;
		float: left;
		/*width: 117px; changed, added 115px */
		width: 270px;
		height: auto;
		margin-right: 36px;
	}
	#bottom-right {
		position: relative;
		float: left;
		/*width: 117px; changed, added 115px */
		width: 280px;
		height: auto;
	}

/* - - FOOTER (level 6/7) */
#footer {
	float: left;
	position: relative;
	width: 100%;
	height: 80px;
	background-image:  url(../backgrounds/bg-footer.jpg);
	background-repeat: no-repeat;
}
#footer img {
	float: right;
	margin-top: 10px;
	position: relative;
	margin-left: 15px;
	border:0;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* FORMATTING OF ELEMENTS
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* - - QUICKLINKS */
.quicklink, .quicklink a {
	text-transform: uppercase;
	font-size: 10px;
	color: #787878;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
	.quicklink a:hover {
		color: #005588;
	}

/* - - BLUE LABEL LEFT OF CONTENT */
#pagelabel {
	position: relative;
	float: right;
	width: 150px;
	height: 15px;
	background-color: #0077b3;
	padding-top: 4px;
	padding-left: 4px;
}
	#pagelabel a {
		float: left;
		position: relative;
		color: #FFFFFF;
		font-size: 10px;
		text-transform: uppercase;
		text-decoration: none;
		font-family:Arial, Helvetica, sans-serif;
	}
	#pagelabel:hover, #pagelabel:hover>a {
		background-color: #FFFFFF;
		color: #005588;
	}
	
.hmp-left-label {
	position: relative;
	float: left;
	height 15px;
	padding: 4px;
	background-color: #0077b3;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	margin-right: 200px;
}
	.comment {
		position: relative;
		float: left;
		background-color: #f4f4f4;
		color: #888888;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: italic;
		padding: 10px;
		margin-left: -12px;
		margin-top: 10px;
		width: 260px;
	}
	.comment a {
		color: #888888;
	}
	.hmp-left-content ul, #bottom-right ul {
		position: relative;
		float: left;	
		list-style: none;
		padding:0;
		margin:0;
		margin-top: 12px;
	}
	.hmp-left-content ul li, #bottom-right ul li {
		margin-bottom: 4px;
		padding-left: 13px;
		background-image: url(../backgrounds/bg-link-bullet.gif);
		background-repeat: no-repeat;
		background-position: left 7px;
	}
	.hmp-left-content ul li a, #bottom-right ul li a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #005588;
		
		text-decoration: none;
	}
	.hmp-left-content ul li a:hover, #bottom-right ul li a:hover {
		color: #008789;
	}

#hmp-middle-label {
	position: relative;
	float: left;
	height 15px;
	padding: 4px;
	background-color: #008789;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	margin-right: 500px;
}

.hmp-bottom-label {
	position: relative;
	float: left;
	padding: 4px;
	background-color: #008789;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 13px;
}
.fotovandemaand-box {
	width: 264px;
	height: 164px;
	overflow: hidden;
	float: left;
	position: relative;
	border: 3px solid #FFF;
}
.woordenstroom-box {
	width: 157px;
	height: 164px;
	overflow: hidden;
	float: left;
	position: relative;
	border: 3px solid #FFF;
}
.bottom-left-content {
	position: relative;
	float: left;
	color: #008789;
	width: 117px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
}
#bottom-left img {
	float: left;
	position:relative;
	display: block;
	margin: 0 -25%;
}
.woordenstroom-desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008789;
	line-height: 22px;
	float: left;
	position: relative;
	background-image:url(../backgrounds/bg-woordenstroom-desc.jpg);
	background-repeat: no-repeat;
	margin-left: -15px;
	padding-left: 15px;
	margin-top: 25px;
	width: 135px;
}
#bottom-middle img {
	float: left;
	position:relative;
	display: block;
}


#cnt-left-subnav ul {
	position: relative;
	float: right;	
	list-style: none;
	padding:0;
	margin:0;
	margin-top: 25px;
}
	#cnt-left-subnav ul li {
		width: 150px;
		height: auto;
		background-color: #FFFFFF;
		padding-left: 4px;
		margin-bottom: 4px;
	}
	#cnt-left-subnav  ul li a {
		color: #005588;
		font-size: 10px;
		text-transform: uppercase;
		text-decoration: none;
		font-family:Arial, Helvetica, sans-serif;
	}
	#cnt-left-subnav ul li:hover, #cnt-left-subnav ul li:hover>a {
		background-color: #0077b3;
		color: #FFFFFF;
	}
	
/* - - MAIN CONTENT TEXT, HEADINGS AND LINKS */
#cnt-middle-content {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 16px;
}
	#cnt-middle-content h1 {
		color: #005588;
		font-size: 22px;
		margin:0;
		padding:0;
		margin-bottom: 25px;
	}
	#cnt-middle-content h2 {
		color: #008789;
		font-size: 14px;
		margin:0;
		padding:0;
		margin-bottom: 5px;
	}
	#cnt-middle-content {
		font-size: 11px;
	}
	#cnt-middle-content li {
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
	}
	#cnt-middle-content .actueel-bericht {
		float: left;
		position: relative;
		width: 500px;
		margin-bottom: 10px;
	}
	#cnt-middle-content .actueel-bericht-button {
		float: left;
		position: relative;
		width: 500px;
		margin-bottom: 10px;
	}
	#cnt-middle-content .actueel-bericht:hover {
		background-color: #F4F4F4;
	}
	#cnt-middle-content .date-left {
		color: #666666;
		position: relative;
		float: left;
		margin-right: 20px;
	}
	#cnt-middle-content .actueel-titel {
		position: relative;
		float: left;	
		color: #008789;
		font-size: 14px;
		width: 400px;
	}
	#cnt-middle-content .actueel-intro {
		position: relative;
		float: left;
		color: #444444;
		font-size: 11px;
		margin-left: 77px;
		margin-top: 4px;
	}
		#cnt-middle-content .actueel-titel a {
			color: #008789;
			text-decoration: none;	
		}
		#cnt-middle-content .actueel-titel a:hover {
			color: #005588;	
		}
	#cnt-middle-content p, #cnt-middle-content ul {
		margin-bottom: 20px;
		margin-top: 0;
		padding-top: 0;
	}
	#cnt-middle-content a {
		text-decoration: underline;
		color: #005588;
	}
	#cnt-middle-content a:hover {
		text-decoration: none;
		color: #008789;
	}
	
/* - - GREEN LABEL RIGHT OF CONTENT */
.blocklabel {
	position: relative;
	float: left;
	width: auto;
	height: 11px;
	background-color: #008789;
	padding: 4px;
	display: block;
	clear: both;
	margin-right: 80px;
	margin-bottom: 7px;
}
	.blocklabel {
		color: #FFFFFF;
		font-size: 10px;
		text-transform: uppercase;
		text-decoration: none;
		font-family:Arial, Helvetica, sans-serif;
	}

/* - - IMAGE THUMBNAIL BLOCK RIGHT OF CONTENT */
.thumbnail {
	float: left;
	position: relative;
	width: 107px;
	height: 81px;
	margin-right: 6px;
	margin-top: 6px;
	background-image:url(../backgrounds/bg-image.jpg);
	background-repeat: no-repeat;
}
.thumbnail img {
	border: 0;
	margin-left: 2px;
	margin-top: 2px;
}

/* - - ATTACHMENT OBJECT RIGHT OF CONTENT */
.attachment {
	float: left;
	position: relative;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 5px;
	padding-top: 6px;
	border-bottom: 1px dotted #0077b3;
}
.attachment:hover {
	background-color: #FFFFFF;
}
	.attachment i {
		font-style:italic;
		color: #666666;
	}
	.attachment a {
		color: #005588;
		text-decoration: none;
	}

.faq {
	list-style:none;
	margin:0;
	padding:0;
}
	.faq h3 {
		background-color: #F4F4F4;
		padding: 5px;
	}
	.faq li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.faq li a {
		text-decoration: none;
	}
	.faq div {
		padding: 5px;
	}

.comments_accordion {
	list-style:none;
	margin:0;
	padding:0;
	background-color: #FFF;
	margin-bottom: 20px;
}
	.comments_accordion h3 {
		background-color: #F4F4F4;
		padding: 5px;
		font-size: 13px;
	}
	.comments_accordion li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.comments_accordion li a {
		text-decoration: none;
	}
	.comments_accordion div {
		padding: 0px;
		background-color: #FFF;
	}


/* - - LOCATION FLASH RIGHT OF CONTENT */
#blocklocation {
	position: relative;
	float: left;
	width: 228px;
	height: 167px;
	margin-bottom: 31px;
	background-image: url(../backgrounds/bg-locatie-small.jpg);
	background-repeat: no-repeat;
}
	#blocklocation img, #blocklocation embed {
		border:0;
		margin-left: 3px;
		margin-top: 3px;
	}
	
/* - - MAIN NAV BUTTONS */
#navigation-bar ul {
	position: relative;
	float: left;
	list-style: none;
	padding:0;
	margin:0;
	margin-left: 0px;
	margin-right: 50px;
	height: 30px;
}
	#navigation-bar ul li {
		position: relative;
		float: left;
		width: auto;
		padding: 3px;
		height:50px;
		padding-left: 10px;
		padding-right: 10px;
		margin-right: 5px;
	}
	#navigation-bar ul li a {
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		font-size: 16px;
	}

/* - - SUB NAV BUTTONS */
#subnavigation-bar {
	padding-left: 15px;
	padding-top: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #005598;
}
	#subnavigation-bar a {
		color: #005598;
		text-decoration: underline;
	}
	#subnavigation-bar a:hover {
		color: #008789;
		text-decoration:none;
	}
	#subnavigation-bar label {
		color: #008789;
	}
#knelpunten-middle-content {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 16px;
	
}
#knelpunten-middle {
	position: relative;
	float: left;
	/*width: 593px; changed, shrunk with 115px*/
	width: 100%;
	height: auto;
	margin-left: 20px;
}

.comment-form {
	position:relative;
	float: left;
	padding-bottom: 30px;
	width: 100%;
}
.comment-list {
	position:relative;
	float: left;
	border-top: 1px solid #CCC;
	width: 100%;
}
	.comment-list .comment-entry {
		border-bottom: 1px solid #CCC;
		position: relative;
		float: left;
		background-color: #FFF;
		padding: 10px;
		width: 423px;
	}
	.comment-list .comment-entry .comment-header {
		color: #666666;
		font-size: 14px;
	}
	.comment-list .comment-entry label {
		font-size: 11px;
		font-style:italic;
		color: #999999;
	}
	#cnt-middle-content hr {
		border:0;
		color: #CCC;
		background-color: #CCC;
		height: 1px;
		margin-top: 27px;
		margin-bottom: 15px;		 
	}
.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;
}
.contact_value #submit {
	height: 25px;
	border: 1px solid #CCC;
}
.cleanLink {
	color: #FFFFFF;
	text-decoration: none;
}
#submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0077B3;
	height: 18px;
	width: 100px;
	padding-bottom: 2px;
	border:none;
}

