
body {
	background-color:#ebebeb;
	margin:0px;
	padding:0px; 
	overflow:-moz-scrollbars-vertical;
}


.main {
	width:900px;
	margin:0px auto;
	margin-top:40px;
	
	border: 1px solid #9bcc5d;
	background-color:#FFFFFF;
}

.footer{
width:200px;
	margin:0px auto;
height: 4em;
text-align: centre;
}

.logo {	
	height:60px;
	margin-top:10px;
	margin-right:20px;	
	}

/* menu */
.menu {
	width:860px;
	height:20px;
	margin-top:10px;
	margin-left:20px;
	border-top: 2px solid #9bcc5d;
	border-bottom: 1px dashed #909090;
}

.menu_item {
	float:left;
	width:250px;
	height:20px;
	margin-top:2px;
	margin-left:30px;
}
/* menu */

.topafbeelding {
	width:860px;
	height:250px;
	margin-top:10px;
	margin-left:20px;		
}

.kolom_links {
	float:left;
	width:420px;	
	margin-top:10px;
	margin-left:20px;
}

.kolom_rechts {
	float: left;
	width: 420px;	
	margin-top:10px;
	margin-left:20px;
}


/* opmaak */

p {
	font-family: Arial;
	font-size: 13px;
	color: #636363;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	clip: rect(auto,auto,auto,auto);
	text-align: justify;
}

p.onderschrift  {
	padding: 0px;
	font-style: italic;	
	text-align: right;
}

img.floatLeft { 
    float: left; 
	width: 420px;
    margin: 4px; 
}


.media_bijschrift {
	margin-top:0px;	
	
}

.media_item {
	float:left;
	margin-right: 10px;
}


H1 {
	font-family: Arial;
	font-size: 18px;
	
	color: #000000;	
	margin-bottom: 0px;
	margin-left: 10px;
}

H2 {
	font-family: Arial;
	font-size: 13px;
	color: #6b6b6b;
	font-style: italic;
	margin-top: 10;
	margin-bottom: 0px;
	margin-left: 30px;
}


/* links */

a:link { 
	font-family: Arial;
	font-size: 13px;
	color: #636363;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration:underline;
}

a:visited { 
	font-family: Arial;
	font-size: 13px;
	color: #636363;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration:underline;
}

a:hover { 
	font-family: Arial;
	font-size: 13px;
	color: #636363;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration:underline;
}

a:active {
	font-family: Arial;
	font-size: 13px;
	color: #636363;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration:underline;
}


ol {
	font-family: Arial;
	font-size: 13px;
	color: #636363;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	text-indent: 5px;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(vf_bullit.jpg);
	padding: 2px;
	margin-top: 0px;
	margin-left: 30px;
}



