/* CSS-Definitionsdatei, die Site-weite Stylesheets enthält */

a.ml:link,
a.ml:visited,
a.ml:active,
a.ml:hover {align: left; background-color: none; color: #ff0000; }

a:link,
a:visited,
a:active { color: #fafcff; }  /* Gibt die Menüfarbe aller Items an unselected */
a:hover {background: #50a5c6; } /* Hintergrundfarbe bei Auswahl des Hauptmenüs */

/* .xhead { Text-Align: left; font-weight: bold; color: #343435; } */
.xhead { Text-Align: left; color: #343435; Align: left; valign:left;
         font-weight: bold;
}

.lefttext { Text-Align: left; color: #343435; 
            margin: 0px 6px 6px 6px;
            padding: 0px 12px 6px 10px;
}
.xitem { Text-Align: left; color: #444445; 
            margin: 0px 20px 0px 20px;
            padding: 0px 10px 0px 10px;
}
/* oben rechts unten links */

.xctab { BACKGROUND-IMAGE: url(../images/hotel_mid_menu.gif); 
         MARGIN: 2pt 8px; 
         ALIGN: left;
         Text-Align: left;
         FONT-SIZE: 10px; 
         FONT-FAMILY: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
         BORDER-TOP-STYLE: none; TEXT-INDENT: 0pt; 
         BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; 
         BORDER-BOTTOM-STYLE: none;
         width: 272px }

.xctab a:link,
.xctab a:visited, 
.xctab a:active   { color: #112255; background: none; }
.xctab a:hover    { color: #4466aa; background: none; }

.ddmx {
    font: 10px arial;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 4px 12px 3px 10px;
    /* background: #50A5C6;  */
    font: 10px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 10px arial;
    color: #ffffff;    /* Schriftfarbe beim ausgewählten Unter-Menupünkt */
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #7DBCD4; /* Hintergrundfarbe der Unter-Menüpunkte */
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #48A0C0;   /* Hintergrundfarbe beim ausgewählten Unter-Menüpunkt */
}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #2880a0;
    /* border: 1px solid #b8b4ae; */
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */