/* --- E-WERK ERLANGEN --- CSS-Dokument ------------------------------------- */

/* --- Basisformatierung ---------------------------------------------------- */
body {
    background: #000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 100%;
    color: #000;
}
/* --- Ende Basisformatierung ----------------------------------------------- */

/* --- Kopfzeile ------------------------------------------------------------ */
#logo1, #kopfzeile, #logo2, #hn_pfeil, #kopfnavi, #navi1, #navi2, #navi3, #navi4, #navi5, #navi6, #navi7, #navi8, #navi9, #navi10 { display: none; }
/* --- Ende Kopfzeile ------------------------------------------------------- */

/* --- Seiteninhalt --------------------------------------------------------- */
/* --- Rahmen --- */
#content {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    background: #FFF;
}

/* --- linke Textspalte --- */
#linkeSeite { display: none; }

/* --- rechte Textspalte --- */
#rechteSeite { display: none; }
/* --- Ende Seiteninhalt ---------------------------------------------------- */


/* --- eigentlicher Seiteninhalt: mittlere Textspalte --- */
#mitte {
    position: absolute;
    z-index: 102;
    width: 100%;
    height: auto;
    top: 0;
    left: 400px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 100%;
    color: #000;
    margin: 20mm;
}
#mitte td.banner { display: none; }

#mitte table {
    background: #FFF;
    padding: 0;
    margin: 0;
    vertical-align: top;
    width: 100%;
}
#mitte table.sechsspalten {
    padding: 0;
    margin: 0;
    width: 160mm;
}
#mitte td.sechsspalten {
    text-align: center;
    font-weight: bold;
    width: 16%;
}
#mitte th.schwarzlinks {
    text-align: left;
    font-weight: bold;
    color: #000;
    padding: 10px;
    background: #999;
    border: 0;
    border-top: 1px solid #900;
    border-bottom: 1px solid #900;
}
#mitte th.bezeichnung {
    color: #900;
    text-align: left;
    padding: 10px;
    background: #999;
    border: 0;
    border-top: 1px solid #900;
    border-bottom: 1px solid #900;
    font-size: 115%;
}
#mitte td.rubrik {
    text-align: left;
    padding: 5px 10px 5px 10px;
    background: #CCC;
    font-size: 100%;
    font-weight: bold;
    color: #900;
    border: 0;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    page-break-before: auto;
    page-break-after: avoid;
}
#mitte td.rubrik img, #mitte th.bezeichnung img { display:none; }
#mitte td {
    text-align: left;
    vertical-align: top;
    color: #000;
    font-size: 70%;
    padding: 5px 10px 5px 10px;
}
#mitte td.rechts {
    text-align: right;
    vertical-align: top;
    color: #000;
    font-size: 70%;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}
#mitte p {
    text-align: justify;
    vertical-align: top;
    color: #000;
    font-size: 100%;
    padding: 0 0 5px 0;
}
#mitte p.linkespalte {
    text-align: justify;
    vertical-align: top;
    padding: 5px 10px 5px 0px;
    margin: 0;
    width: 48%;
    float:left;
    clear: right;
}
#mitte p.spaltebild {
    text-align: justify;
    vertical-align: top;
    padding: 5px 10px 5px 0px;
    margin: 0;
    width: 48%;
    float:left;
}
#mitte p.rechtespalte {
    text-align: justify;
    vertical-align: top;
    padding: 5px 10px 5px 0px;
    margin: 0;
    width: 48%;
    float: right;
}
* html #mitte p.linkespalte, * html #mitte p.spaltebild, * html #mitte p.rechtespalte {
    width: 48%;
}
#mitte td.grau {
    color: #AAA;
    padding: 6px 10px 0 10px;
    height: 15px;
    width: 160px;
    text-align: left;
    line-height: 20px;
}
#mitte td.mittig {
    font-size: 55%;
    text-align: center;
    padding: 5px 10px 5px 10px;
}
#mitte h1 {
    text-align: left;
    vertical-align: top;
    color: #900;
    font-size: 110%;
    font-weight: bold;
    padding: 0;
    margin: 5px 0 6px 0;
}
#mitte .fuss {
    background: #999;
    color: #900;
    font-size: 80%;
    text-align: center;
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #900;
    border-top: 1px solid #900;
}
#mitte a {
    color: #900;
    text-decoration: none;
}
#mitte .fuss a {
    color: #900;
    text-decoration: none;
    padding: 0;
}
#mitte a:hover, #mitte a:visited:hover, #mitte .fuss a:hover, #mitte .fuss a:visited:hover {
    color: #000;
    text-decoration: underline;
}
#mitte .fuss span.aktiv {
    color: #000;
}
#mitte img.links {
    float: left;
    padding: 7px 10px 5px 0;
}
* html #mitte img.links {
    margin: 15px 10px 5px 0;
}
#mitte img.linksfluss {
    float: left;
    padding: 3px 10px 5px 0;
}
* html #mitte img.linksfluss {
    margin: 2px 10px 5px 0;
}

#mitte img.rechts {
    float: right;
    padding: 7px 0 5px 10px;
}
* html #mitte img.rechts {
    margin: 15px 0 5px 10px;
}
#mitte img.rechtsfluss {
    float: right;
    margin: 0 -10px 0 0;
    padding: 3px 0 5px 10px;
}
* html #mitte img.rechtsfluss {
    margin: 2px -10px 5px 10px;
}

#mitte hr {
    clear: both;
    color: #900;
    height: 1px;
    border: 1px solid #900;
}

/* --- Ende mittlere Textspalte --- */
/* --- CSS Ende ------------------------------------------------------------- */