@charset "utf-8";
/* CSS Document */

#zauberwaldnavi {
position: absolute; top:120px; left:-320px;
font-size:18px;
color:#00CC00;
float: left;
z-index: 100;
}

/* speziell für die gewitter.php, da hier der divcontainer seite viel breiter ist */
#zauberwaldnavi_gewitter {
position: absolute; top:125px; left:50px;
font-size:18px;
color:#00CC00;
float: left;
z-index: 100;
}

#zauberwaldnaviheadline {
font-size:12px;
color:#FF3366;
}

a:link {
color:#FF3366;
text-decoration: none;
text-shadow: 5px 5px 10px black;
}

a:active {
color:#FF3366;
text-decoration: none;
text-shadow: 5px 5px 10px black;
}

a:visited {
color:#FF3366;
text-decoration: none;
text-shadow: 5px 5px 10px black;
}

a:hover {
color:#FFCC00;
text-decoration: none;
text-shadow: 5px 5px 10px yellow;
}
