*{
	padding:0;
	margin:0;
}

html, body {
	height: 100%; /* hŽŽl belangrijk */
	font: 1.0em "Arial", Verdana, Arial, sans-serif;
	background-color: #ffb300 ;
	background-position: center ;
}

a:link {
	color: #a12830 ;
	text-decoration: none ; 
}

a:visited {
	color: #f00 ; 
	text-decoration: none ;	
}

a:hover {
	color: #f00 ;
	text-decoration: none ;	
}

a:active {
	color: #f00 ;
	text-decoration: none ;	
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 540px;
	width: 940px;
	margin: -270px 0 0 -470px;
}

#hoofdmenu {
	background-color: #a12830 ;
	height: 175px ;	
}

#content {
	width: 940px;
	height: 365px
}


#leftcontent {
 	background-color: #ffffff ;
 	float: left ;
 	width: 470px;
 	height: 365px;
 }

#rightcontent {
 	background-color: #a12830 ;
 	float: right ;
 	width: 470px;
 	height: 365px;
}


/* Vormgeving van teksten in content */

p.content {
	font-size: 0.8em ;
	font-weight: normal ;
	line-height: 20px ;
	margin-left: 20px ;
	margin-right: 20px ;
	margin-top: 0 ;
	color: #000 ;
 }
 h1.kop {
	font-size: 1.2em ;
	font-weight: bold ;
	line-height: 20px ;
	margin-left: 20px ;
	margin-right: 20px ;
	margin-top: 20px ;
	color: #a12830 ;
 }
