/* ----------------------------------------------- START NORMALISEREN --------------------------------------------------------------- */
/* Normaliseren margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin : 0;
padding : 0;
}

/* Normaliseren font-size voor headers */
h1, h2, h3, h4, h5, h6 {
font-size : 100%;
}

/* Verwijderen list-style van lijsten */
ol, ul {
list-style : none;
}

/* font-style en font-weight op normaliseren */
address, caption, cite, code, dfn, em, strong, th, var {
font-style : normal;
font-weight : normal;
}

table {
border-collapse : collapse;
border-spacing: 0;
}

/* verwijderen randen van fieldset en img */
fieldset, img {
border : 0;
}

/* links aligneren caption en th */
caption, th {
text-align: left;
}

/* verwijderen van aanhalingstekens in q */
q:before, q:after {
content : '';
}

a
{
  outline: none;
}
/* ----------------------------------------------- EINDE NORMALISEREN --------------------------------------------------------------- */
html {
	text-align:center;
}

body {
	background: #000;
	text-align: center;
}

#wrapper {
	background: #000 url(images/bg.gif) repeat-y 0 0;
	width: 866px;
	position:relative;
	margin: 0 auto;
	text-align:left;
	padding: 0 26px 0 26px;
}

#nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fbdf38;
	line-height: 22px;
	width: 100%;
}

#nav a.n1 {
	color: #fbdf38;
	text-decoration: none;
}

#nav a.n2 {
	color: #fff;
	text-decoration: none;
}

#vlakgrijsbreed a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover.n1{
	border-bottom: 1px dotted #fbdf38;
}

#nav a:hover.n2{
	border-bottom: 1px dotted #fff;
}

#vlakgrijsbreed a:hover{
	border-bottom: 1px dotted #fff;
}

#vlakgrijsbreed a.rood {
	color: #ac0606;
	text-decoration: none;
	border-bottom: 1px dotted #ac0606;
}

#vlakgrijsbreed a.rood:hover{
	border-bottom: 1px dotted #ac0606;
}

#vlakgeel a {
	font-size: 11px;
	color: #ac0606;
	text-decoration: none;
}

#vlakgeel a:hover{
	border-bottom: 1px dotted #ac0606;
}

a.promo {
	font-size: 10px;
	color: #fbdf38;
	text-decoration: none;
}

a.promo:hover{
	border-bottom: 1px dotted #fbdf38;
}

a.merken {
	font-size: 10px;
	color: #ac0606;
	text-decoration: none;
}

a.merken:hover{
	border-bottom: 1px dotted #ac0606;
}

#banner{
	width: 100%;
}

#flash{
	float: left;
	width: 618px;
}

#logo{
	float: right;
	width: 246px;
	margin-right: -5px;
}

#logo img{
	margin-bottom: 10px;
}

#kol1, #kol2, #kol3, #kol1breed{
	margin-top:10px;
}

#kol1{
	width: 362px;
	float: left;
	margin-right:16px;
}

#kol1breed{
	width: 614px;
	float: left;
	margin-right:16px;
}

#kol2{
	width: 236px;
	float: left;
	margin-right:16px;
}

#kol3{
	width: 236px;
	float: left;
}

#vlakgrijs, #vlakgrijs2{
	background: #727272 url(images/ond_grijs.gif) no-repeat 0 bottom;
	padding-bottom:10px;
}

#vlakgrijsbreed{
	background: #727272 url(images/ond_grijs2.gif) no-repeat 0 bottom;
	padding-bottom:10px;
}

#vlakrood {
	background: #4d3636 url(images/ond_rood.gif) no-repeat 0 bottom;
	padding-bottom:10px;
	margin-top: 15px;
}

#vlakgeel, #vlakgeel2{
	background: #fbdf38 url(images/ond_geel.gif) no-repeat 0 bottom;
	padding-bottom:10px;
}

#vlakgeelnews{
	background: #fbdf38 url(images/ond_geelnews.gif) no-repeat 0 bottom;
	padding-bottom:10px;
}

#vlakzwart {
	background: #000;
	padding-bottom:10px;
}

#vlakgrijs img, #vlakgrijs2 img, #kol2 img, #kol3 img{
	border: 1px solid #454545;	
}

#vlakgrijs ul, #vlakgrijs2 ul, #vlakgrijsbreed ul{
	padding-left: 9px;	
	padding-top: 5px;
}

#vlakgrijs li, #vlakgrijs2 li, #vlakgrijsbreed li{
	display:inline;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#vlakgrijsbreed ul{
	margin-bottom: 5px;
}

#vlakgrijsbreed li{
	margin-right: 5px;
}

#vlakgrijs2 table, #vlakgeel table{
	margin-left: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
}

#vlakrood table{
	margin-left: 2px;
	padding-top: 3px;
	padding-bottom: 5px;
}

#vlakgrijsbreed table{
	border-collapse: collapse;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	width: 100%;
}

#vlakgrijsbreed th{
	background-color:#fbdf38;
	padding: 7px 3px 7px 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #ac0606;
}

#vlakgrijsbreed p.merk{
	background-color:#fbdf38;
	padding: 3px 3px 3px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #ac0606;
}

#vlakgrijsbreed p.merk a{
	font-size: 9px;
	font-weight:200;
	color: #333;
}

#vlakgrijsbreed p.merk a:hover{
	font-size: 9px;
	color: #333;
	font-weight:200;
	border-bottom: 1px dotted #333;
}

#vlakgrijsbreed h5{
	background-color:#fbdf38;
	padding: 7px 3px 7px 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #ac0606;
	margin-bottom: 10px;
}

.midden {
text-align:center;
}

#vlakgrijsbreed td {
	padding: 5px 3px 5px 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	border-bottom: 1px dotted #ccc;
}

#vlakgrijsbreed img {
	border: 1px solid #43444c;
}

#vlakgrijsbreed img .nodec2 {
	border: 0 0 0 0;
}

#vlakgrijsbreed a:hover.nodec, #vlakgrijsbreed a:hover.nodec2 {
	border-bottom: 0;
}

#vlakgrijsbreed img.geenrand{
	margin-bottom: 3px;
	border: 0;
}

#vlakgrijs2 td, #vlakrood td, #vlakgeel td{
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #fff;
	vertical-align: baseline;
}

#vlakgeel td{
	padding: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000;
	vertical-align: baseline;
}

#vlakgrijs2 td .refernr, #vlakrood td .refernr{
	color: #bcbbbb;
}

#vlakgrijs p, #vlakgrijs2 p, #vlakgrijsbreed p{
	padding-left: 9px;
	padding-right: 9px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	padding-bottom: 7px;
}

#vlakgrijsbreed p.agendauitleg{
	padding-left: 9px;
	padding-right: 9px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	padding-bottom: 7px;
	padding-top: 7px;
}

#vlakgeel p.inhoud, #vlakgeel2 p.inhoud, #vlakgeelnews p.inhoud{
	padding-left: 7px;
	padding-right: 9px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000;
	padding-bottom: 4px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #ac0606;
}

#vlakgeel p.datum, #vlakgeel2 p.datum{
	padding-left: 7px;
	padding-right: 9px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height: 14px;
	color: #000;
}

#vlakgrijs h3, #vlakgrijs2 h3{
	padding-top: 5px;
	padding-left: 9px;	
	padding-bottom: 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fbdf38;
}

.geelvet {
	padding-top: 5px;
	padding-left: 9px;	
	padding-bottom: 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #fbdf38;
}

.geelvet2{
	padding-top: 5px;	
	padding-bottom: 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #fbdf38;
}

.geel{
	padding-top: 5px;
	padding-left: 9px;	
	padding-bottom: 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fbdf38;
}

#vlakgrijs2, #vlakgeel2, #vlakgeelnews{
	margin-top:20px;
}

#kol1 h2, #kol3 h2.geel, #vlakgrijsbreed h2{
	background: #727272 url(images/bullet_header.gif) no-repeat 10px 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #fbdf38;
	text-indent: 30px;
	padding-top: 7px;
	padding-bottom: 5px;
}

#kol2 h2{
	background: #4d3636 url(images/bullet_header_rood.gif) no-repeat 7px 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #fbdf38;
	text-indent: 27px;
	padding-top: 7px;
	padding-bottom: 5px;
}

#kol3 h2, #vlakgeelnews h2{
	background: #fbdf38 url(images/bullet_header_geel.gif) no-repeat 7px 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #ac0606;
	text-indent: 27px;
	padding-top: 7px;
	padding-bottom: 5px;
}

#kol3 input, #kol3 select, #kol1 select{
	border: 1px solid #454545;
	font-size: 10px;
	
}

#kol3 input.btn, #kol1 input.btn{
	border: 1px solid #454545;
	font-size: 10px;
	color: #ac0606;
	background-color:#fbdf38;
}

#footer, #footer a{
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #a8a8a8;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
}

#adres{
	float:left;
}

#fd{
	float:right;
}

#clear {
	clear:both;
	height: 1px;
}

.hand{
cursor:pointer;
}






