/* CSS Document */

body {
    margin-top:0px;
}
body,td,th {font-family: Arial, Verdana, Helvetica, sans-serif; font-size:14px;}

/* moet in volgorde staan */
/* menu links*/
a.m:link {text-decoration:none; border: 1px dotted white}
a.m:visited {text-decoration:none; border: 1px dotted white}
a.m:hover {text-decoration:none; border: 1px solid #333333;}
a.m:active {text-decoration:none; border: 1px solid #333333;}
/* submenu links*/
a.sm:link {color: #180fcd; text-decoration:none}
a.sm:visited {color: #180fcd; text-decoration:none}
a.sm:hover {color: #180fcd; text-decoration:underline}
a.sm:active {color: #180fcd; 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 linkes */
a:link {color: #180fcd; text-decoration:none}
a:visited {color: #180fcd; text-decoration:none}
a:hover {color: #180fcd; text-decoration:underline}
a:active {color: #180fcd; text-decoration:none}

/* tables */
table#lst td, th {padding: 4px;}
table#lst {border-spacing: 1px;}
table#fil {border-spacing: 1px;}
tr#t {background-color:#333333}					    /* titel */
tr#d {background-color:#EFEDED}						/* donker */
tr#h {background-color:#FBFBFB}						/* helder */
tr#m {background-color:#CCE8FF}						/* mark: blue */

#statbox {font-size: 11px; border: 1px solid; color: white; border-radius: 2px; padding: 2px; width: 80px; text-align: center; display: inline-block}
