/* CSS Document */

body {background-color: #DDD; margin-top:0px}
body,td,th {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px}

/* moet in volgorde staan */
/* menu links*/
a.m:link {color: #E15518; text-decoration:none; border: 1px dotted #E15518}
a.m:visited {color: #E15518; text-decoration:none; border: 1px dotted #E15518}
a.m:hover {color: #E15518; text-decoration:none; border: 1px dotted #E15518; background-color:white}
a.m:active {color: #E15518; text-decoration:none; border: 1px dotted #E15518; background-color:white}
/* other linkes */
a:link {color: #E15518; text-decoration:none}
a:visited {color: #E15518; text-decoration:none}
a:hover {color: #E15518; text-decoration:underline}
a:active {color: #E15518; text-decoration:none}

/* tables */
tr#t {background-color:#FFE090}						/* titel */
tr#d {background-color:#DFE6A0}						/* donker */
tr#h {background-color:#EDF0C8}						/* helder */
tr#m {background-color:#ffff55}						/* mark */
