body, #container {
	margin: 0 auto;
}

body, div {
	font: 13px/20px "comic sans ms";	
}
.clear {
	clear: both
}
h1, h2 {
text-transform:uppercase
}
#container {
	width: 960px;
	border: 10px solid #FFF;
}

#header {
	width: 100%;
	height: 310px;
	background: url(../images/header.jpg);
}
#wrapper {
	width: 100%;
}
#left {
	width: 695px;
	height: 640px;
	background: url(../images/left.jpg);
	float: left;
	padding-left: 70px;
}
#left iframe {
	border: 0;
	width: 695px;
	height: 640px;
}
#right {
	background: url(../images/right_bg.jpg) no-repeat;
	width: 195px;
	height: 640px;
	float: left;
}

#menu_r {
	width: 75px;
	height: 700px;
	float: left;
}


#footer_1 {
	width: 100%;
	height: 165px;
	background: url(../images/footer_1.jpg);
}
#footer_1 #menu_f {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 774px;
	height: 210px;
	position: relative;
}

#menucontainer {
	height: 125px;
	float: left;
	padding-left: 125px;
}
#menu {
	height: 114px;
	position: absolute;
	top: 950px;
}
#menu li {
	display: inline;
	
}
#menu li a {
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin: 65px 10px 0 10px;
	height: 50px;
}
#menu li a:hover {
	color: #000;
}
#menu li a.active {
	font-weight: bold;
	color: #fff;
}

/*knoppen zijkant*/
.knoppen {
	height: 92px;
	width: 54px;
	padding-bottom: 10px;
}

#footer_2 {
	width: 100%;
	height: 85px;
	background: url(../images/footer_2.jpg);
}
#footer_2 #footer_menu {
	width: 700px;
	padding: 55px 0 0 110px;
	}
#footer_2 #footer_menu ul, li {
	font-size: 16px;
	color: #fff;
	font-weight:bold;
	display: inline;
	padding-right: 20px;
}
#footer_2 #footer_menu ul, li a:hover {
color: #000;
}

#footer_2 #footer_menu ul, li a {
	text-decoration: none;
	color: #fff;
}

