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

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

#ueberschrift {
width: 1000px;
height: 50px;
text-align:center;
font-size:30px;
font-variant:small-caps;
/* background-color:#980100; */
float: left;
}

#leerlinks {
width: 30px;
padding-left:20px;
background-color:#711E82;
font-size:16px;
text-transform:uppercase;
float:left;
}

#tbzuebersicht {
width: 900px;
height: 850px;
background-color:#9D2FAC;
overflow:auto;
float:left;
}

#leerrechts{
width: 30px;
padding-left:20px;
background-color:#711E82;
font-size:16px;
text-transform:uppercase;
float:left;
}

/* im div container tbzuebersicht ordnen sich jetzt die ganzen thumbs inklusive großer aktueller Ausgabe der */
/* TBZ News an */
#aktuell {
width: 440px;
height: 500px;
background-color: #C767D3;
text-align:center;
font-size:20px;
float: left;
}

/* der allgemeine divcontainer für alle thumbs älterer TBZ News */
#archiv {
width: 220px;
height: 250px;
text-align:center;
font-size:16px;
/* background-color:#980100; */
float: left;
}

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

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

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

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