body {	background-color: white;
		text-align: center;
		font-family: arial; verdana;
		font-size: 9pt;
}


div#wrapper { 
			
			width: 1024px;
			height: 764px;
			margin: auto;
}


div#kleur { background-color: #ED1C24;
			width: 1024px;
			height: 62px;
			margin: auto;
			text-align: left;
}

div#logo { 
			width: 1024px;
			height: 134px;
			text-align: center;
}

div#menu {	background-image: url(images/menu1.png);
			background-repeat: no-repeat;
			width: 325px;
			height: 568px;
			float: left;
			text-align: left;
			
}

div#content { 
			width: 650px;
			height: 568px;
			float: right;
			text-align: left;
			
}

h1,h2,h3,p,ul,li { color: white;
}

p,ul,li { font-size: 14pt;}