body {
	background-color:#D5CFCA;
	background-image: url("../images/back-lijn.gif");			
	margin:0px; 
	padding:0px; 
	height:100%;
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	line-height: 13px;		
}
#container {
	position:absolute;
	background-color:#FFFFFF;
	width:940px;
	height:580px;
	left: 50%;
	top:50%;
	margin:-290px 0 0 -470px;
}
#header {
	height: 220px;
	width:940px;
	background-color: #FFFFFF;	
	background-repeat: no-repeat;
}
#top {
	position:absolute;
	background-image: url("../images/top2.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;	
	width:940px;
	height:90px;
	top:20px;
}
#home_knop {
	position:absolute;
	width:220px;
	height:90px;
	top:20px;
	left:20px;
}
#aanmelden {
	position:absolute;
	width:340px;
	height:90px;
	top:0px;
	left:580px;	
}
#navigatie {
	position:absolute;
	background-image:url('../images/left.jpg');
	background-repeat:no-repeat;
	width:560px;
	height:130px;
	top:110px;
	left:20px;
	z-index: 2;
}
#banner {
	position:absolute;
	background-image: url("../images/text.jpg");		
	width:340px;
	height:130px;
	top:110px;
	left:580px;
}
#left {
	position: absolute;
	background-image:url('../images/left.jpg');
	background-repeat:no-repeat;
	top: 240px;
	left: 20px;
	width:200px;
	height:320px;
	padding: 10px;
}
#content {
	width: 660px; /* 1000 - 100 px*/
	position: absolute;
	left: 240px;
	top: 239px;
	padding:10px;
	height:320px;
	background:url('../images/main.gif');
	background-repeat:no-repeat;
}
#footer {
	position:absolute;
	height:20px;
	width:920px;
	background-image: url("../images/bottom.gif");
	background-position: 0% 0%;
	background-repeat: no-repeat;
	top: 560px;
	left: 0px;
}
#copyright {
	position:absolute;
	width:810px;
	height:20px;
	top:3px;
	left:104px;
}
td, p {
	font-family:Verdana;
	font-size:8pt;
	line-height: 13px;
}
a, a:link {
	color: #98002E;
}
a.grijs, a.grijs:link {
	color: #ACA095;
}
.grijs {
	color: #ACA095;
	line-height: 13px;
}
hr {
	border: 0; 
	color: #CCCCCC; 
	background-color: #CCCCCC; 
	height: 1px; 
	width: 100%; 
}
.rood {
	color:#98002E;
	font-weight:bold;
	font-size: 10pt;
}
.rode_header {
	color:#98002E;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:normal;
	font-weight:bold;
	text-transform:uppercase;
}
.grijze_header {
	color: #ACA095;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:normal;
	font-weight:bold;
	text-transform:uppercase;
}