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

body {
background-color:#F1DCC8;
background-image:url(../bilder/wetterfrosch-hintergrund.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;
/* zentrieren des div auf die Seitenmitt: */
margin: 0 auto;
background-color:#7C4AA8;
background-image:url(../bilder/juerg-der-wetterfrosch.jpg);
font: normal 13px verdana, sans-serif;
color:#fdfab5;
}

#footer {
width: 1000px;
height: 30px;
text-align:right;
padding-top:870px;
font-size:16px;
/* background-color:#98AA00; */
float: left;
}

/* in dem Footer befindet sich das Copyright und der zurücklink */
#copyright {
width: 500px;
height: 30px;
text-align:left;
font-size:16px;
/* background-color:#98AA00; */
float: left;
}

#zurucklink {
width: 500px;
height: 30px;
text-align:right;
font-size:16px;
/* background-color:#98AA00; */
float: left;
}


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

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

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

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