/* CSS SemWeb IS document */
/* Menu Onderdelen */
dl, dt, dd, ul, li {
margin:0;
padding:0;
list-style-type:none;
}

.menuergotitel {
width:175px;
height:31px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-indent:15px;
line-height:2.7;
color:white;
overflow:hidden;
background-image:url(../images/h2otitelbalk.gif);
}

#menuhoofdergoback {
width:175px;
background-image:url(../images/ergomenuhoofd.gif);
background-repeat:repeat-y;
}

#menu {
padding-top:8px;
width:175px;
background-image:url(../images/ergomenuonder.gif);
min-height:100px;
background-position: bottom;
background-repeat:no-repeat;
}

#menu dt {
cursor:pointer;
margin:0px 0;
padding-top: 8px;
text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #015380;
font-weight: normal;
padding-left:18px;
line-height: 16px;
}

#menu dd {
padding-top:4px;
padding-bottom:4px;
margin-top:0px;
margin-bottom:0px;
/* Eventueel invulling voor aanpassing aan hele submenu, b.v. background white */
}

#menu li {
margin:0px 0;
height:20px;
line-height:20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #015380;
text-align:left;
text-indent:34px;
background-image:url(../images/opsomming.gif);
background-repeat:no-repeat;
background-position:left;
}

#menu dt a {
color: #015380;
text-decoration:none;
display:block;
border:0 none;
height:100%;
}

#menu li a  {
color: #015380;
text-decoration:none;
display:block;
border:0 none;
height:100%;
}

#menu dt a:hover {
color: #015380;
text-decoration:underline;
padding-left: 3px;
/*font-weight:bold;*/
}

#menu li a:hover {
color:#015380;
text-decoration:underline;
font-weight:bold;
}

/* Recent Bekeken CSS */
.recenttitel {
width:157px;
height:31px;
margin-left: 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-indent:15px;
line-height:2.7;
color:white;
overflow:hidden;
background-image:url(../images/h2otitelbalk_rechts.gif);
}

#recentbekekenhoofd {
width:157px;
margin-left: 10px;
background-image:url(../images/ergomenuhoofd_rechts.gif);
background-repeat:repeat-y;
}

#menurecent {
padding-top:3px;
width:157px;
background-image:url(../images/ergomenuonder_rechts.gif);
min-height:100px;
background-position: bottom;
background-repeat:no-repeat;
}

#menurecent dt {
cursor:pointer;
margin:0px 0;
padding-top: 8px;
text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #015380;
font-weight: normal;
padding-left:18px;
line-height: 16px;
}

#menurecent dt a {
color: #015380;
text-decoration:none;
display:block;
border:0 none;
height:100%;
}

#menurecent dt a:hover {
color: #015380;
text-decoration:underline;
padding-left: 3px;
/*font-weight:bold;*/
}

#menurecent dd {
padding-top:4px;
padding-bottom:4px;
margin-top:0px;
margin-bottom:0px;
}
/* Einde Recent Bekeken CSS */