body {
    margin: 0px;
    padding: 0px;
    font:   13px/1.2 Verdana, Arial, Helvetica, sans-serif;
    color: #4d5b7d;
    behavior: url(csshover.htc);
}

a, a:visited, a:link {
    color: #4d5b7d;
    text-decoration: none;
}

/* BASIC LAYOUT */

DIV.context_titel {
	background-color: #eee;
	color: #000;
	font-weight: bold;
	text-align: center;
}
	
#wrap {
	width:975px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	}
	
#left {
	width:180px;
	padding:0px;
	float:left;
	background:#fff;
	}

#center {
	width:575px;
	margin: 0px;
	padding:0px;
	float:left;
	background:#eee;
	}

#right {
	width:200px;
	padding:0px;
	float:left;
	background:#fff;
	}

#header {
	background:#fff;
	height: 180px;
	background-image: url(/images/www/bovenbalk.jpg);
	background-repeat: no-repeat;
	}

/* */

DIV.pagina {
}

DIV.pagina DIV.titel {
	font-size: large;
}

DIV.pagina DIV.tekst {
}

DIV.pagina DIV.auteur {
	font-size: small;
	border-top: 1px solid #d3d2be;
	color: #d3d2be;
}

DIV.artikel {
	margin-bottom: 20px;
}

DIV.titel {
	font-size: large;
}

DIV.artikel DIV.tekst {
}

DIV.auteur {
	font-size: small;
	border-top: 1px solid #d3d2be;
	color: #d3d2be;
}

DIV.leesmeer {
	width: 100%;
	text-align: right;
	padding-top: 2px;
	padding-right: 10px;
	font-weight: bold;
}

DIV.blok {
}


DIV.afdelingen {
}

DIV.afdelingen A {
}

DIV.afdelingen A:hover {
	text-decoration: underline;
}

DIV.afdelingen DIV.provincie {
	margin-top: 5px;
	border-bottom: 1px solid;
	font-size: large;
}

DIV.afdelingen DIV.federatie {
	font-size: medium;
	font-weight: bold;
	padding: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.kalender_recent {
    padding: 2px;
	border-right: 1px solid; 
}

.kalender_recent DIV.datum {
    font-weight: bold;
    text-align: left;
    padding-bottom: 7px;
	background-color: #eee;
	color: #000;
}

.kalender_recent a {
	color: #000;
}

.kalender_recent a:hover {
    background-color: #ccc;
}

.kalender_recent ul,
.kalender_recent li {
	margin:0;
	padding:0;
	border:0;
    padding-left: 5px;
}

.kalender_recent span.eigenaar {
    font-weight: bold;
    display: block;
}

.kalender_recent span.titel {
    padding-left: 5px;
    padding-bottom: 5px;
    display: block;
}

.kalender_recent ul {
	width:100%;
	list-style:none;
}

DIV.kalender_overzicht {
}

.archief table {
    width: 100%;
}
.archief table td {
    vertical-align: top;
}

.archief table th {
	font-weight: bold;
	border-bottom: 1px solid;
}

.kalender_overzicht table {
    width: 100%;
}

.kalender_overzicht table th {
	font-weight: bold;
	border-bottom: 1px solid;
}

.kalender_overzicht table td {
    vertical-align: top;
}

.kalender_overzicht table td.datum {
    font-weight: bold;
    text-align: center;
}

.kalender_overzicht table td.eigenaar {
    width: 30%;
}

.kalender_overzicht table td.plaats {
    width: 30%;
}

.kalender_overzicht table td.titel {
    width: 40%;
}

/* the menu */

.menu ul, .menu li, .menu a {
	color: #3F3F35;
	display:block;
	margin:0;
	padding:0;
	border:0;
}

.menu ul {
	width:100%;
	list-style:none;
	border-left: 1px solid;
}

.menu li {
	position:relative;
	padding:2px;
	z-index:9;
}

.menu li.folder	{ 
/*	background:url("/images/item_folder.gif") no-repeat; */
}		

.menu li.folder ul {
	background: #ccc;
	border: 1px solid #BDBC9E;
	position:absolute;
	left:120px; /* IE */
	top:5px;
	z-index: 40;
}		

.menu li.folder>ul { 
	left:140px; 
} /* others */

.menu a {
	padding:2px;
	text-decoration:none;
	font-weight:bold;
	width:100%; /* IE */
}
.menu li>a { width:auto; } /* others */

.menu li a.submenu {
	background: url("images/sub.gif") right no-repeat;
}

/* regular hovers */

.menu a:hover {
    background-color: #eee;
}
.menu li.folder a:hover {
    background-color: #eee;
}

/* hovers with specificity */

.menu li.folder:hover { z-index:10; }		

.menu ul ul, .menu li:hover ul ul {
	display:none;
}

.menu li:hover ul, .menu li:hover li:hover ul {
	display:block;
}		

