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

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

#textfeld {
padding-left: 20%;
font: normal 25px verdana, sans-serif;
color:#000000;

}

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

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

#linkcontainer {
width:400px;
height: 550px;
/* background-color:#009933; */
float:left;
}

/* im linkcontainer befinden sich die ungeordnet angeordneten links zu den Unterseiten */
#boomerlink {
width:400px;
height:50px;
font-size:25px;
}

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

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

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

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