<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************************************
    Anfang: Userbar
***************************************/


div#loginFailures, div#emailVerificationFailure{
    position: fixed;
    width:100%;
    height:18px;
    top:42px;
    background-color: #7FB1CE;
    border-top: 1px solid #828282;
    font: 12px 'OpenSansRegular',Arial,sans-serif;
    color: white;
    text-shadow: 0px 1px 0px #000;
    text-align: center;
    z-index: 500;
}

/* Sprachauswahl */
#langugage_choice {
    display: inline-block;
}

#langugage_choice ul.langugage_choice_list {
    background-image: url('../../img/gui/bg_username.png'); 
    background-repeat: no-repeat; 
    background-position: right 19px;
    height: 26px;
    padding: 16px 20px 0 1px;
    position: relative;
}

#langugage_choice .langugage_choice_element {
    margin-right: 5px;
    margin-top: 3px;
}

#langugage_choice .langugage_choice_list li a span {
    display: inline-block;
    width: 135px;
}

#langugage_choice .langugage_choice_disabled {
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter:         grayscale(100%);
    
    filter: gray;
}

#langugage_choice .langugage_choice_disabled:HOVER {
    cursor: default;
}

.back-to-process,
.back-to-process:link,
.back-to-process:visited,
.back-to-process:focus,
.back-to-process:hover,
.back-to-process:active {
    float:right;
    vertical-align: top;
    color: #fff;
    border: none;
    font: 14px 'OpenSansRegular', Arial, sans-serif;
    color: #fff;
    text-shadow: 1px 1px 2px #555;
    height: 32px;
    padding: 10px 15px 0 15px;
    text-decoration: none;
}

.back-to-process i {
    font-size: 20px;
}

.back-to-process span {
    padding-top: 1px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: inherit;
}

/***************************************
    Ende: Userbar
***************************************/

/***************************************
    Anfang: Progressbar
***************************************/
/* enthaelt das Styling fuer die grosse und kleine Progressbar
 * liegt im Regelfall ausserhalb der inhaltbox bzw. box_container
 */

.progress-bar {
    width: 952px;
    height: 48px;
    padding: 0;
    margin: 0 0 13px 0;
    border: 1px solid #CCCCCC;
    display:table;
}

.progress-bar.small {
    width: 619px;
    height: 27px;
}

.progress-bar.small.wide {
    width: 952px;
}

/* falls die kleine Progressbar in der inhaltbox liegt (z.B. Wizard) */
.inhaltbox .progress-bar.small {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 25px;
}

/* einfuegen von TP Dialoge */
#addPackageDialog .progress-bar.small {
    width: 480px;
}
#meetingPaketEinfuegen .progress-bar.small {
    width: 618px;
}
#addPackageDialog .progress-bar.steps_3 ul li[id^='step'] {
    min-width: 140px;
}
#meetingPaketEinfuegen .progress-bar.steps_3 ul li[id^='step'] {
    min-width: 182px;
}
#addPackageDialog .progress-bar.steps_2 ul li[id^='step'] {
    min-width: 274px;
}
#meetingPaketEinfuegen .progress-bar.steps_2 ul li[id^='step'] {
    min-width: 324px;
}
/* ende TP Dialog */

.progress-bar.steps_2 ul li {
    min-width: 463px;
}

.progress-bar.small.steps_2 ul li {
    min-width: 303px;
}

.progress-bar.steps_3 ul li {
    min-width: 300px;
}

.progress-bar.steps_4 ul li {
    min-width: 219px;
}

.progress-bar.steps_5 ul li {
    min-width: 160px;
    max-width: 200px;
}

.progress-bar.steps_6 ul li {
    min-width: 133px;
}

.progress-bar.small.steps_6 ul li {
    min-width: 148px;
}

.progress-bar.steps_7 ul li {
    min-width: 114px;
}

.progress-bar.steps_8 ul li {
    min-width: 95px;
}

.progress-bar ul {
	display:table-row;
    padding: 0; 
    margin: 0;
    background-image: url('../../img/gui/progressbar/default/progressbar_back.png');
    background-repeat: repeat-x;
    background-position: 0 0;
}

.progress-bar.small ul {
    background-image: url('../../img/gui/progressbar/default/progressbar_small_back.png');
}

.progress-bar ul.active {
    background-image: url('../../img/gui/progressbar/default/progressbar_back_focus.png');
    background-repeat: repeat-x;
    background-position: 0 0;
}

.progress-bar.small ul.active {
    background-image: url('../../img/gui/progressbar/default/progressbar_small_back_focus.png');
}

.progress-bar ul li {
	display:table-cell;
    vertical-align:middle;
    background-image: url('../../img/gui/progressbar/default/progressbar_back.png');
    background-repeat: repeat-x;
    background-position: 0 0;
}

.progress-bar.small ul li {
    background-image: url('../../img/gui/progressbar/default/progressbar_small_back.png');
}

.progress-bar ul li.active {
    background-image: url('../../img/gui/progressbar/default/progressbar_back_focus.png');
    background-repeat: repeat-x;
    background-position: 0 0;
}

.progress-bar.small ul li.active {
    background-image: url('../../img/gui/progressbar/default/progressbar_small_back_focus.png');
}

.progress-bar ul li.delimiter,
.progress-bar ul li.delimiter_active1,
.progress-bar ul li.delimiter_active2 {
    background-repeat: no-repeat;
    background-position: 0 0;
    min-width: 0;
    width: 25px;
}

.progress-bar.small ul li.delimiter,
.progress-bar.small ul li.delimiter_active1,
.progress-bar.small ul li.delimiter_active2 {
    min-width: 0;
    width: 12px;
}

.progress-bar ul li.delimiter {
    background-image: url('../../img/gui/progressbar/default/progressbar_part_delimiter1.png');
}

.progress-bar.small ul li.delimiter {
    background-image: url('../../img/gui/progressbar/default/progressbar_small_part_delimiter1.png');
}

.progress-bar ul li.delimiter_active1 {
    background-image: url('../../img/gui/progressbar/default/progressbar_part_delimiter2.png');
}

.progress-bar.small ul li.delimiter_active1 {
    background-image: url('../../img/gui/progressbar/default/progressbar_small_part_delimiter2.png');
}

.progress-bar ul li.delimiter_active2 {
    background-image: url('../../img/gui/progressbar/default/progressbar_part_delimiter3.png');
}

.progress-bar.small ul li.delimiter_active2 {
    background-image: url('../../img/gui/progressbar/default/progressbar_small_part_delimiter3.png');
} 

.progress-bar ul li a,
.progress-bar ul li span {
    color: #70706f;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    text-align: center;
}

.progress-bar.small ul li a,
.progress-bar.small ul li span {
    font-size: 15px;
    font-weight: 500;
}

.progress-bar ul li img.finished {
    width: 20px;
    height: 16px;
    background-image: url('../../img/gui/progressbar/default/progressbar_check.png');
    background-repeat: no-repeat;
    background-position: 2px 2px;
}

.progress-bar.small ul li img.finished {
    background-image: url('../../img/gui/progressbar/default/progressbar_small_check.png');
}

.progress-bar ul li.active a,
.progress-bar ul li.active span {
    color: #fff;
}

.progressbar_back_button {
    cursor: pointer;
}

/***************************************
    Ende: Progressbar
***************************************/


/***************************************
    Anfang: Headerbar
***************************************/

/* Styling fuer die Kopfleisten/Balken von #inhalt und .box_container */

/* BEGINN: ROTE HEADERBAR */
.top-red-bar {
    height: 54px;
    position: relative; /* fuer IE7 noetig */
    z-index:2;
    
    margin: 0 22px;
}

.big-blue-headline {
    height: 54px;
    position: relative; /* fuer IE7 noetig */
    z-index:2;
}

div.top-red-bar h1,
.big-blue-headline h2 {
    position: relative;
    float: left;
    line-height: 33px;
    overflow: hidden; 
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; 
    width: 75%;
    font-size: var(--fs_xxx_large);
    font-weight: 500;
    /*color: var(--highlight);*/
    color: var(--primary);
    text-shadow: none;
    font-family: inherit;
    line-height: 54px;
}

div.top-red-bar div.actionmenu,
.box_container div.header div.actionmenu,
div.big-blue-headline div.actionmenu {
    float: right;
}
.box_container div.header div.actionmenu {
	margin-top: 6px;
}
div.big-blue-headline div.actionmenu {
    margin-top:19px;
}

.top-red-bar.menu {
    height: 50px;
    padding: 0;
    z-index: 3;
}

.big-blue-headline ul.navLevel1,
.big-blue-headline ul.navLevel1 li,
.top-red-bar ul.navLevel1,
.top-red-bar ul.navLevel1 li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.big-blue-headline ul.navLevel1 li,
.top-red-bar ul.navLevel1 li {
    float: left;
}


/*falls die Leiste ein Menue bekommen soll */

/* ENDE: ROTE HEADERBAR */




/* BEGINN: BLAUE HEADERBAR */
.box_container div.header {
    height: 48px;
    padding: 5px 22px 3px 11px;
    margin: 0 0 0 0;
    position: relative;

    z-index: 1; /* Fix fuer den IE7-Z-Index-Bug...wg. Actionmenue */

    /*MIGRATION*/
    background-color: var(--secondary);
    box-shadow: #C8C8C8 0px 1px 2px 0px;
}

.accordion .box_container div.header,
.accordion .inner_accordion_container div.header {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

/* Hilfe-Icon fuer die blauen Balken */
.box_container div.header a.infoUndHilfe {
    position: absolute;
    top: 21px;
}

/* Background Images fuer die Ueberschriften im blauen Balken */
.box_container div.header img.datenblatt,
.box_container div.header img.person,
.box_container div.header img.pfeilbutton,
.box_container div.header img.suche {
    height: 32px;
    width: 24px;
    float: left; 
}

.box_container div.header img.datenblatt {
    background-image: url('../../img/gui/header_datenblatt.png');
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.box_container div.header img.person {
    background-image: url('../../img/gui/header_person.png');
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.box_container div.header img.pfeilbutton {
    background-image: url('../../img/gui/pfeil_toggle.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 24px;
    margin-top: 6px;
    cursor: pointer; 
}

.box_container div.header img.pfeilbutton_active {
       background-position: 0 -24px;
}

.box_container div.header img.ausgeklappt {
    background-image: url('../../img/gui/header_ausgeklappt.png');
    background-repeat: no-repeat;
    background-position: 0 6px;
    cursor: pointer;
}

.box_container div.header img.suche {
    background-image: url('../../img/gui/header_suche.png');
    background-repeat: no-repeat;
    background-position: 0 6px;
}

.box_container div.header i {
    /*color: var(--s_dark_80);*/
    /*color: var(--text);*/
    color: var(--element-background);
    font-size: 24px;
    padding-top: 3px;
    padding-left: 5px;
    margin: 0 -5px 0 0;
    float:left;
    line-height: 40px;
}

.box_container div.header h2 {
    /*color: var(--s_dark_80);*/
    /*color: var(--text);*/
    color: var(--element-background);
    font-size: var(--fs_x_medium);
    font-weight: 500;
    padding: 3px 0 0 19px;
    margin: 0;
    position: relative;
    float: left;
    line-height: 40px;
    
    overflow: hidden; 
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; 
    width:70%;
}

.box_container div.header.no_actionmenu h2 {
    width: 100%;
}

/* Highlighting */
.box_container div.header.highlight {
    background-color: #b6d057;
    background-image: none;
}

/* ENDE: BLAUE HEADERBAR */


/* BEGINN: GRAUE HEADERBAR */
.box_container div.header_sidebar {
    padding: 5px 10px;
    margin: 0 0 0 0;
    position: relative;

/*     z-index: 1; Fix fuer den IE7-Z-Index-Bug...wg. Actionmenue */

    background-color: #929292;
    background-image: linear-gradient(left, #929292, #717171);
    background-image: -o-linear-gradient(left, #929292, #717171);
    background-image: -moz-linear-gradient(left, #929292, #717171);
    background-image: -webkit-linear-gradient(left, #929292, #717171);
    background-image: -ms-linear-gradient(left, #929292, #717171);
    background-image: -webkit-gradient(linear, left center, right center, from(#929292), to(#717171));
    -pie-background: linear-gradient(left , #929292, #717171);
    -moz-box-shadow: #C8C8C8 0px 1px 2px 0px;
    -webkit-box-shadow: #C8C8C8 0px 1px 2px 0px;
    
    box-shadow: #C8C8C8 0px 1px 2px 0px;
    
    /* Nutzung von PIE zur Anzeige von CSS3 in den IEs */
    behavior:url('/direct/style/gui/PIE/PIE.htc');
}

.box_container div.header_sidebar i {
    color: #fff;
    font-size: 17px;
    padding: 0;
    margin: 1px 8px 0 0;
    float: left;
}

.box_container div.header_sidebar h5 {
    color: #fff;
    background: transparent;
    font-size: 15px;
    margin: 0;
    padding: 0;
    position: relative;
}

/* Background Images fuer die Ueberschriften im grauen Sidebar-Balken */
.box_container div.header_sidebar img.kalender {
    height: 19px;
    width: 20px;
    float: left; 
    margin-right: 8px;
}

.box_container div.header_sidebar img.kalender {
    background-image: url('../../img/gui/header_sidebar_kalender.png');
    background-repeat: no-repeat;
    background-position: 0 1px;
}
/* ENDE: GRAUE HEADERBAR */

/* BEGINN: INNER ACCORDION */
.inner_accordion_container div.inner_accordion_header {
    box-shadow: none;
    background-image: none;
    background-color: #FFF;
    padding: 5px 22px 3px 0;
}

.inner_accordion_container div.inner_accordion_header i {
    color: #2D6CA2;
    font-size: 21px;
    padding-top: 6px;
    cursor: pointer; 
}

.inner_accordion_container div.inner_accordion_header img.pfeilbutton {
    background-image: url('../../img/gui/pfeil_toggle_blau.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 24px;
    margin-top: 6px;
    cursor: pointer; 
}
.inner_accordion_container div.inner_accordion_header img.pfeilbutton_active {
    background-position: 0 -24px;
}
/* ENDE: INNER ACCORDION */

#anfrageArtAuswahl h2 {
    width: auto;
    max-width: 634px;
}

.box_container div.header #angebotsvergleich_maximieren_button, 
.box_container div.header #angebotsvergleich_maximieren_button:link,
.box_container div.header #angebotsvergleich_maximieren_button:visited, 
.box_container div.header #angebotsvergleich_maximieren_button:focus, 
.box_container div.header #angebotsvergleich_maximieren_button:hover, 
.box_container div.header #angebotsvergleich_maximieren_button:active {
    color: white;
}
/***************************************
    Ende: Headerbar
***************************************/</pre></body></html>