/* CSS Document */
body {
	font-family: Tahoma, Verdana, Arial, MS Sans Serif;
	font-size: 80%;
	margin-top: 0px;
	background: #00259A;
	color: #fff;
}

.tekst {
	color: #333333;
	display: block;
}


p {
	color: #fff;
	margin-top: 0px;
	margin-bottom: 5px;
}

p.SingleLine {
	margin-top: 0px;
	margin-bottom: 20px;
}

.rechtsuitgelijnd {
	text-align: right;
}

.gecentreerd {
	text-align:center;
}

.opvallend {
	color: #ff0;
	}

.dag{
	font-weight: bold;
	}

p.blok {
	margin-bottom: 30px;
	}

p.MeerInfo {
	margin-bottom: 30px;
	text-align: right;
	}

/* Hoofding */

#hoofding {
	padding: 0px;
	height: 126px;
	margin-bottom: 10px;
}

#topBranding {
	margin: 0px;
	background: url(images/nabelgium_logo.gif) no-repeat left top;
	height: 126px;
}


/* Koppen */

h1 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #ff0;
	text-decoration: none;
	font-weight: bold;
	font-size: 140%;
	display: block;
	text-align: left;
}

h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px 0px 3px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
	text-align: left;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #ff0;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
	text-align: left;
}

h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #ff0;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	text-align: left;
}


/* Page layout */

#footer {
	clear: both;
	text-align:center;
	padding: 5px;
	font-weight: bold;
	margin-top:30px;
}


#links {
	position: absolute;
	padding: 0px;
	top: 135px;
	width: 22.9%;
}

#midden {
	margin: 0px 2% 0px 25%;
}


/* Menu items */
ul#menuItem {
	list-style: none;
	margin: 0px;
	text-align: left;
	padding: 0;
}

ul#menuItem li {
	border-bottom: 1px dashed #C2B8B1;
	padding: 5px 10px 5px 5px;
	display: block;
}

ul#thema {
	list-style: none;
	margin: 0px;
	text-align: center;
	padding: 0;
}

ul#thema li {
	border-bottom: 1px dashed #C2B8B1;
	padding: 5px 0px 5px 5px;
	display: block;
}


/* Hyperlinks */
a:link, a:visited {
	font-weight: bold;
	color:#fff;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color:#ff0;
	text-decoration: underline;
}


.navigatielink:LINK, .navigatielink:VISITED {
	font-weight: bold;
	color:#fff;
	text-decoration: underline;
	display: block;
	}

.navigatielink:HOVER {
	font-weight: bold;
	color:#ff0;
	text-decoration: underline;
	display: block;
	}

.linkOpvallend:LINK, .linkOpvallend:VISITED {
	font-weight: bold;
	color:#ff0;
	text-decoration: underline;
	}

.linkOpvallend:HOVER {
	font-weight: bold;
	color:#ff0;
	text-decoration: none;
	}
