/* ------------------------- */
/* Beijville kleuren:        */
/* ------------------------- */
/* bn_dark_green:	#0a330a; */
/* bn_cream:		#faf9c1; */
/* ------------------------- */

body {
	color: black;
	background: #faf9c1;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 0.8em;
	text-align: justify;
	clear: none;
}

/*	margin-left: 200px; */
.container {
	position: relative;
	width: 800px;
	margin: 10px auto;
}

.kop {
	background: #0a330a;
	width: 810px;
	color: #faf9c1;
}

.menucol {
	position: absolute;
	left: 0px;
	width: 160px;
}

.menu_lvl2 {
	text-indent: 10px;
}

.contentcol {
	margin: 0px 0px 0px 170px;
	background-color: transparent;
	width: 640px;
}

.outline {
	width: 640px;
}

.notice {
	font-size: 60%;
}

.artikel {
	width: 310px;
	float: left;
}

.afbeelding {
	width: 310px;
	padding: 5px;
	float: left;
}

.afbeelding_wide {
	width: 620px;
	padding: 5px;
	float: left;
}

.col_left {
	width: 310px;
	float: left;
}

.col_right {
	width: 310px;
	float: right;
}

.noborder {
	border-width: 0px;
}

.pagedata {
	margin-top: 2cm;
	font-size: 70%;
	font-family: monospace;
	text-align: right;
	width: 640px;
}

.footdata {
	position: relative;
	float: left;
	margin: 5px 5px 5px 5px;
	width: 640px;
	font-size: 70%;
	font-family: monospace;
	text-align: left;
}

.nedstat {
	text-align: right;
}

img {
	border-width: 5px;
	border-color: transparent;
	border-style: solid;
}

img.top {
	border-width: 2px;
	border-color: transparent;
	border-style: solid;
	width: 640px;
	height: 150px;
}

img.lspace {
	margin-left: 0.5em;
}

img.rspace {
	margin-right: 0.5em;
}

h1,h2,h3,h4,h5,h9 {
	font-family: "Trebuchet MS", "Verdana", "Geneva", sans-serif;
	background-color: #0a330a;
	background-image: url(../gfx/wdm_header_dot.jpg);
	background-repeat: no-repeat;
	color: #faf9c1;
	text-align: left;
	text-indent: 15px;
}

div.ad {
	float: right;
	font-size: 80%;
	clear: none;
}

div.ad span {
	font-weight: bold;
}

.title {
	background-color: #faf9c1;
	text-align: left;
}

a:link {
	color: 0a330a;
	text-decoration: none;
}
a:visited {
	color: 0a330a;
	text-decoration: none;
}
a:active {
	color: 0a330a;
	text-decoration: underline;
}
a:hover {
	color: 0a330a;
	text-decoration: underline;
}


/* --------------------- */
/* Menu code:		     */
/* --------------------- */

#nav {
background-image: url('../gfx/nav.jpg');
height: 30px;
padding: 0px 0px 0px 0px; 
}
#menu {
list-style: none;
padding: 0;
margin: 0;
}

#menu li{
float: left;
margin-right: 15px;
}

#menu li a {
text-decoration: none;
padding: 5px;
background-color: #0a330a;
background-repeat: no-repeat;
background-position: bottom left;
background-image: url(../gfx/listitem.jpg); 
font-size: 0.8em;
font-weight: bold;
color: #faf9c1;
display: block;
width: 120px;
height: 15px;
letter-spacing: 1px;
}

#menu li a:hover, #menu li.actief a{
background-repeat: no-repeat;
background-position: bottom left;
background-image: url(../gfx/listitemhover.jpg);
}

#menu li ul{
list-style: none;
display: none;
padding-left: 10px;
_margin-left: 0px;
position: absolute;
width: 100px;
}

#menu li ul li a, #menu li.actief ul li a{
border: 0;
display: block;
background-repeat: repeat-y;
background-image: url(../gfx/listitem.jpg); 
color: #faf9c1;
font-size: 0.8em;
padding: 4px 2px 4px 23px;
width: 105px;
}

#menu li ul li a:hover, #menu li ul li.actief a{
border: 0;
background-repeat: repeat-y;
background-image: url(../gfx/listitemhover.jpg);
} 

