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

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

#oben {
width: 1000px;
height: 480px;
/* background-color:#980100; */
float: left;
}

#leerlinks {
width: 120px;
height: 370px;
/* background-color:#980100; */
float: left;
}

#mittelinks {
width: 303px;
height: 350px;
padding-top: 20px;
background-color:#7C4AA8;
text-align: center;
float: left;
}

#mitterechts {
width: 1px;
height: 350px;
padding-top: 20px;
background-color:#7C4AA8;
text-align: center;
float: left;
}

#leermitterechts {
width: 380px;
height: 370px;
/* background-color:#AAAAAA; */
float: left;
}

#rechts {
width: 190px;
height: 370px;
text-align:center;
float: left;
}

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

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

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

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