/* Body und Tabellen */
html, body {
    background-image: url(http://www.bahninfo.de/hinter.jpg);
    background-color: #fff;
    color: #000;
    font-family: sans-serif;
    font-size: 10pt;
}

img {
    border: 0px;
}

em {
    padding-left: 0.4em;
    padding-right: 0.4em;
}

a:link {
    color: #000080;
}

a:visited {
    color: #800000;
}

a:active {
    color: #ff0000;
}


/* Ueberschriften */
table {
    table-layout: fixed;
}

th {
    text-align: center;
}

td {
    vertical-align: top;
    padding: 1px 3px;
}


/* Ueberschriften */
h1 {
    font-weight: bold; margin: 0px;
}

h2 {
    text-align: left;
}

h3 {
    font-weight: bold;
    text-align: center;
}

h4 {
    font-weight: normal;
    font-style: italic;
    margin: 0% 0% 3%;
}

h1#fzgl {
    text-align: center;
}

h2.fzgl {
    font-size: 1.2em;
    margin: 1em 0em 0em;
}

h2.fzglhist {
    text-align: center;
    margin: 1.5em 0em;
}

span#fzglsub {
    font-size: 0.5em;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    margin: 0% 0% 3%;
}

span.fzglhist {
    background-color: silver;
    color: rgb(51, 51, 153);
    border: 1px solid silver;
}


/* Tabellen Fahrzeuglisten "Startseite" */
table.fzglstart {
    width: 80%;
}


/* ausgemustert/alt */
.Au, .Alt {
    color: #ff0000;
}


/* AT U-Bahn */
.At {
    color: #ff6600;
}


/* ertuechtigt/modernisiert/re-designt/neu */
.Et, .Neu {
    color: #00cc00;
}

.Et07 {
    color: #738cb9;
}


/* reserve/abgestellt; Bemerkungen bei BR 472/473 */
.Bem {
    color: #0000ff;
}


/* bestellt */
.Best {
    font-weight: bold;
    font-style: italic;
    color: #008080;
}


/* LCD-Anzeigen */
.LCD {
    background-color: rgb(0,90,0);
    color: rgb(200,255,35);
    font-size: 90%;
    font-weight: bold;
    border-right: 5px solid rgb(0,90,0);
    border-left: 5px solid rgb(0,90,0);
}

.LED {
    background-color: rgb(82,82,82);
    color: rgb(255,237,82);
    font-size: 90%;
    font-weight: bold;
    border-right: 5px solid rgb(0,90,0);
    border-left: 5px solid rgb(0,90,0);
}


/* z-Stellungen Fahrzeugliste BR 472/473 */
.z-GNr {
    background-color: #c0c0c0;
    color: #000;
    text-align: center;
}

.z-G {
    background-color: #c0c0c0;
    color: #000;
}


/* Brechpunkliste */
table#Brp {
    background-color: #fff;
    margin-left: 1%;
}

.LinieNeu {
    background-color: #00cc00;
    color: #ffffff;
    font-weight: bold;
    border-right: 2px solid #00cc00;
    border-left: 2px solid #00cc00;
}

.LinieAlt {
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
    border-right: 2px solid #ff0000;
    border-left: 2px solid #ff0000;
}


/* Sonstiges, selbsterklaerend */
img.fzgl {
    float: right;
    margin: 0% 0% 3% 3%;
}

table.fzgl {
    background-image: url(bg.png);
    text-align: justify;
    margin: 0.5% 0% 0% 2%;
}

ul.fzgl {
    margin: 0px;
}

ul.fzgl li {
    list-style-type: none;
    margin: 0em 8em 0em 0em;
}

.Text {
    text-align: justify;
}

.Textbp {
    text-align: justify;
    width: 90%;
}

.Fussnote {
    font-size: small;
    text-align: center;
}

#Links {
    font-size: large;
    font-weight: bold;
    text-align: center;
}

ul#Links {
    margin: 1em 0em 0em;
    padding: 0px;
}

ul#Links li {
    font-size: smaller;
    font-weight: bold;
    text-align: center;
    display: inline;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

