body{
	background-image: url('../images/patroon.jpg');
}
#body{
	width:879px;
	height:1024px;
	margin-left: auto;
	margin-right: auto;
}

img{
	border: 0px;
}

#header{
	width:877px;
	height:140px;
	background-color:#8fcdff;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

#menu{
	width:877px;
	height:30px;
	border: 1px black solid;
	background-image: url('../images/menu.jpg');
	background-repeat: repeat-x;
}

#navigatie{
	text-align:center;
	font-family: calibri;
	font-size:20px;
}

#navigatie ul{
	padding: 0;
	margin-top: 3px;
	white-space: no-wrap;
}

#navigatie ul li{
	display: inline;
	padding: 5px 45px 5px 45px;
}

#navigatie ul li a{
	text-decoration: none;
	color: black;
}

#navigatie ul li a:hover{
	color: white;
}

#left{
	width:630px;
	/* background-color: #66a4e7; */
}

#menubox{
	width: 247px;
	min-height:500px;
}

#contentbox{
	width:862px;
	min-height:800px;
	background-image: url('../images/bg.jpg');
	border: 1px solid black;
	border-top: 0;
}

#right{
	width:247px;
	/* background-color:#8fcdff; */
}

div.site{
	box-sizing:border-box;
	float: left;
	/* Firefox */
	-moz-box-sizing-
}

.title{
	font-family: Myriad Pro;
	font-size: 18px;
	color: white;
	padding-top: 15px;
}

.titel{
	font-family: Myriad Pro;
	font-size: 18px;
	color: white;
	padding-top: 15px;
	padding-left: 15px;
}

.inhalt{
	padding-top: 5px;	
	padding-left: 25px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 210px;
}

.inhoud{
	padding-top: 5px;
	padding-left: 15px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 490px;
}

.inhoud a{
	text-decoration: none;
	color: white;
}

.inhoud a:hover{
	color:black;
}

.inhoud img{
	border: 1px solid black;
	margin-left: 5px;
	margin-bottom: 5px;
}

#contentbox{
	padding: 15px;
	padding-right: 0px;
}

p.white{
	color: white;
}

img.noborder{
	border:0;
	margin:0;
}

th{
font-size: 14px;
}

td{
font-size: 13px;
}

#nummer{
background-image: url("../images/nummer.jpg");
}

label
{
width: 150px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
}

fieldset
{
border:0;
width: 560px;
}

.bestel{
	padding-left: 50px;
	font-style:italic;
}

.menubox a{
	color: white;
	text-decoration: none;
}

.titel a:visited{
	color: white;
	text-decoration: none;
}

.inhalt{
	margin-top:0;
	padding-top:0;
}

.inhalt a{
	color: black;
	text-decoration: none;
}

.inhalt a:hover{
	color: white;
}

.date{
	font-style: italic;
	color: lightgrey;
}

.link{
	padding-left: 15px;
}

.link a{
	color: white;
	text-decoration: none;
}

.link a:hover{
	color: black;
	text-decoration: underline;
}

.right{
	float:right;
	
}