@charset "utf-8";
/* CSS VISADE */

* {
    padding: 0;
    margin: 0;
}
html, body {
	height: 100%;	
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f4f4f4;
}
img {
	border:0;
}
h2 {
	font-size: 22px;
	color: #21296a;
	font-weight: normal;
	padding: 0px 0 10px 0;
	margin: 0;
	line-height: 1.3em;
}
h3 {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	padding: 0px 0 10px 0;
	margin: 0;
	line-height: 1.3em;
}
h4 {
	font-size: 18px;
	color: #21296a;
	font-weight: normal;
	padding: 0px 0 10px 0;
	margin: 0;
	line-height: 1.3em;
}
#container {
	width:990px;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	line-height: 18px;
	min-height: 100%;
	background: #f4f4f4 url(../images/bg_container.png) top center repeat-y;
}
* html #container {
	height: 100%;	
}
#header {
	width:964px;
	height:59px;
	background-color:#21296a;
}
#logo {
	width:270px;
	height:39px;
	margin:16px 0px 5px 20px;
	float:left;
	background-color: red;
}
.reactions {
	display: none;
}
#headerimage-container {
	width:964px;
	height:260px;
	margin: 0 auto;
	background-color:#21296a;
}
#headerimage {
	float:left;
	width:620px;
	height:260px;
	margin: 0 24px 0 21px;
}
#headerpayoff {
	float:left;
	width:232px;
	height:191px;
	margin: 27px 0 0 0;
	padding:21px;
	background-color:#cdd619;
}
#content-container {
	width:100%;
	margin-bottom: 22px;
}
#left-container {
	width:665px;
	float:left;
}
#right-container {
	width:274px;
	float:left;
}
#left-header-container {
	width:619px;
	height:18px;
	color:#21296a;
	font-size:10px;
	
	overflow:hidden;
	margin:6px 0 0 21px;
	border-bottom:1px solid #cdd619;
}
#kruimel {
	width:500px;
	float:left;
}
#kruimel a {
	color:#c0c0c0;
	text-decoration:underline;
}
#datum {
	width:90px;
	float:right;
	text-align:right;
	text-transform: lowercase;
}
.content-item-container {
	width:620px;
	color:#21296a;
	margin:10px 0 10px 21px;
	padding-bottom: 10px;
	border-bottom:1px solid #cdd619;
	overflow: hidden;
}
.project-item-container {
	width:620px;
	color:#21296a;
	margin:10px 0 0 21px;
	overflow: hidden;
}
.article-image {
	width:260px;
	float:left;
	overflow:hidden;
	margin-right:15px;
}
.article-content {
	width:333px;
	float:left;
}
.veeg {
	float:right;
	padding:10px 0 0 0;
}
.green-container {
	padding:21px;
	background-color:#cdd619;
}
.blue-container {
	padding:21px;
	background-color:#21296a;
	color:#fff;
}
.green-container-actueel, .blue-container-newsletter {
	float:left;
	padding:17px 21px 0 21px;
	height: 33px;
	overflow: hidden;
	width:222px;
	background-color:#cdd619;
}
.blue-container-newsletter {
	background-color:#21296a;
}
.blue-container a,.blue-container a:hover  {
	color:#fff;
}


.actueel-items {
	float:left;
	padding:0 0 0 11px;
	width:340px;
	background-color:#fff;
}
.actueel-items li {
	list-style-type:none;
	padding:2px 0;
	margin:0;
	border-bottom:1px solid #e0e0e0;
}
.actueel-items a, a {
	color:#21296a;
	text-decoration:underline;
}
.actueel-items a:hover, a:hover {
	color:#21296a;
	text-decoration:underline;
}
#footer-container {
	position: relative;
	width: 100%;
	color: #fff;
	text-align:center;
	z-index: 1000;
	position: relative;
	margin-top: -22px; /* negative value of footer height */
	height: 22px;
	clear:both;
}
#footer-content {
	margin: 0 auto;
	background: #f4f4f4 url(../images/bg_footer.png) top center repeat-y;
	position: relative;
	width: 980px;
	padding: 5px 0;
	overflow: hidden;
}
#copyright {
	float:left;
	width:500px;
	margin-left:21px;
}
#colofon {
display: none;
}
#colofon a {	
	color:#c0c0c0;
}

#container-menu {
	overflow: hidden;
	width:948px;
	height:27px;
	margin: 0 auto;
	overflow:hidden;
	padding-right:16px;
	background-color:#cdd619;
	font-weight: bold;
	font-size: 12px;
}
#container-menu .menuitem a,
#container-menu .menuitem a:visited {
	display: none;
}

.details-container {
	width:948px;
	margin: 0 auto;
	overflow:hidden;
	padding-right:16px;
}
.details {
	width:620px;
	padding: 5px 0;
	overflow:hidden;
	border-bottom:1px solid #cdd619;
}
.details-key {
	width:170px;
	float:left;
	font-weight:bold;
}
.details-value {
	width:300px;
	float:left;
}
#nav {
	padding:24px;
	width:620px;
	text-align:center;
}
#search-container {
	display: none;
}
input#search {
	width:270px;
	background: #fff;
	height: 22px;
	padding: 0 0 0 10px;
	line-height: 22px;
	border: 1px solid #87888a;
	color: #87888a;
	font-size: 11px;
	float: right;
	color:#87888a;
	vertical-align: middle;
}
div#search-right {
	width: 18px;
	height: 18px;
	margin-left:250px;
	margin-top:-24px;
	float:left;
}
.resultBlockContent small a{

color:#cdd619;
}
.resultBlockContent a strong{
font-weight:normal;
font-size:1.5em;
}

.pageNumbers a{

padding:5px;
}
.pageNumbers a.current{
color:#fff;
background:#21296a;
padding:5px;
}

.send-btn {
	width: 18px;
	height: 18px;
	margin-top:2px;
	border: 0;
	background: url('../images/search_button.png') no-repeat;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	outline: none;
	overflow: hidden;
	float: right;
}
input.field50 {
	width:150px;
	border:1px solid #21296a;
	margin:2px 0;
	color: #21296a;
}
input.submitfield50 {
	width:150px;
	border:1px solid #21296a;
	margin:2px 0;
	background-color: #21296a;
	color:#fff;
}
textarea.textfield50 {
	width:330px;
	border:1px solid #21296a;
	margin:2px 0px 2px 10px;
	color: #21296a;
	font-size:12px;
	height: 38px;
}
.shortcontainer{
	width:230px;	
	overflow: hidden;
	padding-top:5px;
	border-bottom:1px solid #fff;
}
.smallpicture{
float:left;
width:60px;
height:40px;
margin-right:5px;
margin-bottom:5px;
background-color:#c0c0c0;
}

.smalltext{
width:160px;
float:left;
}
