#footer {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #999999; 
	border-color: #999999 black black; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	text-align:center;
	margin-top:7%;
	`
}



.subtitel { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000;
}
.hoofdtitel { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1.8em; 
	font-style: normal; 
	line-height: 15px; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #333333;
	margin-bottom:5%;
}

.bodybold { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
	font-style: normal; 
	line-height: 16px; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #000000; 
}
.inleiding { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1em; 
	font-style: normal; 
	line-height: 18px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #666666;
}
	
p, dl{
	margin-bottom:3%;
	line-height:1.6;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url('img/general_img/background.gif');
}
a {
	font-size: 1em;
	color: #FF3399;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #FF3399;
}
a:active {
	text-decoration: none;
}
#mainspacer{
	top:1%;
	clear:both;
}
}
#mainheader{
}
	
#headleft{
	position :absolute;
	width:80px;
	right:69%;
	height:80px;
	background-image:url('img/general_img/logo.gif');
	background-repeat:no-repeat;
	background-position:right top;
	margin-right:4%;
}

#headcenter{
	position :absolute;
	height:40px;	
	width:300px;
	background-image:url('img/general_img/baseline.gif');
	background-repeat:no-repeat;
	background-position:left bottom;
	clear:none;
	margin-top:40px;
	left:30%;
}
#headright{
	position :absolute;
	height:40px;	
	background-repeat:no-repeat;
	background-position:left bottom;
	clear:none;
	margin-top:80px;
	right:20%;
	text-align:right;
}

#mainmenu{
	position :absolute;
	clear:both;
	left:30%;
	top: 115px;
	width:50%;
	
}
#mainmenu a{
	margin-right:2%;
	font-size:0.9em;
}
#mainarticle{
	clear:both;
	position :absolute;
	width:50%;
	top:160px;
	left:30%;

}
#homeheader{
	text-align:right;
	top:25px;
	position:absolute;
	right:20%;
}
#welkom{
	width:100%;
	text-align:center;
	position:absolute;
	top:30%;
}

