body {
    font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#000000;
	font-size:0.8em; /;
	background-color:#E8E4E1;
}

#wrapper {
	position:relative; 
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

/* Header */

#banner-nl {
	width:100%;
	height:120px;
	background-image: url(../images/template/header-nl.jpg);
	background-repeat:no-repeat;
	
}

#banner-fr {
	width:100%;
	height:120px;
	background-image: url(../images/template/header-fr.jpg);
	background-repeat:no-repeat;
	
}

#banner-en {
	width:100%;
	height:120px;
	background-image: url(../images/template/header-en.jpg);
	background-repeat:no-repeat;
	
}

#banner-de {
	width:100%;
	height:120px;
	background-image: url(../images/template/header-de.jpg);
	background-repeat:no-repeat;
	
}

h1 {
	display:none; /* Enkel van belang voor SEO en Anysurfer */
}

.skip-nav {
	display:none; /* Enkel van belang voor Anysurfer */
}

/* Horizontale navigatiebalk */

#top-nav {
	width:100%;
	height:34px;
	background-image:url(../images/template/top-nav.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;	
}

#top-nav ul {
	list-style:none;
	margin:0px 0px 0px 15px; 
	padding:2px 0px 0px 0px;
}

#top-nav li {
	display:inline;
}

#top-nav a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:0.7em;
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;
}

#top-nav a:hover {
	text-decoration:underline;
}

/* Contentsectie */

#content-wrapper { /* Nodig om achtergrond nav-box en content-box gelijk te laten lopen */
	float:left;
	width:100%;
	background-image:url(../images/template/nav-bgr.jpg);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#FFFFFF;

}

/* Verticale navigatie */

#nav-box {
	float:left;
	width:280px;	
}

.ul-hoofd {
	padding:20px 30px 35px 20px;
	margin:0px;
	list-style:none;
}
.ul-sub {
	padding:10px 0px 10px 0px;
	margin:1px 0px 10px 0px;
	list-style:none;
	background-color:#c2d0ea;
}
	
a.li-sub {
	display:block;
	width:185px;
	border-bottom:1px solid #000000;
	margin:10px 10px 10px 15px;
	text-align:left;
	text-decoration:none;
	color:#000000;
	font-size:1.2em;
}

a.li-hoofd {
	display:block;
	width:auto;
	padding:5px 5px 5px 10px;
	margin:10px 0px 0px 0px;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	text-decoration:none;
	font-size:1.6em;
}

a:hover.li-sub {
	border-bottom:1px solid #FFFFFF;
}

a:hover.li-hoofd {
	text-decoration:underline;
}

/* Content */

#content-box {
	float:left;
	width:580px;
	min-height:450px; /* Anders schuift boog te veel naar boven bij weinig inhoud. */
	padding:40px 40px 40px 40px;
	background-image:url(../images/template/content-bgr-boog.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;	
}

#content-box ul {
	list-style-type:square;
}

#content-box a {
	color:#663333;
	text-decoration:underline;
}

#content-box a:hover {
	text-decoration:none;
}

/* Crumbtrail */

#crumb {
	margin-bottom:25px;
}

#crumb a {
	color:#663333;
	text-decoration:underline;
}

#crumb a:hover {
	text-decoration:none;
}

/* Footer */

/* Gebruik onderstaande code in plaats van de andere indien je geen blauwe achtergrondbar wilt, maar gewoon een stukje zwarte tekst onder de site +-conform design

#footer {
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
	font-size:0.7em;
}

#footer a {
	color:#663333;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}
*/

#footer {
	float:left;
	width:100%;
	height:20px;
	padding-top:6px;
	margin-top:0px;
	margin-bottom:20px;
	text-align:center;
	font-size:0.7em;
	color:#FFFFFF;
	background-image:url(../images/template/footer-bar.jpg);
	background-repeat:no-repeat;
}

#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}
	
/* Tekstopmaak */ 

h2 {
	padding:0px;
	margin:10px 0px 10px 0px;
	font-size:1.8em;
	font-weight:normal;
	color:#4e85c5;
}

h3 {
	font-size:1.3em;
	color:#4e85c5;
	font-weight:bold;	
}

h4 {
	font-size:1.2em;
	color:#4e85c5;
	font-weight:normal;	
}

h5 {
	font-size:1.2em;
	color:#663333;
	font-weight:normal;	
}

h6 {
	font-size:1.0em;
	color:#663333;
	font-weight:normal;	
	font-style:italic;
}
.highlight {
	font-size:1.0em;
	color:#663333;
	font-weight:normal;	
	font-style:italic;
}
legend {
	padding:5px 10px 10px 10px;
	font-size:1.2em;
	color:#4e85c5;
	font-weight:bold;	
}
