html, body, span,applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,dd, dl, dt, li, ol, ul,fieldset, label, legend, caption, tbody, tfoot, thead, th {margin: 0;padding: 0;border: 0;font-weight: inherit;font-style: inherit;font-size: 100%;line-height: inherit;font-family: inherit;text-align: left;vertical-align: baseline;}
a img, :link img, :visited img {border: 0;}
/*table  {border-collapse: collapse; border-spacing: 0;}*/
ol, ul {list-style:inside;margin-left:25px;}
q:before, q:after,blockquote:before, blockquote:after {content: "";}

html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:19px;
	background:url('../afbeeldingen/website/bgpattern.jpg');
	height:100%;
	color:#252728;
}

/* Standaard hyperlink opmaak voor de website */
a{
	color:#2570a6;
	text-decoration:underline;
}

a:hover{
	color:#1e1f20;
	text-decoration:none;
}

/* Speciale opmaak voor categorie en functie pagina's voor vacatures */
a.vacature:link {
	color:#1e1f20;
	text-decoration:none;
}
a.vacature:visited {
	color:#1e1f20;
	text-decoration:none;			
}
a.vacature:hover {
	color:#1e1f20;
	text-decoration:underline;	
}
a.vacature:active {
	color:#1e1f20;
	text-decoration:none;			
}


h1{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	display:inline;
}

h2{
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	display:inline;
}

h3{
	font-size:17px;
	line-height:17px;
	font-weight:bold;
	display:inline;
}

h4{
	font-size:17px;
	line-height:17px;
	font-weight:normal;
	display:inline;
}

hr{
	border:0px;
	border-top:1px dashed #999999;
	height:1px;
}

#website {
	width:996px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background:white;
}

#header{
	height:142px;
	z-index:3;
}

#subheader{
	height:107px;
	width: 996px;	
	z-index:2;
	position:absolute;

}

#subheader-image{
	text-align:right;
	margin:0px;
	padding:0px;
	width: 996px;
	height:107px;
	background:#305774;
	z-index:3;
}

#header-ad{
	height:100px;
	width: 200px;
	border:#000000 2px;
	z-index:2;
	left:750px;
	top:25px;
	position:relative;
}

#quote{
	position:relative;
	top:45px;
	left:95px;
	color:white;
	font-size:18px;
	font-weight:bold;
}

#menu{
	height:35px;
	background:#c5ddee;
	
}

ul#topMenu{
	list-style:none;
	margin: 0;
	padding: 0;
}

ul#topMenu li {
   float: left;
   
}

ul#topMenu li a {
   display: block;
   width: 105px;
   text-align:center;
   padding:8px;
   text-decoration:none;
   color:#1e1f20;
}

ul#topMenu li a:hover {
   display: block;
   width: 105px;
   text-align:center;
   padding:8px;
   color:#2570a6;
   background:white;
}

/** Opmaak hoofdmenu van beheer website */
ul#beheerMenu{
	list-style:none;
	margin: 0;
	padding: 0;
}

ul#beheerMenu li {
   float: left;
   
}

ul#beheerMenu li a {
   display: block;
   width: 83px;
   text-align:center;
   padding:8px;
   text-decoration:none;
   color:#1e1f20;
}

ul#beheerMenu li a:hover {
   display: block;
   width: 83px;
   text-align:center;
   padding:8px;
   color:#2570a6;
   background:white;
}

#wrapper{
	background:#ffffff;	
	width:996px;
	margin-left:auto;
	margin-right:auto;
}

#content{
	margin:20px;
}

#contentLeft{
	float:left;
	width:454px;
}

#contentLeftBig{
	float:left;
	width:678px;
}

#contentCenter{
	float:left;
	position:relative;
	left:27px;
	width:224px;
}

#contentRight{
	float:left;
	position:relative;
	left:54px;
	width:224px;
}

#topBanen{
	padding:12px;
	background:#f4f4f4;
	border:1px solid #e0e0e0;
	font-size:12px;
	line-height:25px;
}

#statistieken{
	padding:4px;
	width:220px;
	background:#f4f4f4;
	border:1px solid #e0e0e0;
	font-size:12px;
	line-height:25px;
}

#persoonlijkMenu{
	border:1px solid #e0e0e0; 
	background:#f4f4f4;
	padding:10px;	
}

#footer{
	padding:5px;
	background:#f4f4f4;
	border:1px solid #e0e0e0;
	margin:20px;
	font-size:11px;
	text-align:center;
}

.clear{
	clear:both;
}

p.klein{
	font-size:11px;
}
p.groot14{
	font-size:14px;
}