@charset "UTF-8";
/*
Hier liegt das "minimale" webclient.css und webclient-ablaeufe.css
für die alten Bestandteile auf neuen Seiten.
*/

/** da wir keine global kleinere Schrift mehr haben, hier für Elemente aus altem Layout nachdefinieren */
#footer {
    font-size: 0.7em;
}

.maincontentwhitebgbborder {
    background-color: #ffffff;
    border: 1px solid #ccc;
    margin: -8px 11px 7px 7px;
    padding: 16px;
    z-index: 900;
    position: relative;
    font-size: 0.7em;
}

/*---------------------------------------------------------------------
 * Login-Info
 * Grauer Streifen mit Login-Informationen ganz oben auf Layer
 *---------------------------------------------------------------------*/

div.logininfo {
    background-color: #f4f4f4;
    text-align: right;
    padding: 0px 8px;
}

div.logininfo span {
    font-size: 0.75em;
}

/********************************************************************
 * Alte Fortschrittsanzeige
 *******************************************************************/

/* Anmerkung: div#content haben wir im neuen Layout nicht, darum nehmen wir div.fortschritt als Kriterium */
div.fortschritt {
    margin-top: 8px;
    margin-left: 14px;
    width: 944px;
    height: 38px;
}
div.fortschritt ul.fortschritt-buchung {
    margin: 2px;
}

div.fortschritt ul.fortschritt-buchung li {
    cursor: default;
    float: left;
    height: 27px;
    background-color: #e4e4e4;
    margin: 0;
    font-size: 11px; /* Fontgröße fest */
}

div.fortschritt ul.fortschritt-buchung li.kurz {
    background-image: url("../img/fortschrittsanzeige_bg_kurz.png");
    width: 106px;
}

div.fortschritt ul.fortschritt-buchung li.lang {
    background-image: url("../img/fortschrittsanzeige_bg_lang.png");
    width: 144px;
}

div.fortschritt ul.fortschritt-buchung li.last {
    background-image: url("../img/fortschrittsanzeige_bg_bestaetigung.png");
    width: 119px;
}

div.fortschritt ul.fortschritt-buchung li.checked {
    background-position: 0 -54px;
}

div.fortschritt ul.fortschritt-buchung li.active {
    background-position: 0 -27px;
    background-color: #E4421C;
    color: #fff;
    font-weight: bold;
}

div.fortschritt ul.fortschritt-buchung li input, div.fortschritt ul.fortschritt-buchung li div {
    border: none;
    display: block;
    margin: 0;
    padding: 6px 0 0 24px;
    background: transparent;
    overflow: visible;
    /* sonst sind die Titeltexte im IE zentriert */
    text-align: left;
}

div.fortschritt ul.fortschritt-buchung li input {
    cursor: pointer;
}

div.fortschritt ul.fortschritt-buchung li input:hover, div.fortschritt ul.fortschritt-buchung li input:focus, div.fortschritt ul.fortschritt-buchung li input:active, div.fortschritt ul.fortschritt-buchung li .selected {
    color: #f00;
    text-decoration: underline;
}

/* von webclient.css v580 übernommen */
.resinkl-legende {
    background-image: url("../img/icon/res_incl_grau_29x17.png");
    background-repeat: no-repeat;
    width: 29px;
    height: 17px;
}

/* von webclient.css v580 übernommen */
.nowrap {
    white-space: nowrap;
}

/* von webclient.css v580 übernommen für Buchung_Hinweis */
.spanall {
    width: 100%;
}