	
	html body {
	background-color: #ffffff;
	background-attachment: scroll;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left: #6d87c2;
	
}
	#nieuw {
		float: right;
		width: 269px;
		height: 202 px;
		padding: 10px 10px 10px 20px;
	}
	#nieuw ul {
		margin: 8px 0px 0px 10px;
		list-style: none;
		font-size: 11px;
	}
	#nieuw li {
		padding-bottom: 0px;
		padding-top: 9px;
	}
	#nieuw a {
		color:black;
		text-decoration: none;
	}
	#nieuw a:hover {
		color: white;
		text-decoration: none;
		font-weight: bold;
	}
	
	

	#kolom1 {
	font-size: 11px;
	padding :15px 10px 15px 10px;

}
	#kolom1 td {
		font-size: 11px;
		
	}
	#kolom2 {
		color:black ;
		width:530px;
		float:right;
		font-size: 11px;
		padding:50px 15px 15px 5px;
	
	}


	
	#kolom2 td {
		font-size: 12px;
		line-height: 18px;
	}
	#kolom2 ul {
		margin: 0px 0px 0px 10px;
		list-style: none;
		font-size: 12px;
	}
	#kolom2 li {
		padding-bottom: 0px;
		padding-top: 9px;
		}
	#kolom2 em {
		padding-left: 20px;
	}
	#kolom2 a {
		color:#000000;
		text-decoration: none;
		font-size: 12px;
		text-decoration: underline;
		font: bolder;
	}
	#kolom2 a:hover {
		color:#d60030;
		text-decoration: underline;
		
	}
	#footer1 {
	color: #000000;
	font-size: 11px;
	padding: 0px 0px 0px 50px
	 text-align: center;
	
}
	#footer2 {
		color: aqua;
		width: 269px;
		float:right;
		font-size: 10px;
		padding: 0px 0px 0px 0px;
	}
	#footer1 a {
		color: #173fb9;
		text-decoration: none;
		
	}
	#footer1 a:hover {
		color:#1f3961;
		text-decoration: underline;
	}
	
	#kolom2 h1 {
		color :#DEB212;
		font-size: 15px;
		margin : 0px 0px 0px 0px;
	}
	#kolom2 h2 {
		color : #d60030;
		font-size: 13px;
		margin : 0px 0px 0px 0px;
	}
	#kolom2 h3 {
		color : #d60030;
		font-size: 13px;
		margin : 0px 0px 0px 0px;
	
	}
	#kolom2 h4 {
		color : #d60030;
		font-size: 16px;
		margin : 0px 0px 0px 0px;
	
	}
		ul#saturday {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: auto;
		position: relative;
		display: block;
		height: 32px;
		text-transform: uppercase;
		font-size: 10px;
		background: transparent url("../assets/bgOFF.gif") repeat-x top left;
		font-family: Trebuchet,Helvetica,Arial,Verdana,sans-serif;
		border-bottom: 0px solid #336666;
		border-top: 0px solid #C0E2D4;
		/*letter-spacing: 7;*/
	}

	ul#saturday li{
		display:block;
		float:left;
		margin:0;
		padding:0;
	}
	ul#saturday li a{
		display:block;
		float:left;
		color:white;
		text-decoration:none;
		padding:12px 20px 0 20px;
		height:32px;
		/*background:transparent url("../assets/bgDIVIDER.gif") no-repeat top right;*/
	}
	ul#saturday li a:hover{
		background:transparent url("../assets/bgHOVER.gif") no-repeat top right;
	}
	ul#saturday li a.current,ul#saturday li a.current:hover{
		color:#fff;
		background:transparent url("../assets/bgON.gif") no-repeat top right;
	}

 a.wit{
	text-decoration: none;
	font-size: 12px;
	font: bolder;
}
a.wit:link, a.wit:visited{
	color: #ffffff;
}
a.wit:hover, a.wit:active{
color: #d60030;
}	


/******************************
Dropdown menu
******************************/
	#nav, #nav ul {
padding: 0 0 0 0;
margin: 0;
list-style: none;
text-align: center;

}

#nav li {
float: left;
width: 180px;/**breedte button**/

}
#nav li a{
	padding: 6px; /*hoogte buttons*/
}
#nav li a:hover{
	text-decoration: none;
	background: #c3cc03;
}

#nav ul { /*verticaal uitknapmenu**/
position: absolute;
width: 150px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
background-color: yellow;
}

#nav a {
display: block;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
background-color: #44423f;
}

ul a{
font-weight: normal;
color: #fff;

}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #fff;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #000;
cursor: pointer;

}

ul li{
border-left: 3px ;
}

ul ul li{
border-top: 3px ;
border-left: 0;
}

