/* @override http://veldvest.html.uwcoder.nl/css/main.css */

* {
	padding: 0;
	margin: 0;
}

html, body {
	border-width: 0;
	border-style: none;
	background-color: #003c77;
}

body {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	color: #2d0f39;
	overflow-y: scroll;
}

p {
	margin-bottom: 1.5em;
}

ul {
	margin-bottom: 1.5em;
}

.column ul {
	padding-bottom: 10px;
}

.column ul li {
	list-style-position: outside;
	list-style-type: square;
	line-height: 20px;
	margin-left: 18px;
}

 

img {
	border-style: none;
	vertical-align: bottom;
}

a:link, a:visited {
	text-decoration: none;
	color: #F3E83D;
}

a:link:hover, a:visited:hover {
	color: #F3E83D;
	text-decoration: underline;
}

#wrapper {
	width: 900px;
	background-color: #fff;
	margin: 40px auto;
	padding: 0 40px;
}

#main {
	overflow: hidden;
	width: 900px;
	background-image: url(../images/main_bg.png);

}

h1, h2, h3 {
	font-size: 1em;
	line-height: 18px;
}

.noshow {
	display: none;
}

.noborder {
	border-bottom-width: 0 !important;
	border-bottom-style: none !important;
}

.nopadding {
	margin-right: 0;
}

.clearer {
	clear:both;
}

/* @group header */

/* HEADER */

#header {
	height: 197px;
	position: relative;
}

#header #logo {
	width: 202px;
	height: 176px;
	float: left;
	text-align: center;
	overflow: hidden;
	padding-top: 21px;
}

#header #logo #logo-1 {
	width: 92px;
	height: 92px;
	display: block;
	background-image: url(../images/logo-1.png);
	text-indent: -9999px;
	margin-left: auto;
	margin-right: auto;
}

#header #logo #logo-2 {
	width: 202px;
	height: 74px;
	display: block;
	background-image: url(../images/logo-2.png);
	text-indent: -9999px;
	clear: both;
}

#header #picture {
	float: right;
	height: 197px;
	width: 668px;
	background-color: #e6e6e6;
}

#header #search {
	position: absolute;
	top: 20px;
	left: 700px;
}

/* --- */

#header #search {
	float: right;
	width: 192px;
	height: 25px;
/*	margin-right: 13px;
	margin-top: 13px;
	position: relative; */
	display: inline;
}

#header #search p {
	margin-bottom: 0;
}

#header  #search label {
	display: none;
}

#header #search input {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 21px;
	padding: 4px 5px 0;
	margin: 0;
	border-width: 0;
	border-style: none;
	background-image: url(../images/search_bg.png);
	background-color: transparent;
	font: 1em/1.5em "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	color: #727272;
	outline: 0;
}

#header #search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 25px;
	padding: 0;
	margin: 0;
	border-width: 0;
	border-style: none;
	background-image: url(../images/search_button.png);
	background-color: transparent;
	cursor: pointer;
}

#header #search button span {
	display: none;
}

/* --- */

#header #slogan {
	width: 368px;
	height: 77px;
	background-image: url(../images/veldweb.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 120px;
	right: 0px;
	text-indent: -9999px;
}

/* @end */

/* @group navigation */

/* NAVIGATION */

#navigation {
	background-color: #6f3886;
	width: 577px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	overflow: hidden;
	float: left;
}

#navigation li {
	display: inline;
	float: left;
	padding-right: 15px;
}

#navigation li a {
	text-decoration: none;
	color: #fff;
	float: left;
	text-transform: lowercase;
}

#navigation li a:hover {
	text-decoration: underline;
	color: #f4e83e;
}

#navigation li.current a {
	text-decoration: none !important;
	color: #f4e83e !important;
}



/* SERVICENAVIGATION */

#servicenavigation {
	background-color: #6f3886;
	float: right;
	width: 293px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	overflow: hidden;
}

#servicenavigation li {
	display: inline;
	margin-right: 18px;
	float: left;
}

#servicenavigation li#nav-ict_support a {
	background: url(../images/buttons/ict_support.png) no-repeat;
	text-indent: -9999px;
	width: 73px;
}

#servicenavigation li#nav-its_learning a {
	background: url(../images/buttons/its_learning.png) no-repeat;
	text-indent: -9999px;
	width: 19px;
}

#servicenavigation li#nav-rss a {
	background: url(../images/buttons/rss.png) no-repeat;
	padding-left: 22px;
}

#servicenavigation li a {
	text-decoration: none;
	color: #fff;
	float: left;
	text-transform: lowercase;
}

#servicenavigation li a:hover {
	text-decoration: underline;
	color: #f4e83e;
}

#servicenavigation li.current a {
	text-decoration: none !important;
	color: #f4e83e !important;
}


/* SUBNAVIGATION */

#subnavigation {
	list-style: none;
	background-color: #05a3a5;
	padding: 0 0 0 30px;
	height: 28px;
	margin: 0;
	width: 870px;
	clear: both;
}

#subnavigation * {
	padding: 0;
}

#subnavigation a {
	text-decoration: none;
	float: left;
	color: #fff;
	text-transform: lowercase;
}

#subnavigation a:hover {
	color: #f4e83e;
	text-decoration: underline;
}

#subnavigation li {
	position: relative;
	float: left;
	margin-right: 20px;
}

#subnavigation li:hover a {
	color: #f4e83e;
}

#subnavigation li:hover li a {
	color: #fff;
}

#subnavigation li.current a {
	text-decoration: none !important;
	color: #f4e83e !important;
}


#subnavigation ul {
	position: absolute;
	top: 28px;
	left: -14px;
	background: #d1d1d1;
	display: none;
	opacity: 0;
	list-style: none;
	margin-right: 0;
	width: 192px;
}

#subnavigation ul li:hover {
	
}

#subnavigation ul li {
	position: relative;
	border-top: none;
	width: 192px;
	margin: 0;
}

#subnavigation ul li a {
	display: block;
	padding: 3px 14px;
	background-color: #6f3886;
	width: 164px;
}

#subnavigation ul li a:hover {
	background-color: #4e2760;
	color: #fff;
	text-decoration: none;
}

#subnavigation ul ul {
	left: 191px;
	top: 0}

#subnavigation .menulink {
	padding: 5px 0;
}

#subnavigation .menulink:hover, #subnavigation .menuhover {}

#subnavigation .sub {
	background: #6f3886 url(../images/arrow.gif) no-repeat 180px 8px}

#subnavigation .sub.menuhover {
	background-color: #4e2760;
}

#subnavigation .topline {
}

/* @end */

/* @group content */

#content {
	width: 547px;

	float: left;
	clear: left;
	padding: 30px 30px 0;
	background-color: #bb96c1;
}

#content img {
	margin-bottom: 1.5em;
}

#content h1 {
	font-size: 20px;
	margin-bottom: 30px;
}

#content h2 {
	font-size: 16px;
	line-height: 22px;
}

#content.wide {
	width: 840px;
	background-image: none;
	background-color: #bb96c1;
}

#content .row {
	width: 100%;
	overflow: hidden;
}

#content .row .column {
	float: left;
	margin-right: 30px;
	width: 260px;
}

#content .row .column.nopadding {
	margin-right: 0;
}

/* --- */

ul.az {
	
}

ul.az li {
	display: inline;
	margin-right: 5px;
}

ul.az li a {
	text-decoration: none;
	font-size: 16px;
	color: #f3e83e;
}

ul.az li a:hover {
	text-decoration: underline;
}

/* --- */

ul.breadcrumbs {
	
}

ul.breadcrumbs li {
	display: inline;
	color: #fff;
}

ul.breadcrumbs li a {
	padding-left: 0;
	padding-right: 0;
	color: #fff;
	text-decoration: none;
}

ul.breadcrumbs li a:hover {
	padding-left: 0;
	padding-right: 0;
	color: #f4e83e;
	text-decoration: underline;
}

/* @group bestanden */

#bestanden {
	
}

#bestanden .bestand {
	overflow: hidden;
	zoom: 1;
}

#bestanden .bestand em {
	float: left;
	font-size: 14px;
	font-weight: bold;
}

#bestanden .bestand ul {
	float: left;
	list-style-type: none;
	padding-left: 30px;
	margin-bottom: 0;
}

#bestanden .bestand ul li {
	margin-bottom: 1.5em;
}

#bestanden .bestand ul a {
	color: #f3e83e;
	text-decoration: none;
	background: url(../images/file-pdf2.png) no-repeat left 0;
	padding-right: 30px;
	padding-left: 25px;
}

#bestanden .bestand ul a:hover {
	text-decoration: underline;
}



/* @end */

/*** pager ***/

.pager {
	clear: both;
	display: block;
	height: 1%; /* Fixes double padding in IE */
	margin: 10px 0 0 0; /* (top, right, bottom, left) */
	font-size: 1.0em;
	overflow: hidden;
}

.pager a, .pager span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 0.1em;
	text-decoration: none;
	color: #000000;
}

.pager a{
	width:auto !important;
}

.pager span {
	color: #CCCCCC
}

.pager .current {
	background: #6F3886;
	color: white;
}

.pager a:hover {
	background: #6F3886;
}

.pagertop {
	border-top: 0 none;
}

.pagerbottom {
	border-bottom: 0 none;
}

.pager ul {
	margin: 0;
	padding: 0;
}

.pager li {
	margin: 0;
	padding: 0;
}


/*** pager ***/


/* @group pictures */

#pictures {
	
}

#pictures h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

#pictures h3 {
	font-size: 12px;
}

#pictures a {
	color: #f3e83b;
	text-decoration: none;
	font-size: 11px;
}

#pictures a:hover {
	text-decoration: underline;
}

#pictures .row {
	
}

#pictures .row .column {
	float: left;
	width: 165px;
	margin-right: 60px;
}

#pictures .row .column.empty {
	width: 163px;
	height: 163px;
	background-color: #9c79ad;
}

#pictures .row .column img {
	
}



/* @end */

/* @group calender */

#calender {
	list-style-type: none;
}

#calender li {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	list-style-type: none;
}

#calender h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 7px;
}

#calender .h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 7px;
	display: block;
	text-decoration: none;
}

#calender ul {
	margin-bottom: 0;
}

#calender ul li {
	overflow: hidden;
	zoom: 1;
	line-height: 31px;
	margin-bottom: 5px;
	border-bottom-style: none;
	border-bottom-width: 0;
}

#calender ul li em {
	float: left;
	width: 40px;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}



/* @end */

/* @group news */

#news {
	width: 100%;
	overflow: hidden;
}

#news .article {
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 18px;
}

#news .article h2 {
	font-weight: normal;
	font-style: normal;
	margin-bottom: 7px;
}

#news .article .image {
	width: 137px;
	float: left;
	margin-top:4px;
}

#news .article .text {
	float: right;
	width: 390px;
}

#news .article .text2 {
	float: right;
	width: 650px;
}


#news .article a {
	color: #f3e83d;
	text-decoration: none;
}

#news .article a:hover {
	text-decoration: underline;
}

#map {
	width:600px;
	height:500px;
	margin-bottom:25px;
	float:left;
	margin-right:25px;
}

#map_message {
	display:none;
	position:absolute;
	padding:10px;
	background:#6F3886;
	color:#fff;
	min-width:150px;
	text-align:center;
	cursor:pointer;
}

/* @end */

/* @end */

/* @group sidebar */

#sidebar {
	float: left;
	width: 233px;
	

	padding-top:0px;
	margin-left:30px;



}

#sidebar h2 {
	font-size: 16px;
	line-height: 22px;
}

#sidebar a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
}

#sidebar a.readme {
	color: #f4e83e;
}

a.file-pdf {
	display: block;
	background: url(../images/file-pdf.png) no-repeat left 0;
	margin-bottom: 4px;
	color: #fff;
	padding-left: 25px;
}

a.file-pdf2 {
	display: block;
	background: url(../images/file-pdf2.png) no-repeat left 0;
	margin-bottom: 4px;
	color: #fff;
	padding-left: 25px;
}


a.file-file {
	display: block;
	background: url(../images/file-file.png) no-repeat left 0;
	margin-bottom: 4px;
	color: #fff;
	padding-left: 25px;
}

a.veldnieuws {
	display: block;
	background: url(../images/veldnieuws.gif) no-repeat left 0;
	margin-bottom: 4px;
	color: #fff;
	padding-left: 25px;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #f4e83e;
}

#sidebar .row {
	border-bottom: 1px solid #fff;
	padding: 18px 0;
}

#sidebar .row h2 {
	margin-bottom: 7px;
	text-transform: uppercase;
	color: #0d3131;
}

/* @end */

/* @group footer */

/* FOOTER */

#footer {
	background-color: #6f3886;
	padding: 5px 0;
	overflow: hidden;
	zoom: 1;
}

#footer ul.breadcrumbs {
	float: right;
	margin-bottom: 0;
	width: 581px;
}

#footer p.disclaimer {
	margin-bottom: 0;
	float: left;
}

#footer p.disclaimer a {
	color: #fff;
	padding-left: 29px;
	padding-right: 29px;
	text-decoration: none;
}

#footer p.disclaimer a:hover {
	text-decoration: underline;
	color: #f4e83e;
}


/* @end */

a.file-pdf {
	background-image: url(../images/file-pdf.png) !important;
}

a.file-pdf2 {
	background-image: url(../images/file-pdf2.png) !important;
}


a.file-file {
	background-image: url(../images/file-doc.png) !important;
}

.uitklap{
	background: url(../images/maximise.gif) no-repeat left;
	padding-left:18px;
	font-weight:bold;
	cursor:pointer;
}

	#fotoalbum { width: 830px; }
	#fotoalbum p {  }
	#fotoalbum h3 { padding-bottom: 10px; font-size: 24px; font-style: italic; color: #fff; }
	#fotoalbum h4 { padding-bottom: 10px; font-size: 16px; color: #fff; }
	#fotoalbum a { text-decoration: none; font-weight: bold; color: #000; }
	#fotoalbum a:hover { text-decoration: underline; }
	#fotoalbum ul { overflow: hidden; width: 830px; list-style: none; margin: 0; padding: 0;  }
	#fotoalbum li { margin-left: 0px; padding: 0px 20px 15px 0px; display: block; float: left;  } /* display: inline;border: 1px solid red; */
	#fotoalbum li.last { padding-right: 0px; }
	#fotoalbum li a { display: block; float: left; width: 144px; font-size: 10px; font-weight: bold; text-align: center; text-decoration: none; color: #000; }
	#fotoalbum a#titel { font-size: 10px; font-weight: bold; text-align: center; text-decoration: none; color: #000; height: 200px;}
	#fotoalbum a#marge { font-size: 10px; font-weight: bold; text-align: center; text-decoration: none; color: #000; height: 150px;}
	#fotoalbum li a:hover, #fotoalbum a:hover  { text-decoration: underline; }


