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

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

#oben {
width: 1000px;
height: 800px;
/* background-color:#98AA00; */
float: left;
}

#linkleiste {
width: 1000px;
height: 50px;
/* background-color:#98AA00; */
float: left;
}

/* in linkleiste befinden sich folgende Container */
#leerlinks {
width: 180px;
height: 50px;
/* background-color:#98AA00; */
float: left;
}

#linkgeschichten {
width: 200px;
height: 50px;
font-size:20px;
/* background-color:#98AA00; */
float: left;
}

#leermitte {
width: 270px;
height: 50px;
/* background-color:#98AA00; */
float: left;
}

#linkthedoc {
width: 200px;
height: 50px;
font-size:20px;
/* background-color:#98AA00; */
float: left;
}

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

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

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

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

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