/* CSS Document */

/*body {margin-top:8px; background-image:url(images/wolken.jpg); background-repeat: repeat}*/
body {margin-top:0px; background-color: white}  /* beige: #efe4e4 */
body,td,th {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px}

/* moet in volgorde staan */
/* menu links*/
a.m:link {color: black; text-decoration:none; border: 1px dotted black}
a.m:visited {color: black; text-decoration:none; border: 1px dotted black}
a.m:hover {color: white; text-decoration:none; border: 1px solid black; background-color:#0065b0}
a.m:active {color: white; text-decoration:none; border: 1px solid black; background-color:#0065b0}
/* submenu links*/
a.sm:link {color: blue; text-decoration:none}
a.sm:visited {color: blue; text-decoration:none}
a.sm:hover {color: blue; text-decoration:underline}
a.sm:active {color: blue; text-decoration:none}
/* other linkes */
a:link {color: blue; text-decoration:none}
a:visited {color: blue; text-decoration:none}
a:hover {color: blue; text-decoration:underline}
a:active {color: blue; text-decoration:none}

/* tables */
table#lst td, th {padding: 4px;}
table#lst {border-spacing: 1px;}
tr#t {background-color:#0065b0; color: #CCC}						/* titel */
tr#d {background-color:#E3E0E0}						/* donker */
tr#h {background-color:#EFEDED}						/* helder */
tr#m {background-color:#f5becd}						/* mark FFF582*/