/* --- E-WERK ERLANGEN --- CSS-Dokument ------------------------------------- */
/* --- CSS fuer alte Browser, z. B. Netscape 4 ------------------------------ */
/* --- Basisformatierung ---------------------------------------------------- */
body {
    background: #CCC;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 100%;
    color: #000;
}
a:link, a:visited, a:active {
    color: #801;
    text-decoration:none;
}
a:hover {
    color:#000;
    text-decoration:underline;
}
/* --- Ende Basisformatierung ----------------------------------------------- */

/* --- Kopfzeile ------------------------------------------------------------ */
#kopfzeile {
    width: 950px;
    height: 198px;
    background: #EEE url("http://www.e-werk.de/images/basics/bg_kopf.jpg") repeat-x;    
}
#kopfnavi {
    font-size: 70%;
    font-weight: bold;
}
#navi1, #navi2, #navi3, #navi4, #navi5, #navi6, #navi7, #navi8, #navi9, #navi10{
    background: #EEE;
}

#navi1 ul, #navi2 ul, #navi3 ul, #navi4 ul, #navi5 ul, #navi6 ul, #navi7 ul, #navi8 ul, #navi9 ul, #navi10 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 70%;
    font-weight: bold;
    margin-left: -100px;
}
#linkeSeite {
    float:left;
    width: 250px;
}
#linkeSeite table, #linkeSeite th, #linkeSeite td.text, #linkeSeite td.datum, #linkeSeite td.event, #rechteSeite table, #rechteSeite th {
    font-family: Verdana, Geneva, sans-serif;
    background: #801;
}
#linkeSeite th {
    font-size: 80%;
    font-weight: bold;
    background: #EEE;
    text-align: right;
    color: #801;
}
#linkeSeite td.text, #linkeSeite td.datum, #linkeSeite td.event {
    font-size: 70%;
    color: #FFF;
}
#mitte {
    position: absolute;
    left: 260px;
    top: 200px;
    width: 750px;
    float:left;
}

#mitte table, #mitte th.schwarzlinks, #mitte th.bezeichnung, #mitte td, #mitte p, #rechteSeite th {
    font-family: Verdana, Geneva, sans-serif;
    color: #000;
    background: #EEE;
    text-align: left;
}
#mitte th.schwarzlinks, #mitte th.bezeichnung, #mitte td.rubrik {
    background: #AAA;
    color: #801;
    font-weight: bold;
    text-align: left;
}
#mitte h1 {
    font-size: 70%;
    font-weight: bold;
    color: #801;
}
#mitte td.mittig, #mitte td.rechts {
    text-align: center;
    font-size: 60%;
}
#mitte p, #mitte.td {
    font-size: 70%;
}
#mitte td.fuss {
    background: #AAA;
    font-size: 60%;
}
#linkeSeite a:link, #linkeSeite a:visited, #linkeSeite a:active {
    color: #801;
    text-decoration:none;
}
#linkeSeite a:hover {
    color:#000;
    text-decoration:underline;
}
#rechteSeite {
    position:absolute;
    left: 0;
    top: 1400px;
    width: 250px;
    float:left;
}
#rechteSeite td {
    background: #AAA;
    font-size: 70%;
    color: #000;
    font-family: Verdana, Geneva, sans-serif;
}
#rechteSeite a:link, #rechteSeite a:visited, #rechteSeite a:active {
    color: #801;
    text-decoration:none;
}
#rechteSeite a:hover {
    color:#000;
    text-decoration:underline;
}
/* --- Ende Seiteninhalt ---------------------------------------------------- */

/* --- CSS Ende ------------------------------------------------------------- */