/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

body {background-color: #EEE; background-image: url(images/tribe.png); background-repeat: no-repeat;}
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: black; text-decoration:none; border: 1px solid black; background-color:#CED856}
a.m:active {color: black; text-decoration:none; border: 1px solid black; background-color:#CED856}
/* other linkes */
a:link {color: #2d7a50; text-decoration:none}
a:visited {color: #2d7a50; text-decoration:none}
a:hover {color: #2d7a50; text-decoration:underline}
a:active {color: #2d7a50; text-decoration:none}

/* tables */
tr#t {background-color:#DBD8D1}						/* titel */
tr#d {background-color:#E8FFFB}						/* donker */
tr#h {background-color:#FFFFFF}						/* helder */
tr#m {background-color:#FFF582}						/* mark */
