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

body {
background-color:#F1DCC8;
background-image:url(../bilder/geschichtenhaus-fertig.jpg);
background-repeat:no-repeat;
background-position:center top;
}

/* Die Seite ist insgesamt 900 hoch und 1000 px breit */

#seite {
width: 1000px;
height: 900px;
/* position relative, da sonst andere absolute Container (extra) NICHT daran orientieren würden */
position:relative; top:0px; left:0px;
margin: 0 auto;
font: normal 13px verdana, sans-serif;
color:#CCCC00;
text-decoration:none;
}

#geschichtenausdemzauberwald {
position:absolute; top:0px; left:0px;
width:500px;
height:500px;
z-index: 1;
}

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;
}