html, body {
	width: 100%;
	margin: 0px;
	color: #000000;
	background-color: #464646;
}
table {
	border-spacing: 0;
}
tr {
	vertical-align: top;
}
img {
	border: 0px;
}
td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
a:link, a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
h1 { 
	font-size: 18px;
	color: #000000;
	text-transform:uppercase;
}
h2 { 
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.clear {
	clear: both;
}
div#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-image: url(../../images/structure/bg_wrapper.jpg);
	background-repeat: repeat-y;
}
#top {
	width: 960px;
	height: 209px;
}
#top_mask {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
#topslide {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
#logo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 350px;
	height: 150px;
	z-index: 3;
}
#menu {
	width: 960px;
	height: 39px;
	text-align: center;
	background-image: url(../../images/structure/bg_menu.jpg);
	background-repeat: repeat-x;
}
#midden {
	background-image: url(../../images/structure/bg_mid.jpg);
	background-repeat: no-repeat;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
div#left {
	float: left;
	width: 156px;
	padding: 12px 0 0 14px;
}
div.blok_blauw {
	margin: 10px 0 10px 0;
	background-image: url(../../images/structure/blok_top.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	color: #011548;
}
div.blok_blauw span.heading {
	color: #fff;
	display: block;
	width: 146px;
	text-align: center;
	font-weight: bold;
}
div.blok_blauw span.content{
	display: block;
	padding: 0 10px 0 10px;
	color: #011548;
}
div.blok_blauw span.content a {
	color: #011548;
}

div#content {
	width: 620px;
	float:left;
}
div#main {
	padding: 15px;
}
div#right {
	width: 156px;
	float: left;
	padding: 12px 0 0 14px;
}
#marquee {
	margin-top: 10px;
	margin-left: 1px;
	width: 618px;
	height: 17px;
	background-color: #c4c4c4;
	padding-top: 3px;
}
.marquee span{
	color:#01085e;
	font-size: 14px;
	font-weight: bold;
}

