	body, div, td, p {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
		margin : 0px 0px 0px 0px;
		padding : 0px 0px 0px 0px;
		border : 0px;
		text-align : left;
	}
	body {
		background-image : url(/pictures/back.gif);
		background-position : left;
		background-repeat : repeat-y;		
		background-color: #3FC0F1;
	}
	table {
		border-collapse: collapse;
	}
	td {
		vertical-align : top;
	}
	table, a, a:link, a:visited, a:hover, img {
		margin : 0px 0px 0px 0px;
		padding : 0px 0px 0px 0px;
		border : 0px;
	}
	td.scherm_links {
		width : 50%;
	}
	td.scherm_rechts {
		width : 50%;
	}
	td.scherm_midden {
		height : 100%;
	}
	div.holder {
		position : absolute;
		height : 100%;
	}
	div.scherm {
		height : 100%;
	}
	div.site_titel {
		position : absolute;
		width : 750px;
		height : 84px;
		left : 137px;
		top : 36px;
	}
	
	/* HOOFDNAVIGATIE */
	
	div.hoofdnav {
		position : absolute;
		width : 750px;
		height : 19px;
		left : 137px;
		top : 111px;
	}
	div.hoofdnav_hi {
		position : absolute;
		visibility : hidden;
		width : 130px;
		height : 19px;
		font-size : 11px;
	}
	div.hoofdnav_text {
		position : absolute;
		width : 130px;
		height : 19px;
		margin : 2px 0px 0px 0px;
		text-align : center;
		cursor : pointer;
		color : #FFFFFF;
		font-size : 11px;
	}
	td.hoofdnav, td.hoofdnav_hi {
		width : 130px;
		height : 19px;
		cursor : pointer;
		color : #FFFFFF;
	}
	td.hoofdnav {
		background-image : url(/pictures/hoofdnav.gif);
		background-repeat : no-repeat;
	}
	td.hoofdnav_hi {
		background-image : url(/pictures/hoofdnav_hi.gif);
		background-repeat : no-repeat;
	}
	
	/* SUBNAVIGATIE */
	
	div.subnav {
		position : absolute;
		width : 110px;
		height : 200px;
		left : 15px;
		top : 140px;
	}
	div.subnav_hi {
		position : absolute;
		visibility : hidden;
		width : 110px;
		height : 19px;
	}
	div.subnav_text, div.subnav_text_hi {
		position : absolute;
		width : 100px;
		height : 19px;
		text-align : right;
		margin : 2px 10px 0px 0px;
		cursor : pointer;
		font-size : 11px;		
	}
	div.subnav_text, .subnav a  {
		color : #3FC0F1;
	}
	div.subnav_text_hi, .subnav a:hover {
		color : #FFFFFF;
	}
		
	td.subnav, td.subnav_hi {
		width : 110px;
		height : 19px;
		cursor : pointer;
	}
	td.subnav {
		background-image : url(/pictures/subnav.gif);
		background-repeat : no-repeat;
		color : #3FC0F1;
	}
	td.subnav_hi {
		background-image : url(/pictures/subnav_hi.gif);
		background-repeat : no-repeat;
		color : #FFFFFF;
	}
	
	/* TITEL */
	
	div.titel {
		position : absolute;
		width : 600px;
		left : 190px;	
		top : 158px;
	}
	
	/* CONTENT KOLOMMEN */
	
	div.kolommen {
		position : absolute;
		top : 200px;
		left : 190px;
		width : 660px;
	}
	.kolom {
		color : #000000;
		width : 300px;
	}
	#kolom_links {
		float: left;
	}
	#kolom_rechts {
		float: right;
	}
	
	/* OPMAAK */
	h1 {
		margin : 0px 0px 2px 0px;
		color : #00A6EB;
		font-size : 21px;
		font-weight: normal;
	}
	h2 {
		color : #00A6EB;
		font-size : 16px;
		margin : 0px 0px 2px 0px;
		text-align : left;
		font-weight: normal;
		
	}
	h3 {
		color : #00A6EB;
		font-size : 11px;
		margin : 0px 0px 2px 0px;
		text-align : left;	
		letter-spacing: 1px;
		}
	p {
		margin : 0px 0px 12px 1px;
	}
	.kolommen a, .kolommen a:link, .kolommen a:visited {
		border-bottom: 1px solid #00A6EB;
		color: #000000;
		text-decoration: none;
	}
	.kolommen a:hover {
		color : #00A6EB;
	}
	
	
	p img {
		border : 0px;
		margin : 0px 10px 0px 10px;
	}
	
	ul {
		list-style-type: disc;
		margin-top: 0px;
		margin-right: 10px;
		margin-left: 10px;
		padding-top: 0px;
		padding-right: 5px;
		padding-left: 5px;
		}
	ol {
		margin: 0px 16px;
		padding: 0px 10px;
		}
	
	/* FOOTER */
	
	#footer {
		clear: both;
	}
	#footer p {
		font-size : 10px;
		color : #888888;			
		padding : 0px 0px 10px 0px;
		text-align : right;
	}
	#footer a, #footer a:visited, #footer a:link, #footer a:active {
		color : #888888;
		text-decoration : none;
	}	
	#footer a:hover {
		color : #00A6EB;
	}

