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

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

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

#seite {
width: 1000px;
height: 1000px;
/* position relative, da sonst andere absolute Container (extra) NICHT daran orientieren würden */
position:relative; top:0px; left:0px;
margin: 0 auto;
/* background-color:#7C4AA8; */
background-image:url(../bilder/the-silly-birds-2.png);
background-repeat:no-repeat;
font: normal 13px verdana, sans-serif;
color:#CCCC00;
text-decoration:none;
}

a:link {
color:#CCCC00;
text-decoration: none;
}

a:active {
color:#CCCC00;
text-decoration: none;
}

a:visited {
color:#CCCC00;
text-decoration: none;
}

a:hover {
color:#CCCCCC;
text-decoration: none;
}