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

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

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

/* in oben sind weitere Container */
#leeroben {
width: 1000px;
height: 120px;
/* background-color:#98AA00; */
float: left;
}

#leerlinkzuruck {
width: 190px;
height: 40px;
/* background-color:#98AA00; */
float: left;
}

#linkzuruck {
width: 120px;
height: 40px;
color:#FFF;
text-align:center;
/* background-color:#FFCCFF; */
float: left;
}

/* ende oben */




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

/* in oben sind weitere Container */
#linksleermitte {
width: 120px;
height: 200px;
/* background-color:#98AA00; */
float: left;
}

#linksenkrecht0 {
width: 25px;
height: 200px;
/* background-color:#98AA00; */
float: left;
}




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

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

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

#boomerlink1 {
width:300px;
height:50px;
font-size:18px;
}

#boomerlink2 {
width:300px;
height:50px;
font-size:20px;
}

#boomerlink3 {
width:300px;
height:50px;
font-size:26px;
}

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

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

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

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