Subpagina's met korte omschrijving [definition list]
stylesheet
stylesheet
/*****************************/
/* Menu / Sitemap, generally */
/*****************************/
.csc-menu a {
color: #008080;
text-decoration: none;
}
.csc-menu a:hover {
text-decoration: underline;
}
ul.csc-menu {
list-style-type: none;
}
/* ul.csc-menu li {
margin-left: 30px;
padding-left: 5px;
font-size: 14px;
} */
ul.csc-menu li.csc-section {
font-weight: normal;
margin-left: 40px;
font-style: italic;
}
ul.csc-menu li A {
color: #000;
}
/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
/* definition list */
/* Great resources at: http://www.maxdesign.com.au/presentation/definition/ */
dl.csc-menu-4 {
margin: 0;
padding: 0;
}
.csc-menu-4 dt {
position: relative;
text-align: right;
left: 0;
top: 1.1em;
width: 9em;
font-weight: bold;
}
.csc-menu-4 a {
text-decoration: none;
}
.csc-menu-4 a:hover {
text-decoration: underline;
}
.csc-menu-4 dd {
border-left: 1px solid #000;
margin: 0 0 0 10em;
padding: 0 0 .5em .5em;
font-family: georgia, times new roman, serif;
}