
i*{ 
margin: 0px;
padding: 0px;
}

H1,H2 {
	font-style: arial;
	color: #2c69dc;
	text-align: left;
	font-size: 20px;
	}

body {
font-style: arial;
background-color: #ededed;
margin:0;
padding:0;
height:100%; 
}

.opmaak1 {
text-align: left;
font: arial;
font-size: 12;
color: grey;
}
.opmaak2 {
text-align: center;
font: arial;
font-size: 12;
color: grey;
}
.opmaak3 {
text-align: center;
font: arial;
font-size: 14;
color: black;
font-weight:bold;
}

#wrapper {
		height: 629px;
		width: 800px;
		padding: 0px;
		text-align: justify;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		}
	
	#banner {
	background-image: url('banner.jpg');
	height: 125px;
	width: 800px;
	padding:0px;
	text-align: justify;
	margin:0px;
	}
	
	#menubar {
	height: 35px;
	width: 800px;
	padding:0px;
	text-align: center;
	margin:0px;
	}
	
	#container {
	background-color: white;
	background-image: url('container_bg2.jpg');
	height: 100%px;
	width: 720px;
	text-align: left;
	background-repeat:repeat-x;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 25px;
	padding-bottom: 25px;
	}
	
	#footer {
	background-image: url('footer_bg.jpg');
	height: 30px;
	width: 800px;
	}
	