*{					/*om alle marges in eigen hand te hebben*/
	margin: 0px;
	padding: 0px;
}

body{
	font-size: 0.8em;
	color: #000000; 
	font-family: Geneva, Arial, Helvetica, san-serif; 
	background-color: #F6F6C4;
	background-image:  url(../images/rechterrand.jpg); 
	background-repeat: no-repeat; 
	background-position: 100% 116px; 
	background-attachment: fixed;
}

p{
	margin-bottom: 1.5em;
}

h1{	
	font-size: 1.1em; 
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1em;
}

h2{
	font-size: 1.1em; 
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1.7em;
}

h3{
	font-size: 1em; 
	font-weight: bold;
	margin-top: 1.7em;
}

h4{
	font-size: 1em;
	margin-top: 1.7em;
	font-style: italic;
	font-weight: normal;
}

table{
	border: 1px solid gray;
}

td,th{
	padding: 0.5em;
	border: 1px solid gray;
}

li{ 
	list-style-position: outside;
	padding-left: 0.3em;
	margin-left: 1.7em;
}

/*---------------------------------------------------------*/
div#header {
	background-image:  url(../images/streep-achtergrond.jpg);
	background-repeat: repeat-x;
	height: 116px;
	width: 100%;
	position: fixed;   /*voor het frames-effect , In IE6 werkt dit niet daarom is er voor ie6 een aparte stylesheet met een andere oplossing*/
	background-color: #F6F6C4;
}


div#navigatie{
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: 0.9em; 
	font-weight: bold; 
	font-style: italic;
	margin-left: 5px;
}
	
div#navigatie li{
	display: inline;  /*hiermee wordt het menu horizontaal*/
	padding-left: 1.1%;
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0px;
	background-color: #F6F6C4;
}

div#hoofdmenu{
	padding-top: 24px;
}

div#submenu{
	padding-top: 13px;
}

div#taalkeuze{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 80px;
	left: 45px;
}

/*------------------------------------------*/
div#sierillustratie{
	height: 359px;
	width: 140px;
	background-image:  url(../images/linkerkanthelemaal.jpg); 
	background-repeat: no-repeat; 
	top: 116px;
	left: 0px;
	position: fixed;
}
/*------------------------------------------*/
div#sierrand{
	height: 27px;
	width: 686px;
	background-image:   url(../images/onderrand.jpg); 
	background-repeat: no-repeat; 
	bottom: 0px;
	right: 0px;
	position: fixed;
}
/*----------------------------------------*/
div#content{
	clear: both;
	padding-left: 200px;
	padding-right: 9%;
	padding-top: 116px; 
	padding-bottom: 3em;
}
/*-----------------------------------------*/
div#landenmenu{ /* het derde menu bij de projectenpagina's */
	font-size: 0.9em; 
	font-weight: bold; 
	font-style: italic;
	margin-bottom: 1.3em;
}

div#landenmenu li{
	display: inline;
	list-style-type: none;
	padding-right: 7em;
	padding-left: 0em;
	margin-left: 0em;
}

hr{
	color: green;
}
/*--------------------------------------*/
.tabelpagina table{ /* voor de pagina's waar tabellen zijn gebruikt die niet zichtbaar moeten zijn*/
	border: 0px;
}

.tabelpagina td{
	border: 0px;
	padding-left: 0px;
}

.tabelpagina h2{
	margin-top: 0em;
	margin-bottom: 0em;
}

/*------------------------------------------*/

.linkspagina table{
	border: 0px;
}

.linkspagina td{
	border: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.linkspagina th{
	text-align: left;
	border: 0px;
	padding-left: 0px;
}
/*-----------------------------------*/
.menulink{
	color: #339933;
	text-decoration: none;
}

.menulink_gekozen {
	color: #336600;
	text-decoration: none; 
}
/*---------------------------------------*/
.landenpagina ul{ /* om het landen overzicht op de pagina 'lopende projecten' mooi te krijgten.*/
	margin-bottom: 1.5em;
}

/*---------------------------------------------*/
.logo{
	
	float: right;
}

.logotekst{
	clear: both;
	float: right;
	margin-right: 7%;
}

.foto { 
	
	font-size: 0.9em;  
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 1em;
}

.foto p{  /*voor het onderschrift*/
	margin-top: 0.2em;
}

.afbeelding-in-tekst1{
	float: left;
	margin-bottom: 0.5em;
	margin-right: 1em;
	margin-top: 0.5em;
}

.afbeelding-in-tekst2{
	float: right;
	margin-bottom: 0.5em;
	margin-left: 1em;
	margin-top: 0.5em;
}

.tekstlink { 
	color: #000000; 
	font-family: Geneva, Arial, Helvetica, san-serif; 
	text-decoration: none;
}

.onderschrift{
	font-size: 0.9em;  
	font-style: italic;
}
/*--------------------------------------------*/


.nieuwsbrievenmenu a{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	
}

.nieuwsbrievenmenu li{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 1em;
}

