@charset "utf-8";
/* CSS Document */


html { overflow-y: scroll; }   /* zo wordt er altijd een scrollbar weergegeven en is de uitlijning altijd gelijk */
                               /* gaf problemen bij kortere bladzijden waar geen schuifbalk nodig is */
							   /* compatible voor FireFox en IE */

body { 
   background-color: #ececec;
   font-family: sans-serif;   
   font-size: 12px;  
   }

.banner {   
    position: relative;
	visibility: visible;
	z-index: 5;
	height: 295px;
	width: 1000px;
	left: 15px;
	top: 10px; }

.laurentmollet { /* afbeelding index.html */
	position: absolute;
	background-color: #cccccc;
	visibility: visible;
	z-index: 6;
	height: 600px;
	width: 235px;
	left: 900px;
	top: 405px;
}

/* hyperlinks */   
.webmaster:link    { color: #ffffff;  	text-decoration: none; }
.webmaster:visited { color: #ffffff; 	text-decoration: none; }
.webmaster:hover   { color: #ff9900;    text-decoration: none; }

a:link    { color: #000000; }
a:visited { color: #000000; }
a:hover   {	color: #ff9900; }

/* data border */
.allaround {
    border: 5px solid #999999;    
	position: absolute; 	
	visibility: visible; 	
	z-index: 3; 		
	width: 1030px;     
	top: 10px; 				
	left: 50%; 			
	margin-left: -515px; }

/* data content */	
.info {
	position: relative; 		  
	visibility: visible; 	
	z-index: 1; 			
	width: 1000px; 		
	text-align: justify; 	
	margin-top: -105px; 	
	left: 15px; 	
	line-height: 20px; }

/* info banner onderaan: sitemp, disclaimer and siteprojects */
.info_onderaan {
  background-color: #666666;   	  
  visibility: visible;   
  z-index: 3;   		
  height: 20px;   	
  width: 1000px;   	
  color: white;
  font-size: 10px;  
  text-align:center;   }	  


/* in use ???? */
.content {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 180px;
	width: 1000px;
	top: 175px;
	margin-top: 10px;
	left: 19px;
}



/* header tags */
h1 { 
  text-align: center; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px; }

h2 { 
  text-align: center; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px; }

h5 {
  text-align: justify;
  font-family: sans-serif;
  font-size: 11px;
  line-height: 13px;  }
  
h6 { 
  text-align: left; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 8px }  


/* layout tags */

.side { /* grijze kanten */
  background-color: #cccccc; 
  cellpadding: 0px; 
}


.indexfoto { border: 5px #cccccc solid; }


.spacer {  /* oranje spacer */
  background-color: #ff9900;
  height: 6px;
}

.spacer_bg { /* background-color spacer */
  background-color: #ececec;
  height: 8px;
}



.border_privebewaking_bedrijvenzones {    border: 2px solid #999999;     width: 600px;   }
.border_kmo_en_bewakingsagenten {    border: 2px solid #999999;     width: 649px;   } 
.border_unizo_consortium {    border: 2px solid #999999;     width: 233px;  height: 128px;  }
.border_unizo_economisch_huis {    border: 2px solid #999999;     width: 250px;   }
.border_overvallen_op_straat {    border: 2px solid #999999;     width: 620px;   }
.border_veiligheidsplan_oostende {    border: 2px solid #999999;     width: 250px;   }


/*
.personalia { 
  text-align: left;
  margin-left: 19px;
  margin-top: 20px;
  margin-right; 19px;
  margin-bottom: 19px;

 }
 

.diploma {
  padding: 20px;

}
 
*/
  

