title{
	
}

html, body{
	margin: 0px;
	padding: 2px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: black;
} 


#tekst {
	display: none;
	padding: 0px;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.zwart11px {
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


table.template {
	font-family: Verdana, bGeneva, Arial, Helvetica, sans-serif;
	border-collapse: collapse; /*omlijsten tbv lege cellen tabel*/
	font-size: 11px;
	text-align: left;
	width: 980px;
 
}
table.template td {
	font-size: 11px;
	font-family: Verdana, bGeneva, Arial, Helvetica, sans-serif;
}

/* Menu */
#navcontainer {
	display: inline;
}

#navcontainer ul
{
	margin-left: 0px;
	background-color: #ffffff; /*achtergrondkleur menubalk */
	float: left;
	width: 360px;
	font-family: Verdana;
	margin-bottom: 5px;
}
#navcontainer ul li {
	display: inline;

}

#navcontainer ul li a
{
	background-color: #ffffff; /*achtergrondkleur menuknoppen */
	color: #9785fd; /*de kleur van de tekst op de knop */
	float: left;
	text-decoration: none;
	font-size: 20px;
	border-right: 1px solid #eae9e9; /*tussenschotjes begint rechts van knop*/
	font: bold; /* de tekst op de knop dikgedrukt */
	padding: 5px 15px;
	border-bottom: 0px solid #333333;
}


#navcontainer ul li a:hover{
	background-color: #FFFFFF; /*de kleur van de knop bij indrukken*/
	color: #000000; /*de kleur van de tekst op de knop bij indrukken*/
	border-bottom: 0px solid #FFAC0F;
}


/* Header */

#header {
	margin: 0px 0px 0px 0px;
	height: 157px;
	background: #004E6C url('../../nl/img/header-bg.gif') repeat-x fixed top;
	border-top: 4px solid #360037;
	background-position: top;
}

/* Header2 */

#header2 {
	margin: 0px 0px 0px 0px;
	height: 57px;
	background: #004E6C url('../../nl/img/header-bg.gif') repeat-x fixed top;
	border-top: 4px solid #360037;
	background-position: top;
}



}
a:active {
	color: #9785fd;/*de kleur van de hyperlinks die als laatste is aangeklikt*/
	font-weight: normal; /*de kleur van de content hyperlinks buiten tabel*/
	font-size: 11px;
}
a:link {
	color: #9785fd;/*de kleur van de hyperlinks wanneer deze nog niet is aangeklikt*/
	font-weight: normal; /*de kleur van de content hyperlinks buiten tabel*/
	font-size: 11px;
}

a:visited {
	color: #9785fd;/*de kleur van de beginsituatie*/
	font-weight: normal; /*de kleur van de content hyperlinks buiten tabel*/
	font-size: 11px;
}
a:hover {
	color: #000000;
	font-weight: normal; /*de kleur van de content hyperlinks buiten tabel*/
	font-size: 11px;
}

a.zwart:link {
	color: #000000;/*de kleur van de beginsituatie*/
	font-weight: normal; /*de kleur van de content hyperlinks buiten tabel*/
	font-size: 11px;
	text-decoration: none;
}

a.zwart:visited {
	color: #000000;/*de kleur van de beginsituatie*/
	font-weight: normal; /*de kleur van de content hyperlinks buiten tabel*/
	font-size: 11px;
	text-decoration: none;
}

a.zwart:hover {
	color: #9785fd;/*de kleur van de beginsituatie*/
	font-weight: normal; /*de kleur van de content hyperlinks buiten tabel*/
	font-size: 11px;
	text-decoration: none;
}

.bodystyleZwart {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;

}

.bodystylePaars {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #9785fd;

}

.copyrighttabel {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #750076;
}

