
/* RESET STYLESHEET */
		html, body, table, tbody, td, tr, p
	{
       margin:0px;
       padding:0px;
       border-width:0px;
       border-collapse:collapse;
	   line-height:19px;
    }
	a img
	{
		border-width:0px;
    }
		
/* set style of a tag */
		body
	{
		margin:0px;
			font-family:verdana;
		font-size:12px;
		
		background-image:url(http://vbv.be/vbv/afbeeldingen/body_bg.png);
		background-position:left top;	
		background-repeat:repeat-x;
		background-color:#f8f8f8;
	}
	ul
	{
		padding:5px;
		margin:0px;
		margin-left:10px;
		list-style-image: url('http://vbv.be/vbv/afbeeldingen/bullet_arrow.gif');
	}
	p
	{
		padding: 0.5em 0px;
	}
	h1, h2, h3, h4
	{
		font-family:Georgia, verdana;
		margin: 1em 0px 0.5em 0px;
	}
	h1
	{
		border-bottom: 1px solid gray;		
		font-size:20px;
	}
	h2
	{
		border-bottom: 0px solid #99CC33;
		font-size:16px;		
	}	
	h3
	{
		border-bottom: 1px solid #99CC33;
		font-size:14px;		
	}
	h4
	{
		margin-bottom:0px;
		border-bottom: 1px solid #99CC33;		
		font-size:12px;
	}	
	a {text-decoration:none;}
    a:hover{text-decoration:underline;}
		
/* structuurelementen van de pagina */
		
    .top_image
	{
		width:1021px;
		height: 130px;
		margin: 0px auto;
		background-image:url(http://vbv.be/vbv/afbeeldingen/IMG_3231.jpg);		
		background-image:url(http://vbv.be/vbv/afbeeldingen/TOP_mos.jpg);	
		background-repeat: no-repeat;
    }
	.Buik
	{
		height:2600px;	
		min-height:1400px;
		width:1021px;
		margin:0px auto;
    }
	.Kol_Links, .Kol_Left_Navigation, .Kol_Midden, 	.KOL_Een
	{
		height:2600px;
		min-height: 1400px;
		padding:20px;	
		margin-bottom:10px;
    }
	.Kol_Left_Navigation
	{
		position:relative;
		width: 220px;		
		float:left;
		top:0px;
		left:0px;
		background-color:#72B751;
		color:#222222;
    }
	.footer
	{
	    clear:both;
		width:991px;
		height: 80px;
		margin: 0px auto;
		padding:15px;
		background-color:#00a609;	
display:none;		
	}
	/* pagina met 2 kolommen */
		
   .Kol_Links
	{
		position:relative;
		width: 301px;		
		float:left;
		top:0px;
		left:0px;
		background-color:white;
	}
   .Kol_Midden
	{
		position:relative;
		float:left;
		top:0px;
		left:0px;
		width: 380px;
		background-color:white;
    }
		
/* pagina met 1 kolom */
	.KOL_Een
	{
		position:relative;
		float:left;
		top:0px;
		left:0px;
		width: 681px;
		background-color:white;	
		padding-left:40px;
		padding-right:40px;
		
	}
	

		
	#navigatie {
		padding: 0px;
		margin: 0px auto;
		width: 1021px;
		height: 35px;
		display:block;		
		list-style-type:none;
		background-image: url(http://vbv.be/vbv/afbeeldingen/barr.png);
		list-style-image: none;
	}
	#navigatie li {
		float:left;
		width:110px;
		height: 31px;
		line-height:31px;
		text-align:center;
		position: relative;
		margin: 0px 0px 0px 0px;
		font-weight:bold;
	}
		#navigatie li a, #navigatie li a:visited {
		display:block;
		text-decoration:none;
		color:#000;
	}
		#navigatie li a:hover {
		background-color:white;
		color:green;
	}
