<?php
$holidays = array( 
"03-03-2008" => "bricklane.jpg",
"02-03-2008" => "header-bg.jpg"
);

$background = "header-bg.jpg";

foreach ($holidays as $datum => $header) {
	if($datum == date('d-m-Y')) {
		$background = "uploads/".$header;
	}
}
?>

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img {
	border: none;
}

/* 2 column layout */
html,
	body {
		background:#FFF;
		color:#000;
		height: 100%;
	}
	body {
		min-width:936px;
		background: #FFF;
	}
	#wrap {
		min-height: 100%;
		background: #FFF;
		margin:0 auto;
		width:936px;
		position: relative;
	}
	#main {
		background:#FFF;
		float:left;
		width:468px;
		padding: 0 0 16px;
	}
	#sidebar {
		background:#FFF;
		float:right;
		width:444px;
		padding: 0 0 32px;
	}
	#sidebar .col1 {
		width: 210px;
		float: left;
	}
	#sidebar .col2 {
		width: 234px;
		float: right;
	}
	#footer {
		font: 1em/1.5 Arial, Helvetica, sans-serif;
		background: #FFF;
		color:#000;
		border-top: 2px solid #000;
		padding: 16px 0 32px;
		position: relative;
		clear:both;
		margin: 0 auto 0;
		width:936px;
	}

/* typography */
body {
	font-size: 75%;
	line-height:1.5em;
}
html>body {
	font-size: 12px;
}

/* main */
#main, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #000;
}
p {
	margin-top: 0;
	margin-bottom: 0.5em; 
	line-height: 1.3em;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background: #000;
}
blockquote {
	background: url(/images/quotes.gif) no-repeat top left;
	margin: 1em 0;
	padding: 0 0 0 12px;
	font-style: italic;
	color: #000;
}
#main .item em {
	font-style: bold;
}
h2#pagetitle {
	font: 3.33em Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	padding-top: 0;
	position: absolute;
	top: 249px;
	left: 0;
	z-index: 20;
	border-bottom: none;
	margin-bottom: 0;
	display: inline;
}
div.thumb {
	width: 358px;
	overflow: hidden;
	margin: 12px 0 10px;
}
div.textflow {
	float: left;
	margin: 0 12px 10px 0;
}
.item {
	background: #FFF url(/images/item-bg.jpg) no-repeat;
	padding: 44px 10px 24px 104px;
	position: relative;
}
.item h3 {
	font: bold 2em Georgia, "Times New Roman", serif;
	color: #000;
	margin-top: 0;
	margin-bottom: 0.5em; 
	line-height: 1em;
	width: 310px;
}
.item h3 a {
	color: #000;
	text-decoration: none;
}
.item h3 a:hover {
	background: none;
	color: #000;
	text-decoration: underline;
}
.item h4 {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 0;
	margin-bottom: 0.5em; 
	line-height: 1.3em;
}
.item p.meta {
	margin-bottom: -2px;
	font: bold 1.17em Georgia, "Times New Roman", serif;
	text-transform: uppercase;
	line-height: 1em;
	color: #F9AA00;
height: 2px;
}
.item p.meta span.category {
	position: absolute;
	top: 28px;
	left: 118px;
}
.item p.meta span.category a {
	color: #000;
	text-decoration: none;
	padding: 3px 0.3em;
}
.item p.meta span.category a:hover {
	text-decoration: none;
	color: #FFF;
	background: #000;
}
.item p.meta span.date {
	position: relative;
	left: -104px;
	font: 0.9em Arial, Helvetica,sans-serif;
	text-transform: lowercase;
	color: #000;
	background: #FFF;
	display: inline;
}
.item p.meta span.quality1, .item p.meta span.quality2, .item p.meta span.quality3, .item p.meta span.quality4, .item p.meta span.quality5 {
	position: absolute;
	top: 24px;
	right: 10px;
	z-index: 0; 
	width: 55px;
	height: 54px;
	text-indent: -9000px;
}
.item p.meta span.quality1 a {
	display: block;
	background: url(/images/level1-hc.png) no-repeat;
	width: 65px;
	height: 56px;
}
.item p.meta span.quality2 a {
	display: block;
	background: url(/images/level2-hc.png) no-repeat;
	width: 65px;
	height: 56px;
}
.item p.meta span.quality3 a {
	display: block;
	background: url(/images/level3-hc.png) no-repeat;
	width: 65px;
	height: 56px;
}
.item p.meta span.quality4 a {
	display: block;
	background: url(/images/level4-hc.png) no-repeat;
	width: 65px;
	height: 56px;
}
.item p.meta span.quality5 a {
	display: block;
	background: url(/images/level5-hc.png) no-repeat;
	width: 65px;
	height: 56px;
}
.item p a {
	text-decoration: underline;
	color: #000;
}
.item p a:hover {
	color: #FFF;
	background: #000;
	text-decoration: none;
}
.item ul {
	list-style: square;
	padding-left: 25px;
	margin-bottom: 1em;
}
.item ul.extra {
	clear: both;
	list-style: none;
	padding-left: 0;
	font-size: 1em;
	color: #000;
	line-height: 1.2em;
	padding-top: 10px;
}
.item ul.extra li {
	padding-left: 13px;
	background: url(/images/star-pink.gif) no-repeat 0 0.2em;
}
.item ul.extra li a {
	color: #000;
	text-decoration: underline;
}
.item ul.extra li a:hover {
	text-decoration: none;
	color: #FFF;
	background: #000;
}
.item ol {
	list-style: decimal;
	padding-left: 25px;
	margin-bottom: 1em;
}
.item ol li {
	margin-bottom: 0.1em;
}
.item ul.extra li a {
}
.item ul.extra li a:hover {
}
.item div.movie {
	margin: 0 0 10px 0;
	display: inline-box;
	position: relative;
}
.item img.badge {
	display: inline;
	float: left;
	margin-left: -84px;
}
div.vcard {
	clear: left;
}
.item .intro {
	font-weight: 900;
}

/* sidebar */
#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #000;
	padding-top: 20px;
}
.widget {
	padding-top: 20px;
	position: relative;
	clear: right;
}
.col2 .widget {
	margin-left: 24px;
}
.col2 #holli {
	margin: 0 -12px 0 12px;
}
.widget p.widget-action {
	position: absolute;
	top: 6px;
	right: 0;
	color: #000;
}
.widget p.widget-action a {
	font-size: 1em;
	color: #000;
	text-decoration: underline;
}
.widget p.widget-action a:hover {
	text-decoration: none;
}
.widget p#time {
	font: 2em Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	position: absolute;
	top: 20px;
	right: 0;
}
.widget p.rss a {
	padding: 24px 28px 0 0;
	background: url(/images/feed.gif) no-repeat bottom right;
	display: block;
}
.widget p.xrss {
	margin: 16px 0 0;
	padding: 0;
}
.widget p.find {
	padding: 20px 28px 0 0;
	background: url(/images/search.gif) no-repeat bottom right;
}
.widget h2 {
	font: 2em Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	padding-top: 0px;
	border-bottom: 2px solid #666;
	position: relative;
}
.widget h2 em {
	color: #000;
	position: absolute;
	top: 0;
	right: 0;
}
.widget h3 {
	font: bold 1.4em Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 16px;
	margin-bottom: 0.3em;
}
.widget h3 a {
	color: #000;
	text-decoration: none;
}
.widget h3 a:hover {
	text-decoration: underline;
	background: none;
}
.widget h4 {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 0.5em; 
	line-height: 1.3em;
}
.widget ul.extra {
	font-size: 1em;
	color: #000;
	line-height: 1.2em;
	padding-top: 10px;
}
.widget ul.extra li {
	padding-left: 13px;
	background: url(/images/star-blue.gif) no-repeat 0 0.2em;
}
.widget ul.extra li a {
	color: #000;
	text-decoration: underline;
}
.widget ul.extra li a:hover {
	text-decoration: none;
	color: #FFF;
	background: #000;
}
#news, #last {
}
#news p {
	font-size: 1em;
	line-height: 1.3em;
}
p.extra {
	font-size: 0.95em;
	color: #000;
	line-height: 1.2em;
}
p.extra a {
	color: #000;
	text-decoration: underline;
}
p.extra a:hover {
	text-decoration: none;
	color: #FFF;
	background: #000;
}
#holli {
	background: #FFF url(/images/widget-bot2.png) no-repeat bottom left;
	padding: 0 0 32px;
}
#holiday-widget {
	background: #FFF url(/images/widget-top3.png) no-repeat top left;
	padding-top: 16px;
}
#holiday-widget h2 {
	margin: 0 12px 0;
}
#holiday-widget form {
	background: #FFF url(/images/widget-mid2.png) repeat-y top left;
	padding: 0 6px 0 12px;
	margin: 0;	
}
#holiday-widget label {
	position: absolute;
	left: 0px;
	top: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#holiday-widget p {
	font: 1.7em Georgia, "Times New Roman", serif;
	color: #000;
	padding: 0;
	margin: 0;
}
#holiday-widget p strong {
	font: bold 2.4em Georgia, "Times New Roman", serif;
	color: #000;
}
#holiday-widget select {
	border: 1px solid #666;
	background: #FFF;
	font: 1em Georgia, "Times New Roman", serif;
	color: #000;
	margin: 0;
	padding: 0;
}
.pollQuestion {
	padding-top: 16px;
	font: bold 1.33em Georgia, "Times New Roman", serif;
	color: #000;
}
.pollTotalVotes {
	font-size: 1em;
	color: #000;
	line-height: 2em;
}
.pollAnswerBlock {
	margin: 10px 0;
}
.pollAnswer, .pollResult {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 6px;
}
input.pollButton, input#submit, input#preview {
	background: #000 url(/images/button.gif) no-repeat top left;
	font: 1.16em Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: left;
	color: #FFF;
	border: none;
	width: 119px;
	height: 36px;
	padding-left: 12px;
	float: right;
}
ul#popular {
	margin: 16px 0 0;
	font-size: 1em;
	color: #000;
}
ul#popular li {
	padding-left: 13px;
	background: url(/images/star-blue.gif) no-repeat 0 0.5em;
	top: 5px;
}
ul#popular li a {
	color: #000;
	text-decoration: underline;
}
ul#popular li a:hover {
	text-decoration: none;
	color: #FFF;
	background: #000;
}
p#pagination {
	border-top: 1px solid #666;
	padding: 20px 0 0;
	line-height: 2em;
}
p#pagination a {
	border: 1px solid #666;
	text-decoration: none;
	padding: 2px 6px;
	margin: 0 1px;
	color: #000;
}
p#pagination a:hover {
	background: #000;
	border: 1px solid #000;
	color: #FFF;
}
ul#related {
	list-style: none;
	padding-left: 0;
	margin: 0 0 16px;
	font-size: 1em;
	line-height: 1.3em;
	color: #000;
}
ul#related li {
	padding-left: 13px;
	background: url(/images/star-blue.gif) no-repeat 0 0.5em;
}
ul#related li a {
	color: #000;
	text-decoration: underline;
}
ul#related li a:hover {
	text-decoration: none;
	color: #FFF;
	background: #000;
}

/* tag cloud */
.tag_10 {
	font-size: 1em;
}
.tag_12 {
	font-size: 1.2em;
}
.tag_14 {
	font-size: 1.4em;
}
.tag_16 {
	font-size: 1.6em;
}
.tag_18 {
	font-size: 1.8em;
}
.tag_20 {
	font-size: 2em;
}
div.tagcloud {
	color: #666;
}
div.tagcloud a {
	color: #000;
	text-decoration: none;
	padding: 3px 0.3em;
}
div.tagcloud a:hover {
	color: #FFF;
	background: #000;
	text-decoration: none;
}
div.tagcloud a:visited {
	color: #4D4D4D;
}

/* comments */
h4.comments {
	font: 2em Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	padding-top: 0px;
	border-bottom: 2px solid #000;
	position: relative;
}
h4.lofty {
	margin-top: 40px;
}
#comment_form, #contact_form, #tellafriend_form {
	padding: 0 10px 40px;
	margin: 0 10px 0 0;
}
input#name, input#email, input#url, textarea#comment, input#from, input#subject, textarea#message, input#to {
	border: 1px solid #666;
	padding: 2px 4px;
	width: 100%;
}
h4#comments {
}
div.comment-one, div.comment-two {
	margin: 8px 0 4px;
	padding: 6px 10px;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #000;
	border-top: 1px solid #666;
}
div.comment-one span, div.comment-two span {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #000;
	display: block;
	text-align: right;
	margin: 0;
	padding: 0;
}
div.comment-one p, div.comment-two p {
	margin-bottom: 0.25em;
}
div.comment-one span a, div.comment-two span a {
	color: #000;
	text-decoration: underline;
}
div.comment-one span a:hover, div.comment-two span a:hover {
	text-decoration: none;
	color: #FFF;
	background: #000;
}
div.preview {
	background: #F9FDAB;
	border: 1px solid #666;
}
p.notification, div.notification {
	color: #000;
	background: #F9FDAB;
	border: 1px solid #666;
	padding: 8px 10px 2px;
	margin: 16px 0;
}
p.infotext {
	text-align: right;
	font-style: italic;
}
span.hilite {
	font-size: 1.5em;
	color: #EB0077;
}

/* search and searchresults */
#search {
	position: relative;
	margin-bottom: 56px;
}
#search input#keywords {
	margin: 16px 0 8px;
	width: 200px;
	border: 1px solid #666;
	padding: 2px 4px;
}
#search input#submit {
	float: right;
}

/* extra layout */
div.full {
	padding-left: 20px;
}
div.full strong {
	color: #000;
	font-weight: bold;
}
div.full ul#searchresults {
	margin: 16px 0 0;
}
div.full ul#searchresults li {
	padding-left: 13px;
	background: url(/images/star-blue.gif) no-repeat 0 0.3em;
}
div.full ul#searchresults h4 {
	margin-top: 16px;
	margin-bottom: 0em;
}
div.full ul#searchresults h4 a {
	text-decoration: underline;
	font-weight: normal;
	color: #000;
	font-size: 1.2em;
}
div.full ul#searchresults h4 a:visited {
	color: #000;
	text-decoration: none;
}
div.full ul#searchresults h4 a:hover {
	text-decoration: none;
	color: #FFF;
	background: #000;
}
div.vcard {
	margin-bottom: 16px;
	position: relative;
}
#footer div.vcard {
	margin-bottom: 0;
}
div.vcard img.linkedin {
	position: absolute;
	top: 0;
	right: 0;
}
div#adres {
	margin-top: 16px;
}

/* footer */
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	color: #FFF;
	background: #000;
}
#footer #did {
	padding: 0 0 0 18px;
	background: url(/images/did-dark.gif) no-repeat left center;
	line-height: 1.5em;
}
#footer #pom {
	position: absolute; 
	top: 20px; 
	right: 0; 
	z-index: 3; 
	float: right;
	width: 156px;
	height: 30px; 
	background: url(/images/pom.gif) no-repeat;
	text-indent: -9000px;
}
#footer #provant { 
	position: absolute; 
	top: 5px; 
	right: 180px; 
	z-index: 3; 
	width: 55px;
	height: 57px; 
	background: url(/images/provant.gif) no-repeat;
	text-indent: -9000px;
}

/* header and navigation */
	#nav_access {
		margin: 0;
		padding: 0;
		list-style: none;
		height: 0;
	}
	#nav_access li a, #nav_access li#switch a
		{
		position: absolute;
		left: -9000px;
		width: 900px;
		}
	#nav_access li#switch-off a
		{
		position: absolute;
		display: block;
		padding: 3px 5px;
		font: normal 1.2em Arial, sans-serif;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		color: #000;
		background: #FFF;
		top: 10px;
		left: 760px;
		width: 11em;
		z-index: 50;
		}
		#nav_access li#switch-off a:hover {
			color: #FFF;
			background: #000;
		}
	#nav_access li a:active, #nav_access li a:focus
		{
		position: relative;
		left: 0;
		color: black;
		background-color: yellow;
		}
	#header {
		background: #FFF url(/images/<?php echo $background; ?>) no-repeat bottom right;
		height: 275px;
		width:936px;
		overflow:hidden;
		border-bottom: 2px solid #000;
		margin: 0;
		padding: 22px 0 0;
		position: relative;
	}
	#header ul {
		list-style: none;
	}
	#header h1 {
		margin: 0; 
		position: absolute; 
		top: 25px; 
		left: 0; 
		z-index: 3; 
		width: 562px;
		height: 191px; 
		background: url(/images/logo4.png) no-repeat;
		text-indent: -9000px;
	}
	#header h1 a {
		display: block;
		background: url(/images/logo4.png) no-repeat;
		width: 515px;
		height: 77px;
	}
	div#nav {
	}
	ul#service {
		background: #FFF;
		position: absolute;
		top: 121px;
		z-index: 10;
		font: 1.2em Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #000;
	}
	ul#service li {
		display: inline;
		padding: 0 12px;
		border-left: 1px solid #666;
	}
	ul#service li#over_ons_nav {
		padding-left: 0;
		border-left: none;
	}
	ul#service li a {
		color: #000;
		text-decoration: none;
		padding: 3px 5px;
	}
	body#over_ons ul#service li#over_ons_nav a, body#blog ul#service li#blog_nav a, body#contact ul#service li#contact_nav a, body#sitemap ul#service li#sitemap_nav a {
		color: #FFF;
		background: #000;
	}
	ul#service li a:hover, ul#service li a:active {
		color: #FFF;
		background: #000;
		text-decoration: none;
	}
	ul#navigation {
		display: block;
		float:left;
		text-align: center;
	}
	ul#navigation li a {
		color : #FFF;
		background: #000;
		text-decoration : none;
		font-weight: bold;
		display: block;
		border: none;
		text-indent: -9000px;
		overflow: hidden;
	}
	ul#navigation li#home_nav a {
		background: #000 url(/images/home.jpg) no-repeat;
		height: 29px;
		width: 55px;
		position: absolute;
		top: 178px;
		left: 15px;
		z-index: 20;
	}
	ul#navigation li#home_nav a:hover, body#home ul#navigation li#home_nav a {
		background: #000 url(/images/home.jpg) no-repeat;
		background-position: 0px -35px;
		height: 29px;
		width: 55px;
		position: absolute;
		top: 178px;
		left: 15px;
		z-index: 40;
	}
	ul#navigation li#middelbaar_nav a {
		background: #000 url(/images/middelbaar.jpg) no-repeat;
		height: 31px;
		width: 119px;
		position: absolute;
		top: 170px;
		left: 100px;
		z-index: 20;
	}
	ul#navigation li#middelbaar_nav a:hover, body#middelbaar ul#navigation li#middelbaar_nav a {
		background: #000 url(/images/middelbaar.jpg) no-repeat;
		background-position: 0px -35px;
		height: 31px;
		width: 119px;
		position: absolute;
		top: 170px;
		left: 100px;
		z-index: 40;
	}
	ul#navigation li#verder_studeren_nav a {
		background: #000 url(/images/verder-studeren.jpg) no-repeat;
		height: 33px;
		width: 174px;
		position: absolute;
		top: 158px;
		left: 246px;
		z-index: 20;
	}
	ul#navigation li#verder_studeren_nav a:hover, body#verder_studeren ul#navigation li#verder_studeren_nav a {
		background: #000 url(/images/verder-studeren.jpg) no-repeat;
		background-position: 0px -35px;
		height: 33px;
		width: 174px;
		position: absolute;
		top: 158px;
		left: 246px;
		z-index: 40;
	}
	ul#navigation li#werken_nav a {
		background: #000 url(/images/werken.jpg) no-repeat;
		height: 30px;
		width: 80px;
		position: absolute;
		top: 152px;
		left: 449px;
		z-index: 20;
	}
	ul#navigation li#werken_nav a:hover, body#werken ul#navigation li#werken_nav a {
		background: #000 url(/images/werken.jpg) no-repeat;
		background-position: 0px -35px;
		height: 30px;
		width: 80px;
		position: absolute;
		top: 152px;
		left: 449px;
		z-index: 40;
	}

/* accessibility */
.screenreader {
	position: absolute;
	left: 0px;
	top: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */