A {
	color:#000000;
	text-decoration:underline;
}

/* bovenkant */

.hoofdmenu {
	height:61px;
	text-align:center;
	vertical-align:middle;
	font-weight:400;
	font-size:15p; 
	display:block; 
	border-right:1px solid #fff; 
	background-color: rgb(220, 222, 0);
}
.hoofdmenu A IMG {
	border:0px; 
	padding:19px 0;
}
	 
.annexmenu {
	padding:0px;
	margin:0px;
}
.annexmenu LI {
	float:left;
	height:34px;
	border:0px solid #ffffff;
	vertical-align: middle;
    display: inline-block;
}
.annexmenu LI A {
	margin-top:8px;
	margin-left:22px;
	font-family:verdana;
	font-weight:bold;
	font-size:8pt;
	text-decoration:none;
	color:#ffffff;
	display: block;
}
.annexmenu LI A.selected {
	color:#dcde00;
}

/* homepage */
.nieuwsdatum {
	color:#999999;
}
.nieuwstitel, .nieuwstitel A {
	font-size:18px;
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}
.nieuwstekst {
	font-size:15px;
/*	line-height:16pt;*/
}

/* publications */
.pubtitel, .pubtitel A {
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}
.pubdatum {
	font-size:15px;
	font-weight:bold;
}
.pubtekst {
	font-size:15px;
}

/* content */
.menukolom  {
	width:255px;
	float:left; 
	border:0px solid #ff0000; 
/*	background-color:#D1D1D1;*/
	background-image:url('../../images/subbg.gif');
	background-repeat:repeat-y;
	overflow:hidden; 
	padding-top:15px;
	padding-right:30px; 
}
.contentkolom  {
/*	width:615px;  */
/*width:645px; */
	float:left; 
	background-color:#ffffff; 
/*	padding:0px;*/
/*	padding:15px;  */
	overflow:hidden; 
	margin-top:15px;
	border:0px solid #ff0000;
}
.contentimg {
	width:92px;
	border:0;
	display:none;
}
@media (min-width: 768px) {
  .contentimg {
    display:block;
  }
}

.bannerkolom  {
/*	width:225px;*/
	float:left; 
/*	background-color:#D1D1D1;*/
	overflow:hidden; 
	margin-top:15px;
/*	margin-left:28px; */
	border:0px solid #ff0000;
}

.submenu {
	margin-top:0px;
	margin-bottom:20px;
	margin-left:0px;
	list-style-type: none;
	padding:0px;
}
.submenu LI {
	width:245px;
	line-height:22px;
	padding-left:20px;
}
.submenu LI A {
	display: block;
	width:200px;
	color:#000000;
	text-decoration:none;
}
.submenu LI A { color:#000000; }

LI.subselected {
	background-color:#C1C1C1;
	background-image:url('../../images/subselected.gif');
	background-repeat:no-repeat;
	color:#000000;
    display: inline-block;
}
LI.subselected A { color:#000000; }

.subsub {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	list-style-type: none;
	padding:0px;
	background-color:#F2F2F2;
}
.subsub LI {
	width:220px;
	border:0px solid #ff0000;
	line-height:22px;
	padding-left:20px;
}
.subsub LI A {
	display:block;
	width:180px;
	line-height:16px;
	color:#000000; 
	text-decoration:none;
	padding:3px 0;
}
.subsub LI A:hover { text-decoration:underline; }

LI.subsubselected { 	
	background-image:url('../../images/subsubselected.gif');
	background-repeat:no-repeat;
}

.titel {
	font-size:18px;
	color:#999999;
	font-weight:bold;
}
/* onderkant */
.grijzebalk {
/*	width:192px;  224-16-16=192 */
/*	width:100%;*/
	height:156px; /* +2*12+1 ivm box-sizing *//* was 155 */
	background-color:#414141; 
	border-width:0px 1px 1px 0px; 
	border-style:solid; 
	border-color:#ffffff; 
	float:left; 
	padding:12px 16px 12px 16px;
}
.grijzebalktitel {
	color:#ffffff; 
	font-size:9pt; 
	line-height:18pt;
	font-weight:bold;
}
.grijzebalktekst, .grijzebalktekst A {
	color:#ffffff; 
	font-size:13px; 
	line-height:14px;
	height:auto;
}
.gelebalk {
/*	width:192px; */
	height:35px; /* +2*12+1 ivm box-sizing */ /* 34-12-12=10 */
	background-color:#DEDE00; 
	border-right:1px solid #ffffff; 
	float:left; 
	padding:5px 16px; 
	color:#333333;
}
.gelebalktitel {
	color:#333333; 
	font-size:9pt; 
	line-height:0;
	font-weight:bold;
}
UL.sitemap {
	margin-left:20px;
	list-style-type:circle;
}
