/* stylesheet.css */

/* ----------------------------------------------------------------------------------- */

.Seite {
    bgcolor:aliceblue;
    background:aliceblue;
    font-family:Times Roman;
    font-size:12px;
    color:black;
}


/* -------------------------------------------------------------------- */

.Text {
    font-family:Times Roman;
    font-size:14px;
    font-weight:normal;
    color:darkblue;
}
.TextUeberschrift {
    font-family:Times Roman;
    font-size:20px;
    font-weight:bold;
    color:darkblue;
}

/* -------------------------------------------------------------------- */

.HintergrundHome {
    bgcolor:black;
    background:black;
}
.HintergrundUeberschrift {
    bgcolor:gold;
    background:gold;
}
.HintergrundFarbkontrast {
    bgcolor:yellowgreen;
    background:yellowgreen;
}


/* -------------------------------------------------------------------- */

.LayerMenueKansasCity {
    position:absolute;
    visibility:visible;
    z-index:0;
    top:80px;
    left:300px;
}


/* -------------------------------------------------------------------- */

.PlatzhalterKansasCityFilesText {
    padding-left:5px;
}


