/*---------------------------------------------------- initieren --------------------------- */
@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	outline: 0;
}
*:focus {
	outline: none;	
}

img {
	border: none;	
}

/*------------------------------------- algemene styles --------------------------- */

html {
	overflow: scroll;
	overflow-x: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0A2665;
	line-height: 18px;
	background-color:#081e50;
	background-image: url('/img/bg-body.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	/* Voor Safari en Chrome */
	margin: 0;
	padding: 0 0 20px 0;
}

.u {
	text-decoration: underline;	
}

.i {
	font-style: italic;	
}
.clear {
	clear: both;	
}
.center {
	text-align: center;	
}
hr, .hr {
	clear: both;
	color: none; 
	background-color: #ccc; 
	border: none;
	height: 1px;
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
}

p {
	margin: 0;
	padding:5px 0 15px 0;
}

ul {
	margin: 0;
	padding:5px 0 15px 0;
	list-style-position: outside;
	margin-left: 17px;
}

a {
	color: #0067af;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a, a img {
	cursor: pointer;	
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
	color: #0067af;
	padding: 0 0 10px 0;
	margin: 0;
}
h1.project-title {
	font-size: 24px;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0b4c99;
	color: #0067af;
	line-height: 20px;
	margin: 5px 0;
	padding: 0;
}	

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #222222;
	line-height: 20px;
	margin: 5px 0 0 0;
	padding: 0;
}

h4 {

}

form {
	padding: 5px 0;
}
form .formrow {
	clear: both;
	padding: 5px 0;
}
.formrow label {
	line-height: 26px;
	width: 140px;
	padding-right: 10px;
	float: left;
	text-align: right;
}
input, select, textarea {
	width: 210px;
	line-height: 16px;
	padding: 4px;
	border: 1px solid #BBBBBB;
	font-size: 14px;
	color: #3c3c3c;
	cursor: pointer;
}
input:focus, select:focus, textarea:focus, input.focus, select.focus, textarea.focus {
	border-color: #444444;
}
textarea {
	height: 100px;
}
div.errormessage, input.error, textarea.error, select.error {
	border: 1px solid #e53517;
	background-color: #FDD;
}
div.errormessage {
	padding: 5px;
	margin: 5px 0;
	color: #e53517;
}
div.successmessage {
	border: 1px solid #53a026;
	background-color: #e6fce3;
	padding: 5px;
	margin: 5px 0;
	color: #53a026;
}
.inputerror {
	color: #e53517;
	padding-left: 150px;
	line-height: 26px;
}
input.datepicker {
	background-image: url('/img/calendar.gif');
	background-position: 107px center;
	background-repeat: no-repeat;
	width: 120px;
}
select {
	width: 220px;
}
.radio {
	margin-top: 8px;
	margin-bottom: -2px;
	padding: 0 6px;
	border: none;
	width: auto;
}
input.submit, input.file {
	width: 220px;
}
input.submit {
	padding: 4px 10px;
	background-color: #bbbbbb;
	color: #444444;
	border: 1px solid #444444;
}
input.submit:hover, input.submit:focus, input.focus.submit {
	background-color: #444444;
	color: #bbbbbb;
	border: 1px solid #bbbbbb;
}

#wrapper {
	width: 960px;	
	margin: 0 auto 20px auto;
}

#header {
	height: 89px;	
}
#menu-top {
	float: right;
	margin: 0;
	padding: 0;
	width: 380px;
	padding-right: 20px;
	list-style: none;
}
#menu-top li {
	float: right;	
	padding-left: 10px;
	width: 60px;
}
#menu-top li a {
	display: block;
	text-transform: uppercase;
	height: 26px;
	line-height: 26px;
	color: #444444;
	font-size: 11px;
}

ul#mainnav {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 44px;
}
ul#mainnav li {
	display: block;
	float: left;
	text-transform: uppercase;
	white-space: nowrap;
	_width: 180px;
}
ul#mainnav li:hover, ul#mainnav li.hover {
	background: url('/img/bg-mainnav-hover.gif') top left repeat-x;
}
ul#mainnav li a {
	display: block;
	height: 44px;
	line-height: 44px;	
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	padding: 0 25px 0 32px;
	background: url('/img/bg-mainnav.gif') 14px 0 no-repeat;
	_background-position: 14px -5px;
}
ul#mainnav li:hover a, ul#mainnav li.hover a {
	background: url('/img/bg-mainnav-hover-right.gif') top right no-repeat;
	color: #ee1c25;
	text-decoration: none;
}
ul#mainnav li ul {
	margin: 0;
	padding: 0 0 5px 0;
	position: absolute;
	width: 211px;
	background: url('/img/bg-mainnav-sub.png') bottom center no-repeat;
	display: none;	
}
ul#mainnav li:hover ul, ul#mainnav li.hover ul {
	display: block;	
	_background-color: #f1f1f1;
}
ul#mainnav li ul li, ul#mainnav li:hover ul li, ul#mainnav li.hover ul li, ul#mainnav li ul li a {
	float: none;
	xbackground-color: #f1f1f1;
	background-image: none;
	text-transform: none;
}
ul#mainnav li ul li a {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
}
ul#mainnav li ul li.first {
	xbackground: url('/img/bg-mainnav-sub-top.png') top right no-repeat;
}
ul#mainnav li:hover ul li a, ul#mainnav li.hover ul li a {
	background: none;
	color: #0067af;
	background: url('/img/bullet-subnav.gif') 5px 6px no-repeat;	
}
ul#mainnav li ul li a:hover {
	color: #ee1c25;
}

#main-wrapper {
	background-color: #fff;	
	padding: 0 15px 15px 15px;
}

#pageimg {
	height: 192px;	
}

#sidebar-subs {
	float: left;
	width: 199px;
	padding: 43px 0 27px 0;
}

h1#subnav-title {
	display: block;
	height: 35px;
	line-height: 30px;	
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	padding: 0 20px 0 27px;
	margin: 0;
	background: #f1f1f1 url('/img/bg-subnav-title.jpg') top left no-repeat;	
	text-transform: uppercase;
}

ul#subnav {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	background: #f1f1f1 url('/img/bg-mainnav-sub.png') bottom center no-repeat;
}
ul#subnav li {
	list-style: none;
	padding: 5px 0;
}
ul#subnav li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 0 25px;
	background: url('/img/bullet-subnav.gif') top left no-repeat;	
}
ul#subnav li a:hover, ul#subnav li.active a {
	color: #ee1c25;
	text-decoration: none;
}

ul#subnav li ul {
	margin: 0;
	padding: 0;
}
ul#subnav li ul li {
	margin: 5px 0;
	padding: 0;
}
ul#subnav li ul li a, ul#subnav li.active ul li a {
	text-transform: none;
	line-height: 16px;
	font-size: 13px;
	color: #0067AF;
	padding: 0 0 0 40px;
	background: url('/img/bullet-subsubnav.gif') 25px 2px no-repeat;	
}
ul#subnav li ul li a:hover, ul#subnav li ul li.active a {
	color: #ee1c25;
}

ul#subnav li ul li ul {
	padding: 0 0 0 15px;	
}
ul#subnav li ul li ul li {
	margin: 5px 0;
	padding: 0;
}
ul#subnav li ul li ul li a, ul#subnav li ul li.active ul li a {
	background: none;
	font-weight: normal;
	color: #0067AF;
}
ul#subnav li ul li ul li a:hover, ul#subnav li ul li ul li.active a {
	color: #ee1c25;	
}

#main {
	float: left;
	width: 483px;
	margin: 0 15px;
	padding: 0 15px 15px 15px;
	background: url('/img/bg-main.jpg') bottom left repeat-x;
	min-height: 300px;
}
#breadcrumbs {
	min-height: 33px;
	_height: 33px;
	padding-top: 10px;
	width: 453px;
}
#breadcrumbs a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #4c4c4c;	
}

#contentimg {
	display: block;
	margin-bottom: 20px;
}
#news { 
	width: 483px;
	background: url('/img/bg-hotnews.jpg') bottom right no-repeat;
	min-height: 450px;
	_height: 450px;
	margin-bottom: 10px;
}
#news #news-items{ 
	width: 305px;
	padding: 0 15px 20px 5px;
	float: right;
	overflow: hidden;
}
#news .news-item p {
	padding-bottom: 10px;
}
#news .news-item p img {
	float: left;
	margin: 3px 5px 3px 0;
}
#news #news-items .meer { 
	display: block;
	float: right;
	color: #e91b24;
	font-weight: bold;
}

#news #news-list {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 143px;	
	background-color: #d2e4f9;
}
#news #news-list li {
	margin: 0;
	padding: 0;
	font-weight: bold;
	background-color: #d2e4f9;
}
#news #news-list li a {
	display: block;
	padding: 15px 8px;
	margin: 0;
	background-color: #d2e4f9;
}
#news #news-list li a:hover, #news #news-list li a.active { 
	background-color: #005fa0;
	color: #ffffff;
	text-decoration: none;
}
#news #news-list li span {
	font-size: 10px;
	display: block;
}

table tr td {
	vertical-align: top;	
}

.employee {
	float: left;
	width: 143px;
	padding: 9px;
	margin: 5px 0;
	text-align: center;
	cursor: pointer;
}
.employee:hover {
	padding: 7px;
	border: 2px solid #ddd;
}
.employee .employee-img {
	min-height: 135px;
	margin-bottom: 5px;
}
.employee a {
	display: block;
}
.employee a.employee-link {
	color: #222;
}
.employee .employee-link:hover {
	text-decoration: none;	
}

#accordion a {
	display: block;
	clear: both;
}
.accordion-content {
	padding: 10px 0;	
}
.accordion-content img {
	border: 4px solid #005fa0;	
}

.interesting-links {
	margin-top: 20px;
	padding: 5px 15px;
	background-color: #f1f1f1;
}
.interesting-links a.nostyle {
	color:#222;
}
.interesting-links a.nostyle:hover {
	text-decoration: none;
}

#sidebar-extra {
	float: left;
	width: 188px;
	padding: 43px 0 27px 0;
}

.projectlinks, .sidebar-block {
	padding: 5px;
	margin-bottom: 30px;	
	background-color: #e7e7e7;
}
.projectlinks h1, .sidebar-block h1 {
	border-bottom: 2px solid red;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.projectlinks a, .sidebar-block a {
	background: transparent url(/img/projectlink-bullet.gif) no-repeat scroll 172px 10px;
	border-bottom: 1px solid #BBBBBB;
	color: #0A2665;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 15px 7px 0;
}
.projectlinks a span.date, .sidebar-block a span.date {
	display: block;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
}
.sidebar-block a {
	background: url('/img/projectlink-bullet.gif') 162px 10px no-repeat;
	padding-right: 16px;
}
#footer {
	clear: both;
	border-top: 1px solid #e91b24;
	padding-top: 11px;
}
#partnerlogos img {
	border: 1px solid #cdcdcd;	
}
#copyright {
	float: right;
	font-size: 11px;
	color: #7f7f7f;
	text-align: right;
}

#button-signup {
	position: absolute;	
}