<!--

/* CSS fuer alle Links - Weiss/Weiss Normal/Normal*/
a:link {color:#FFFFFF; font-weight:normal; text-decoration:none}
a:visited {color:#FFFFFF; font-weight:normal; text-decoration:none}
a:hover {color:#FFFFFF; font-weight:normal; text-decoration:underline}

/* CSS fuer Orange Links - Orange/Orange Normal/Normal*/
.orange a:link {color:#FFCC00; font-weight:normal; text-decoration:none}
.orange a:visited {color:#FFCC00; font-weight:normal; text-decoration:none}
.orange a:hover {color:#FFCC00; font-weight:normal; text-decoration:underline}

h1 {
   position:absolute;
   
}

-->