/* CSS Document */
a:link { color: #2318D2; text-decoration:none; } 
a:visited  { color: #2318D2; text-decoration:none; }
a:hover { color: #FF0000; text-decoration:underline;}

a.rest:link { color: #2318D2; text-decoration: underline; }
a.rest:visited {color: #2318D2; text-decoration:underline; }
a.rest:hover {color: #2318D2; text-decoration:none; }

a.obere:link { color: #FFFF00; text-decoration:mone; } 
a.obere:visited  { color: #FFFF00; text-decoration:none }
a.obere:hover { color: #33FF33; text-decoration:underline;}

a.andere:link { color: color: #0000FF; text-decoration:underline; } 
a.andere:visited  { color: #0000FF; text-decoration:underline }
a.andere:hover { color: #FF0000; text-decoration:underline;}