body {
	font-family: verdana;
	font-size: 12px;
	}
div.centreren {
     position:absolute;
     left: 50%; 
     width: 750px;
     margin-left: -375px; /* half of the width */
	 }


/* UITKLAPBAAR MENU */

div.nav
{
position:absolute;
top:80px;
width: 100%;
float: left;
border:1px solid #000000;
background-color: #FF9933;
font-size:12px;
font-weight:bold;
text-align:center;
z-index:2;
}


div.nav ul{
list-style:none;
margin: 0;
padding: 0;
float: left;
height:30px;
line-height:30px;
}


div.nav li{
float: left;
width:106px;
margin: 0;
padding: 0;
list-style:none;
border-right: 1px solid #000000;
}

/* Dit is voor de contact menuitem in het hoofdmenu, die heeft geen border rechts anders daar twee streepjes */
div.nav li.noborderright {
float: left;
width:106px;
margin: 0;
padding: 0;
list-style:none;
border:none;
}

div.nav ul li ul li
{
border-bottom: 1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
height:30px;
margin: 0px 0px 0px -1px;
padding: 0px;
list-style: none;
background-color:#FFCC00;
}

/* Weergeven en verbergen Submenu's */
div.nav ul ul
{
	display: none;
}

div.nav ul li:hover ul
{
	display: block;
}

/* Pagegaai TGN */
div.TGN {
	position:absolute;
	top:80px;
	right:-130px;
	height:80px;
	width:100px;
	}

/* Keurmerk */
div.keurmerk {
	position: absolute;
	top:370px;
	right:-100px;
	height:80px;
	width:80px;
	}		
/* Nieuwsbrief */
div.nieuwsbrief {
	position: absolute;
	top:210px;
	right:-135px;
	height:110px;
	width:100px;	
	border:1px solid;
	background-color:#F2F7FD;
	border-color:#000000;
	text-align:left;
 	padding:10px 0px 10px 10px;
	}		
	
/* Titel "Ik wil naar Nederland en de vlaggen, grootte en plaatsing */
div.ikwil {
	position: absolute;
	top:40px;
	height:30px;
	width:50%;
	}
div.ikwilvlag {
	position: absolute;
	top:50px;
	height:30px;
	width:50%;
	margin-left:50%;
	}
img.vlag {
	width:24px;
	height:16px;
	border-style:solid;
	border-width:1px;
	float:right;
	} 
/* plaatjes bij opdrachtgevers, blauwe stuk */
img.opdracht {
	width:120px;
	height:120px;
	border:1px solid;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	}
/* Het menu, grootte en plaatsing */
div.menubarBL {
	position:absolute;
	top:80px;
	height:30px;
	width:100%;
	border:1px solid;
	border-color:#000000;
	background-color: #FF9933;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	}
div.menubarNL {
	position:absolute;
	top:80px;
	height:30px;
	width:100%;
	border:1px solid;
	border-color:#000000;
	background-color:#22FA1D;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	}
div.menubarEX {
	position:absolute;
	top:80px;
	height:30px;
	width:100%;
	border:1px solid;
	border-color:#000000;
	background-color:#00CCFF;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	}
div.tab1 {
	position:absolute;
	top:80px;
	left:-130px;
	width:80px;
	height:80px;
	border:1px solid;
	background-color:#FF9933;
	border-color:#000000;
	font-weight:bold;
	text-align:left;
	padding:10px 10px 10px 10px;
	}
div.tab2 {
	text-align:left;
	position:absolute;
	top:200px;
	left:-130px;
	width:80px;
	height:80px;
	border:1px solid;
	background-color:#22FA1D;
	border-color:#000000;
	font-weight:bold;
	padding:10px 10px 10px 10px;
	}
div.tab3 {
	text-align:left;
	position:absolute;
	top:320px;
	left:-130px;
	width:80px;
	height:80px;
	border:1px solid;
	background-color:#00CCFF;
	border-color:#000000;
	font-weight:bold;
	padding:10px 10px 10px 10px;
	}	
	
/* de content, plaatsing */
div.content {
	position: absolute;
	top:110px;
	width:100%;
	border:1px solid;
	border-color:#000000;
	background-color:#F2F7FD;
	}
/* voor de links naar de Grizzly schil-pagina's */
div.footer {
	position: absolute;
	top:500px;
	width:100%;
	font-size:10px;
	text-align:right;	
	}
/* voor de inctitel, de tekst "Ik wil naar Nederland zit in deze div */
div.floatleft {
	float:left;
	width:40%
	}
/* voor de incflags, de vlaggen zitten in deze div */
div.floatright {
	top:10px;
	float:right;
	width:40%
	}
/* voor de pagina's die in uit twee kolommen zijn opgebouwd, zoals examen.php en datalocaties.php */
div.left {
	float:left;
	width:290px;
	margin-bottom:10px;
	}
div.right {
	float:right;
	width:290px;
	margin-bottom:10px;
	}
div.clearfloat {
	clear:both;
	}	

/* voor de datamaandcursus pagina */	
div.dataleft {
	float:left;
	width:240px;
	margin-bottom:20px;
	}
div.dataright {
	float:right;
	width:385px;
	margin-bottom:20px;
	}	


/* infoblokje rechts in beeld in o.a. het examen */
div.inforight {
	float: right;
	width:150px;
	height:105px;
	background-color:#FFCC00;
	padding:10px 10px 0px 10px;
	margin-top:40px;
	margin-left:20px;
}
/* css voor de tekst in de body */
h1 {
	font-size: 14px;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:20px;
	}
h1.notop {
	font-size: 14px;
	font-weight:bold;
	margin-top:0px;
	}
h2 {
	font-size: 12px;
	font-weight:bold;
	margin-top:20px;
	}
h2.notop {
	font-size: 12px;
	font-weight:bold;
	margin-top:0px;
	}
blockquote {
	margin-left:60px;
	margin-right:60px;
	}
img.links {
	float:left;
	border:1px dotted;
	margin:0px 20px 10px 0px;
	height:70px;
	width:70px;
}
img.methode {
	float:left;
	border:1px dotted;
	margin:0px 20px 20px 0px;
	height:70px;
	width:70px;
}
div.methodetekst {
	float:left;
	width:535px;
	height:95px;
}

/*plaatjes op de link pagina */
img.link {
	float:left;
	border:1px dotted;
	margin:0px 20px 10px 0px;
	width:110px;
	height:32px;
	border=:0px;
}
div.linktekst {
	float:left;
	width:490px;
	height:60px;
}
img.flaglinks {
	height:10px;
	width:15px;
	margin:0px 10px 0px 0px;
	border:0px;
}
img.main {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	height:160px;
	width:180px;
}
img.linksnoborder {
	float:left;
	margin:0px 10px 10px 0px;
}
a:link{
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a.special {
	color: #EA7500;
	font-weight: bold;
}
span.special {
	color: #EA7500;
	font-weight: bold;
}
a.specialgroen {
	color:#22FA1D;
	font-weight: bold;
}
a.specialblauw {
	color:#00CCFF;
	font-weight: bold;
}
.Ikwiloranje {
	font-family: arial;
	color: #FF9933;
	font-size: 30px;
	font-weight: bold;
}
.Ikwilzwart {
	font-family: arial;
	color: #000000;
	font-size: 30px;
	font-weight: bold;
}
div.verstopt {
	display: none;
}
/* voor de informatie van de diverse locaties na selectie op de kaart */
div.locatieutrecht {
	display:inline;
}
div.locatieheemstede {
	display:inline;
}
div.locatiemarveld {
	display:inline;
}
div.locatiedordrecht {
	display:inline;
}	
-->
</style>