@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	background: #D9D9D9;
	font-family: Arial, Helvetica, sans-serif;
	overflow-y: scroll;
}

h1{
	width: auto;
	padding: 3px 30px;
	margin: 20px 0 0 0 ;
	
	background: #F58220 url(images/pijl_oranje.png) left center no-repeat;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
h2{
	margin: 20px 0 0 0;
	color: #00A2BC;
	font-weight: normal;
	font-size: 20px;
}
p{
	margin: 20px 0 0 0;
	font-size: 13px;
	line-height: 17px;
}
p a, td a{
	color: #F58220;
}
li{
	font-size: 13px;
	line-height: 17px;
}
ul{
	padding: 3px 0 0 20px;
}
table{
	margin: 20px 0 0 0;
}
td{
	color: #8A8C8F;
	font-size: 14px;
	font-weight: bold;
	padding: 1px 5px;
	vertical-align: top;
}

.tabel-dik{
	color: #00A2BC;
	text-transform: uppercase;

}
#wrapper{
	background:  #FFFFFF;
	width: 847px;
	
	margin: 0 auto;
}
#top{
	background: #FFFFFF;
	background:  #FFFFFF;
	width: 847px;
	
	margin: 0 auto;
}
#header{
	width: 847px;
}
#logo{
	margin: 18px 0 0 31px;
	width: 306px;
	float: left;
}
#gegevens{
	float: left;
	font-size: 11px;
	
	margin: 37px 0 0 45px;
	width: 460px;
}
#menu{
	clear: both;
	margin: 17px 0 0 191px;
	display: inline-block;
}
#menu li{
	float: left;
	list-style: none;
	width: 102px;
	padding: 0 1px;
}
	#menu li a{
		display: inline-block;
		color: #FFFFFF;
		background: url(images/menu.png) no-repeat ;
		width: 102px;
		height: 32px;
		
		text-align: center;
		line-height: 32px;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
	}
	#menu li a:hover{
		text-decoration: underline;
	}
	#menu li.select a{
		background: url(images/menu_selected.png) no-repeat ;
	}
	
#menu2{
	padding: 14px 0;
	width: 225px;
}
#menu2 li{
	background: url(images/pijl_blauw.png) center left no-repeat;
	list-style: none;
	padding: 2px 13px;
	width: auto;
	
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}
#menu2 li a{
	color: #FFFFFF;
	text-decoration: none;
}
#menu2 li a:hover{
	text-decoration: underline;
}
#balk{
	width: 100%;
	height: 147px;
	
	background: #00A2BC;
	clear: both;
}
#balk-binnen{
	background: url(images/vlinder_blauw.jpg) left bottom no-repeat;
	width: 847px;
	height: 147px;
	
	margin: 0 auto;
}
#balk-foto{
	margin: 32px 0 0 0;
}
#hoofd{
	background: #FFFFFF url(images/vlinder_wit.jpg) left top no-repeat;
	width: 847px;
	
	margin: 0 auto;
	padding: 0 12px;
}
.kollom{
	padding: 5px 21px;
	float: left;
}
.orange{
	color: #F58220;
}
.scheef{
	font-style: italic;
}
#footer{
	width: auto;
	text-align: center;
	clear: both;
	color: #8A8A8A;
	padding: 10px;
}