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

body {
background-color:#F1DCC8;
background-image:url(../bilder/micha-schiff-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/traumwald.jpg);
font: normal 13px verdana, sans-serif;
color:#fdfab5;
}

#linkzuruck {
width: 150px;
height: 65px;
font-size:12px;
text-align:right;
/* background-color:#98AA00; */
float: left;
}

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

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

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

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