<!--

/* CSS fuer alle Seiten - Schwarz/Schwarz Normal/Normal*/
a:link {color:#000000; font-weight:normal; text-decoration:none}
a:visited {color:#000000; font-weight:normal; text-decoration:none}
a:hover {color:#000000; font-weight:normal; text-decoration:underline}

/* CSS fuer Orange Links - Orange/Schwarz Normal/Normal*/
.orange a:link {color:#FF4C19; font-weight:normal; text-decoration:none}
.orange a:visited {color:#FF4C19; font-weight:normal; text-decoration:none}
.orange a:hover {color:#000000; font-weight:normal; text-decoration:underline}

/* CSS fuer Orange Links - Orange/Schwarz Fett/Fett*/
.orangebold a:link {color:#FF4C19; font-weight:bold; text-decoration:none}
.orangebold a:visited {color:#FF4C19; font-weight:bold; text-decoration:none}
.orangebold a:hover {color:#000000; font-weight:bold; text-decoration:underline}

/* CSS fuer Drawsign-Link - Grau/Schwarz Normal/Normal*/
.drawsign a:link {color:#808080; font-weight:bold; text-decoration:none}
.drawsign a:visited {color:#808080; font-weight:bold; text-decoration:none}
.drawsign a:hover {color:#000000; font-weight:bold; text-decoration:underline}

-->