body{
  font-family: arial;
  margin: 0px;    
  background-image:url("images/bg.png");
}

p{
	text-align: center;
	margin: 0px;
}

h1{
	text-align: center;
	font-size: 20px;
	margin: 0px;
}

h2{
  text-align: center;
  font-size: 16px;
  margin: 0px;
}

#container{
  position:relative;
  Width: 100%;
  min-height:100%;
}

#wrapper{
  width: 850px;
  border: 0px solid;
  margin-left:auto;
  margin-right:auto;
}

#header{
	height:200px;
	background-image:url('images/header.png');  
}

#logo{
	height:200px;
	background-image:url('');  
	background-repeat:no-repeat;
	background-position:center;
}

#menu{
  position:relative;
  width: 850px;
  height: 40x;
  border-top:0px solid;
  border-bottom:0px solid;
  text-align: center;
  padding-top:5px;
  padding-bottom:5px;
  background-image:url('images/menu.png');
}

#menu a{
  height: 28px;
  position:relative;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0px; 
  color: #D10000;
  font-size: 21px;
  text-decoration:none;
}

#menu a:hover{
  text-decoration:underline;
}


#content{
  min-height:600px;
  padding: 10px;
  font-size:14px;
  background-image:url('images/content.png');
}

#hiddentext{
  color:#545454;
  padding: 20px;
}

#bottom{
  height: 13px;
  width: 850px;
  background-image:url('images/bottom.png')
}

#vak{
	margin-top:10px;
	margin-left:30px;
	margin-right:30px;
	padding:20px;
	background-color: #EFEFEF;
	text-align: left;

}

#vak img{
	float:left;
	width:262px;
	height:170px;
	margin-right: 10px;
}

table{
	border-collapse: collapse;
	border:1px solid black;
	font-size:14px;
	text-align: center;
	color: black;
}

td{
	height: 20px;
	padding: 5px;
}

tr.alt td{
	background-color: #D8CBCB;
}

#type{
	float: left;
	margin: 3px;
}

#onderschrift{
	float: right;
	margin: 3px;
}