body{
	font-family : "Verdana", cursive;
	text-align: left;
	margin: 0px;
	padding: 0px;
	/*
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #E3E3E3;
	*/
	background-color: #C0C0C0;
}

.container{
  position: absolute;
  left: 50%;
  top: 15px;
  background-color: #C0C0C0;
  margin-left: -389px;
  width: 777px;
  background-color: #FFFFFF;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url(../images/containerbg.png);
  background-repeat: repeat-y;
}

.logo{
	position: relative;
	float: left;
	width: 200px;
	width: 200px;
	height: 100px;
	/* background-image: url(../images/logo.png); */
}

.headerhome{
	position: relative;
	float: right;
	background-image: url(../images/home.png);
	width: 574px;
	height: 407px;
}

.header{
	position: relative;
	float: right;
	background-image: url(../images/header.png);
	width: 574px;
	height: 100px;
}

.banner{
	position: relative;
	float: right;
	width: 574px;
	height: 227px;
}

.menu{
	position: relative;
	float: left;
	width: 200px;
	height: 307px;
	background-image: url(../images/menubg.png);
	background-repeat: repeat-y;
}

.contenthome{
	position: relative;
	float: left;
	background-color: #ffffff;
	width: 100%;
}

.content{
	position: relative;
	float: left;
	background-color: #ffffff;
	width: 559px;
	padding-left: 15px;
}

.footer{
	position: relative;
	float: left;
	background-image: url(../images/footer.png);
	width: 777px;
	height: 40px;
}

.zoeken{
	margin-top: 20px;
	width: 196px;
	background-color: #464646;
}
