	
	html body {
		background-color: #021133;
		background-attachment: scroll;
		margin: 0;
		font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	#nieuw {
		float: right;
		width: 269px;
		height: 202 px;
		padding: 10px 10px 10px 20px;
	}
	#nieuw ul {
		margin: 12px 0px 0px 10px;
		list-style: none;
		font-size: 11px;
	}
	#nieuw li {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	#nieuw a {
		color:black;
		text-decoration: none;
	}
	#nieuw a:hover {
		color: white;
		text-decoration: none;
		font-weight: bold;
	}
	
	

	#kolom1 {
		font-size: 11px;
		padding: 15px 310px 15px 50px;
	}
	#kolom1 td {
		font-size: 11px;
		
	}
	#kolom1 a {
		color:white;
		text-decoration: none;
	}
	#kolom1 a:hover {
		color: white;
		text-decoration: underline;
		
	}
	#kolom2 {
		color: aqua;
		width: 269px;
		float:right;
		font-size: 11px;
		padding: 15px 15px 15px 20px;
	
	}
	#kolom2 td {
		font-size: 11px;
	}
	#kolom2 ul {
		margin: 0px 0px 0px 10px;
		list-style: none;
		font-size: 11px;
	}
	#kolom2 li {
		padding-bottom: 0px;
		padding-top: 9px;
		}
	#kolom2 em {
		padding-left: 20px;
	}
	#kolom2 a {
		color:white;
		text-decoration: none;
	}
	#kolom2 a:hover {
		color: white;
		text-decoration: underline;
		font-weight: bold;
	}
	#footer1 {
	  color: aqua;
	 font-size: 10px;
	 padding: 0px 0px 0px 50px
	}
	#footer2 {
		color: aqua;
		width: 269px;
		float:right;
		font-size: 10px;
		padding: 0px 15px 15px 20px;
	}
	#footer2 a {
		color: aqua;
		text-decoration: none;
	}
	#footer2 a:hover {
		color: white;
		text-decoration: underline;
	}
	
	h1 {
		color : #DEB212;
		font-size: 15px;
		margin : 0px 0px 0px 0px;
	}
	h2 {
		color : #DEB212;
		font-size: 13px;
		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;
		pading: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;
	}
