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-position : left;
	background-repeat : repeat-y;		
	background-color: #FFFFFF;
}
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 {

visibility: hidden;
}
	
/* SUBNAVIGATIE */

div.subnav {
visibility: hidden;
}
/* 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;
}

