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

/* Nieuwsbrief */
div.nieuwsbrief {
	position: absolute;
	top:110px;
	right:-135px;
	height:110px;
	width:100px;	
	border:1px solid;
	background-color:#F2F7FD;
	border-color:#000000;
	text-align:left;
 	padding:10px 0px 10px 10px;
	}	
	
/*Volg ons: social media */
div.volgons {
	position:absolute;
	top:270px;
	right:-130px;
	height:50px;
	width:100px;
	}

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

/* Keurmerk */
div.keurmerk {
	position: absolute;
	top:110px;
	right:-100px;
	height:80px;
	width:80px;
	}		
	
/* 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.menubar {
	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;
	}
	
/* het linkermenu */
ul.tabover {
	position: absolute;
	top:80px;
	left:-145px;
	height:250px;
	width:110px;
	list-style:none;
	padding:0px;
	margin:0px;
	font-weight:bold;
}


ul.tabover li {
	margin: 0;
	padding:5px;
	float: left;
	height:55px;
	width:105px;
	background-color:#F2F7FD;
	border-width:1px 1px 0px 1px;
 	border-color:#000;
	border-style:solid;
}
ul.tabover a {
	text-decoration:none;
}
	
/* de div's op de homepage, die zorgen voor de menukaart */
ul.controller {
	width: 240px;
	height: 200px;
	padding:0px;
	margin:0px;
	list-style-type: none;	
	float:left;
	}	
ul.controller li {
	width:220px;
	height:44px;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color:#000000;
	font-weight:bold;
	text-align:left;
	padding:10px 10px 2px 10px;	
	margin:0px;
	line-height:40px;
	}	
div.controller {
	float:left;
}	
div.controllercontent {
	float:left;
	height:197px;
	width:300px;
	border-width:1px 1px 1px 0px;
	border-style:solid;
	border-color:#000;	
	padding:15px;
	margin-left:2px;
}

div.inline {
	display:inline;
}

div.hidden {
	display:none;
}

/* de content, plaatsing */
div.hpcontent {
	position: absolute;
	top:80px;
	width:100%;
	border:1px solid;
	border-color:#000000;
	background-color:#F2F7FD;
	}

div.content {
	position: absolute;
	top:110px;
	width:100%;
	border:1px solid;
	border-color:#000000;
	background-color:#F2F7FD;
	}
/* divjes in de pagina datalocaties cursus inburgeringstoets */
div.locleft {
	float:left;
	width:370px;
	margin-bottom:10px;
	}
div.locright {
	float:right;
	width:225px;
	margin-bottom:10px;
	}
div.floatleft2 {
	float:left;
}

/* 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%
	}
/* 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:27px;
	margin-bottom:10px;
	}
h2.notop {
	font-size: 12px;
	font-weight:bold;
	margin-top:0px;
	}
blockquote {
	margin-left:60px;
	margin-right:60px;
	}
img.main {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	height:160px;
	width:180px;
}
img.kns{
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	border:1px solid #000;
}
img.right {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	border:1px solid #000;
}
img.left {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #000;
}

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:#090;
	font-weight: bold;
}
a.specialrood {
	color:#0FF;
	font-weight: bold;
}
a.specialblauw {
	color:#00CCFF;
	font-weight: bold;
}
a.specialpaars {
	color:#C9F;
	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;
}

/* Voor de vertaalde pagina's nog ietwat verouderde CSS */
/* 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;
	}
.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;
	}	
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;
}
-->
</style>
