/* CSS Document */

body {margin-top:0px; font-size:14px;}
body,td,th {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:14px;}

/* moet in volgorde staan */
/* menu links*/
a.m:link {color: #0060df; text-decoration:none; border: 1px dotted white; border-radius: 4px}
a.m:visited {color: #0060df; text-decoration:none; border: 1px dotted white; border-radius: 4px}
a.m:hover {color: #0060df; text-decoration:none; border: 1px solid white; border-radius: 4px; background-color:#0060df}
a.m:active {color: #0060df; text-decoration:none; border: 1px solid white; border-radius: 4px; background-color:#0060df}
/* submenu links*/
a.sm:link {color: #0060df; text-decoration:none}
a.sm:visited {color: #0060df; text-decoration:none}
a.sm:hover {color: #0060df; text-decoration:underline}
a.sm:active {color: #0060df; text-decoration:none}
/* title links*/
a.ti:link {color: white; text-decoration:none}
a.ti:visited {color: white; text-decoration:none}
a.ti:hover {color: white; text-decoration:underline}
a.ti:active {color: white; text-decoration:none}
/* other links */
a:link {color: #0060df; text-decoration:none}
a:visited {color: #0060df; text-decoration:none}
a:hover {color: #0060df; text-decoration:underline}
a:active {color: #0060df; text-decoration:none}

/* tables */
tr#t {background-color:#0060df}						/* titel */
tr#d {background-color:#EFEDED}						/* donker */
tr#h {background-color:#FBFBFB}						/* helder */
tr#m {background-color:#FFF582}						/* mark */
