/* Basics */
    body {
        font: normal 100.01% Arial, Verdana, Helvetica, XHelvetica, sans-serif;
        color: #333;
        margin: 0;
        padding: 0;
        text-align: center;
        background: #F3E4D1;
    }
    .clear {
        clear: both;
    }
    .border {
        border: .1em solid #fff;
    }
    .alignright {
        text-align: right;
    }
    .display-none {
        display: none;
    }
    .to-right {
        float: right;
        margin: 0 0 .5em 1em;
    }
    .to-left {
        float: left;
        margin: 3px 1em .5px 0;
    }
    
    .wrapperTop {
        margin: 0 auto;
        width: 980px;
        text-align: left;
        height: 75px;
    }
    .wrapper {
        margin: 0 auto;
        width: 980px;
        text-align: left;
        background: #fff; /* L */
        line-height: 1.5em;
        padding-top: 42px;
        padding-bottom: 10px;
    }
    .wrapperBottom {
        margin: 0 auto;
        width: 980px;
        text-align: left;
        background: transparent;
    }
    
    .top {
    }
    
    .left {
        float: left;
        width: 10px;
        height: 630px;
        background-color: #fff;
    }
    
    .right {
        float: right;
        width: 10px;
        height: 630px;
        background-color: #fff;
    }
    
    .center {
        width: 960px;
        height: 630px;
        background: #F3E4D1;
        overflow: hidden;
        /* IE Scrollbalken */
        scrollbar-3dlight-color: #D6A665;
        scrollbar-darkshadow-color: #D6A665;
        scrollbar-highlight-color: #F3E4D1;
        scrollbar-shadow-color: #F3E4D1;
        scrollbar-arrow-color: #fff;
        scrollbar-base-color: #7F1615;
        scrollbar-face-color: #D6A665;
        scrollbar-track-color: #F3E4D1;
    }
    * html .center {
        float: left;
    }
    
    .bottom {
    }
    
    .inleft,
    .incenter,
    .inright,
    #inright,
    .intop,
    .inbottom {
    }
    
    .inleft {
        position: absolute;
        top: 122px;
        left: auto;
        width: auto;
        width: 239px;
        margin-left: 10px;
        z-index: 200;
    }
    
    * html .inleft {
        top: 117px;
    }
    *+html .inleft {
        top: 117px;
    }
    
    .inright {
        position: absolute;
        left: auto;
        top: 85px;
        width: 0;
        z-index: 500;
        display: none;
    }
    
    .incenter {
        float: right;
        width: 480px;
        height: 630px;
        overflow: auto;
        overflow-x: hidden;
        border-left: 1px solid #fff;
    }

    .inbottom {
        padding: 5px 0;
    }
    .incenter .content {
    }
/* << */


/* Format Grundeinstellungen */
    /* Grundeinstellungen  fuer einige Element festlegen */
    th, td, p, li {
        font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
        font-size: 12px;
        color: #363332;
    }
    td, th {
        vertical-align: top;
    }
    /* Anpassungen fuer die Standard Absaetze */
    p {
        margin: 10px 15px;
    }
    /* Allgemeine Einstellung fuer Aufzaehlungspunkte */
    ul {
        list-style-image: url(../images/navi_pfeil_rechts.gif);
        margin: 1em 0 .5em 2.5em;
    }
    li {
        line-height: 1.5em;
        padding-bottom: .5em;
    }
    .center li {
        padding-right:10px;
    }
    /* Einstellungen fuer Ueberschriften */
    h1 {
        font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
        font-size: 16px;
        margin: 0;
        padding: 6px 10px 4px 15px;
        color: #333;
        background-color: transparent;
        font-weight: bold;
        border-bottom: 1px solid #fff;
    }
    h2 {
        font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
        font-size: 13px;
        margin: 10px 10px 8px 15px;
        color: #333;
    }
    h3 {
        font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
        font-size: .8em;
        margin: 10px 15px .3em 15px;
        color: #333;
    }
    h4 {
        color: white;
        font-size: .7em;
        margin: 0 0 .3em 0;
    }
    a {
        color: #7F1615;
    }
    /*Standard Link einstellungen*/
    a:link, a:visited, a:hover {
        text-decoration: none;
    }
    a:hover {
        color: #D6A665;
    }
/* << */


/* Sontige Layout Einstellungen */
    .incenter p {
        line-height: 1.5em;
    }
    .left,
    .right {
        line-height: 1.2em;
    }
    
    .small,
    p.small,
    span.small {
        font-size: .9em;
        line-height: 1.4em;
        color: #666;
    }
    
    .zitat,
    p.zitat,
    span.zitat {
        font-style: italic;
        font-size: 11px;
    }
    
    /* Formulare */
    form {
        margin: 0;
    }
    input,
    textarea,
    select {
        font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
        background: #fff;
        border: .1em solid #999;
        font-size: .9em;
        color: #333;
        width: 100%;
        opacity: 0.6;
        -moz-opacity: 0.6;
        filter: alpha(opacity=60);
    }
    input:hover, input:focus,
    textarea:hover, textarea:focus {
        opacity: 1;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }
    select,
    input.button {
        width: auto;
    }
    
    /* Trennlinie */
    hr {
        color: #fff; /* IE */
        border: 1px solid #fff; /* Mozilla */
        height: 1px; /* IE */
        margin-top: 1em;
        margin-bottom: 1em;
    }
    /* Maschinentext */
    pre {
        padding: .1em .5em;
        background: #eee;
        border: 1px dashed #333;
        color: #333;
        white-space: normal;
        font-size: .85em;
        margin-left: .5em;
        width: auto;
    }
    
    /* Bilder */
    img {
        border: 0;
    }
    
    acronym {
        cursor: help;
        border-bottom-style: dashed;
    }
    
    .center p.borderless {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }
    
    
    /* Tabelle */
    table.destable {
        width: 710px;
    }
    
    /* Tabelle */
    table.deshotel {
        width: 710px;
    }
    table.deshotel table {
        margin: 0 auto;
    }
    
    table.deshotel td {
        border-bottom: 1px solid #fff;
        vertical-align: middle;
        padding: 0 10px;
        line-height: 130%;
        text-align: center;
    }
    table.deshotel td.tdleft {
        width: 360px;
        padding: 0;
    }
	
	* html table.deshotel td.tdleft {
        width: 381px;
        padding: 0;
		text-align:left;
    }
	
	*+html table.deshotel td.tdleft {
        width: 381px;
        padding: 0;
		text-align:left;
    }
	
    table.deshotel td.panorama {
        width: 21px;
        padding: 0;
    }
    table.deshotel td h2 {
        margin: 0;
        padding: 0 0 10px 0;
        font-size: 13px;
        color: #7F1615;
        text-transform: uppercase;
    }
    table.deshotel td h3 {
        margin: 0;
        padding: 10px 0 4px 0;
        font-size: 12px;
        color: #7F1615;
        color: #000;
    }
    table.deshotel td h6 {
        margin: 0;
        padding: 0 0 10px 0;
        font-size: 9px;
        font-weight: normal;
    }
    table.deshotel td p {
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-heigth: 100%;
    }
    
    table.deshotel td td {
        padding: 0;
        border: 0;
    }
/* << */


/* Absaetze */
    /* Standard Absatz */
    div.center div.standard {
    }
    div.center div.standard div.intext {
    }
    div.center div.standard div.headline {
    }
    div.center div.standard div.htmlcont {
    }
    
    /* Formatierungen */
    div.center div.absatz-links {
        float: left;
        width: 315px; 
    }
    div.center div.absatz-rechts {
        float: right;
        width: 315px;
    }
    
    /* Panel Absatz */
    div.center div.panel {
        margin-bottom: 1em;
    }
    div.center div.panel div.intext {
    }
    div.center div.panel div.headline {
        border-bottom: 1px solid #032B4D;
        padding: 0 1.2em;
    }
    div.center div.panel div.htmlcont {
        background: #f2f2f2;
        padding: 0 1.2em;
    }
    div.center div.panel h2,
    div.center div.panel h3 {
        margin: 0;
    }
    
    /* DesignPanel Absatz */
    div.center div.despanel {
        margin-bottom: 1em;
    }
    div.center div.despanel div.intext {
    }
    div.center div.despanel div.headline {
        background: #f2f2f2;
        padding: 0 1.2em;
    }
    
    div.center div.despanel div.htmlcont {
        background: #F2E295;
        padding: 0 1.2em;
    }
    div.center div.despanel h2,
    div.center div.despanel h3 {
        margin: 0;
    }
    
    /* Back */
    div.center div.back {
        width: 40%;
        float: left;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    
    /* Date */
    div.center div.date {
/*      width: 40%;
        margin-right: 20px;
        float: right;
        text-align: right;
        margin-bottom: 20px;
*/  }
    div.center div.date p {
        font-style:italic;
        color: #666;
        font-size: 11px;
    }
    
    
    /* Standard Absatz */
    div.center div.tabs {
    }
    div.center div.tabs div.htmlcont {
        display: none;
    }
    
    
    /* Bilde Absatz */
    div.center div.image {
    }
    div.center div.image div.headline {
        display: none;
    }

    /* Zimmer Absatz */
    div.mehr_zimmer {
        text-align: center;
        margin: 0;
        margin-top: 1px;
    }
    div.mehr_zimmer h3 {
        margin: 0;
    }
    div.mehr_zimmer a {
        margin: 0;
        background-color: #7F1615;
        display: block;
        color: #fff;
        font-size: 14px;
        height: 26px;
        
        background-repeat: no-repeat;
    }
    div.mehr_zimmer a:hover {
        background-color: #d6a665;
    }
    
    div.mehr_zimmer a.next {
        background-image: url(../upload/bilder/Hotel/zimmer_vor.gif);
        background-position: 675px center;
    }

    div.mehr_zimmer a.next:hover {
        background-image: url(../upload/bilder/Hotel/zimmer_vor_.gif);
    }
    div.mehr_zimmer a.prev {
        background-image: url(../upload/bilder/Hotel/zimmer_zurueck.gif);
        background-position: 10px center;
    }
    div.mehr_zimmer a.prev:hover {
        background-image: url(../upload/bilder/Hotel/zimmer_zurueck_.gif);
    }
/* << */


/* Logo */
    div.logo {
        margin: 5px 0 0 0;
        text-align: center;
    }
    div.logo div.inlogo {
    }
    div.logo img {}
/* << /*


/* Hauptnavigation */
    div#mnavi {
        position: absolute;
        top: -32px;
        left: 0;
        width: auto;
        z-index: 220;
    }
    
    div#mnavi ul {
        padding: 0;
        margin: 0;
    }
    div#mnavi li {
        padding: 0;
        margin: 0;
        list-style-image: none;
        list-style-type: none;
    }
    * html div#mnavi li {
        display: inline;
    }
    /* Alle Links */
    div#mnavi a {
        display: block;
        /*font-family: "Times New Roman", Times, serif;*/
        font-family: Arial, Verdana, Helvetica, XHelvetica, sans-serif;
    }
    div#mnavi a:hover {
    }
    
    /* Ebene 1 */
        div#mnavi ul.e1 {
            position: absolute;
            top: 0;
            left: 0;
            width: 965px;
            z-index: 221;
        }
        
        div#mnavi ul.e1 li /* all */ {
            width: auto;
            float: left;
            text-align: center;
            margin-right: 1px;
        }
        
        div#mnavi a.e1p, /* closed */
        div#mnavi a.e1a, /* active */
        div#mnavi a.e1o, /* open */
        div#mnavi a.e1oa /* open active */ {
            background: #D6A665;
            width: 119px;
            color: #fff;
            padding: .5em 0;
            text-transform: uppercase;
            color: #84181A;
            font-weight: 700;
            font-size: 12px;
            /*font-size: 13px;*/ /* Bei Times */
        }
        
        div#mnavi a.e1p:hover, div#mnavi a.e1a:hover, div#mnavi a.e1o:hover, div#mnavi a.e1oa:hover,
        div#mnavi a.e1o, div#mnavi a.e1a, div#mnavi a.e1oa {
            background: #7F1615;
            color: #fff;
        }
        
        div#mnavi li.sinnlichkeit a.e1p,
        div#mnavi li.sinnlichkeit a.e1a,
        div#mnavi li.sinnlichkeit a.e1o,
        div#mnavi li.sinnlichkeit a.e1oa {
            background: #F3E4D1;
            width: 239px;
            color: #333;
        }
        
        div#mnavi li.sinnlichkeit a.e1p:hover, div#mnavi li.sinnlichkeit a.e1a:hover, div#mnavi li.sinnlichkeit a.e1o:hover, div#mnavi li.sinnlichkeit a.e1oa:hover,
        div#mnavi li.sinnlichkeit a.e1o, div#mnavi li.sinnlichkeit a.e1a, div#mnavi li.sinnlichkeit a.e1oa {
            background: #7F1615;
            color: #fff;
            font-weight: bold;
        }
        
        div#mnavi li.rezeption a.e1p,
        div#mnavi li.rezeption a.e1a,
        div#mnavi li.rezeption a.e1o,
        div#mnavi li.rezeption a.e1oa {
            background: #F3E4D1;
            width: 240px;
            color: #333;
        }
        
        div#mnavi li.rezeption a.e1p:hover, div#mnavi li.rezeption a.e1a:hover, div#mnavi li.rezeption a.e1o:hover, div#mnavi li.rezeption a.e1oa:hover,
        div#mnavi li.rezeption a.e1o, div#mnavi li.rezeption a.e1a, div#mnavi li.rezeption a.e1oa {
            background: #7F1615;
            color: #fff;
        }
        
    /* Ebene 2 */
        div#mnavi ul.e2 {
            position: absolute;
            top: 110px;
            left: 0;
            width: 239px;
            z-index: 222;
            border-top: 1px solid #A2544D;
        }
        
        div#mnavi ul.e2 li /* all */ {
            float: none;
        }
        
        div#mnavi a.e2p, /* closed */
        div#mnavi a.e2a, /* active */
        div#mnavi a.e2o, /* open */
        div#mnavi a.e2oa /* open active */ {
            font-size: 13px;
            padding: 2px 10px;
            background: transparent;
            color: #F3E4D1;
            text-align: center;
            text-transform: uppercase;
            font-weight: normal;
            width: 219px;
            border-bottom: 1px solid #A2544D;
        }
        
        * html div#mnavi a.e2p, /* closed */
        * html div#mnavi a.e2a, /* active */
        * html div#mnavi a.e2o, /* open */
        * html div#mnavi a.e2oa /* open active */ {
            width: 239px;
        }
        
        div#mnavi a.e2p:hover, div#mnavi a.e2a:hover, div#mnavi a.e2o:hover, div#mnavi a.e2oa:hover,
        div#mnavi a.e2o, div#mnavi a.e2a, div#mnavi a.e2oa {
            background: #781414;
            color: #fff;
            font-weight: bold;
        }
        
        /*div#mnavi li.anwendungen a.e2p, div#mnavi li.anwendungen a.e2a, div#mnavi li.anwendungen a.e2o, div#mnavi li.anwendungen a.e2oa,*/
        div#mnavi li.quicklunch a.e2p, div#mnavi li.quicklunch a.e2a, div#mnavi li.quicklunch a.e2o, div#mnavi li.quicklunch a.e2oa,
        div#mnavi li.unserearrangements a.e2p, div#mnavi li.unserearrangements a.e2a, div#mnavi li.unserearrangements a.e2o, div#mnavi li.unserearrangements a.e2oa,
        div#mnavi li.sternenglanz a.e2p, div#mnavi li.sternenglanz a.e2a, div#mnavi li.sternenglanz a.e2o, div#mnavi li.sternenglanz a.e2oa
        {
            border-top: 1px solid #A2544D;
            margin-top: 35px;
        }

        div#mnavi li.rituale
        {
            border-bottom: 1px solid #A2544D;
            padding-bottom: 35px;
        }
        
        div#mnavi li.lastminute a.e2p, div#mnavi li.lastminute a.e2a, div#mnavi li.lastminute a.e2o, div#mnavi li.lastminute a.e2oa,
        div#mnavi li.traumhaftepreise a.e2p, div#mnavi li.traumhaftepreise a.e2a, div#mnavi li.traumhaftepreise a.e2o, div#mnavi li.traumhaftepreise a.e2oa,
        div#mnavi li.beischumannempfehlen a.e2p, div#mnavi li.beischumannempfehlen a.e2a, div#mnavi li.beischumannempfehlen a.e2o, div#mnavi li.beischumannempfehlen a.e2oa
        {
            border-top: 1px solid #A2544D;
            margin-top: 35px;
        }
        
        /* Schnell und Guenstig */
        div#mnavi li.anwendungen a.e2p:hover, div#mnavi li.anwendungen a.e2a:hover, div#mnavi li.anwendungen a.e2o:hover, div#mnavi li.anwendungen a.e2oa:hover,
        div#mnavi li.anwendungen a.e2o, div#mnavi li.anwendungen a.e2a, div#mnavi li.anwendungen a.e2oa
        {
            color: #fff;
            font-weight: bold;
        }
        
        div#mnavi li.lastminute a.e2p img, div#mnavi li.lastminute a.e2a img, div#mnavi li.lastminute a.e2o img, div#mnavi li.lastminute a.e2oa img
        {
            /*background: url(../images/SchnellGuenstig.gif) center center no-repeat;*/
            background: url(../images/LastMinute.gif) center center no-repeat;
            width: 200px;
            height: 20px;
        }
        
        div#mnavi li.schnellgunstig a.e2p:hover img, div#mnavi li.schnellgunstig a.e2a:hover img, div#mnavi li.schnellgunstig a.e2o:hover img, div#mnavi li.schnellgunstig a.e2oa:hover img,
        div#mnavi li.schnellgunstig a.e2o img, div#mnavi li.schnellgunstig a.e2a img, div#mnavi li.schnellgunstig a.e2oa img
        {
            /*background-image: url(../images/SchnellGuenstig_hover.gif);*/
            background-image: url(../images/LastMinute_hover.gif);
        }

        /*.cat244 #mnavi .anwendungen,*/
        .cat263 #mnavi .spaloungeanwendungen
        {
            display:none;
        }

    /* Ebene 3 */
        div#mnavi ul.e3 {
            position: absolute;
            top: 0;
            left: 239px;
            width: 241px;
            z-index: 223;
        }
        
        div#mnavi ul.e3 li /* all */ {
        }
        
        div#mnavi a.e3p, /* closed */
        div#mnavi a.e3a, /* active */
        div#mnavi a.e3o, /* open */
        div#mnavi a.e3oa /* open active */ {
            color: #333;
            text-transform: none;
            border-bottom: 1px solid #E7CFBD;
            padding: 2px 0;
        }
        
        div#mnavi a.e3p:hover, div#mnavi a.e3a:hover, div#mnavi a.e3o:hover, div#mnavi a.e3oa:hover,
        div#mnavi a.e3o, div#mnavi a.e3a, div#mnavi a.e3oa {
            color: #333;
            font-weight: bold;
            background: #D6A665;
        }
        
        div#mnavi a.e3o, div#mnavi a.e3a, div#mnavi a.e3oa {
            color: #fff;
        }
        
    /* Ebene 4 */
        div#mnavi ul.e4 {
            padding: 0;
            background: #E2C194;
            border-bottom: 1px solid #D6A665;
        }
        
        div#mnavi ul.e4 li /* all */ {
        }
        
        div#mnavi a.e4p, /* closed */
        div#mnavi a.e4a, /* active */
        div#mnavi a.e4o, /* open */
        div#mnavi a.e4oa /* open active */ {
            color: #333;
            font-weight: normal;
            text-transform: none;
            border-bottom: 1px solid #EBD2B1;
            padding: 1px 10px;
        }
        
        div#mnavi a.e4p:hover, div#mnavi a.e4a:hover, div#mnavi a.e4o:hover, div#mnavi a.e4oa:hover,
        div#mnavi a.e4o, div#mnavi a.e4a, div#mnavi a.e4oa {
            color: #7F1615;
            font-weight: bold;
        }
        
    /* Ebene 5 */
        div#mnavi ul.e5 {
            background: #EBD2B1;
        }
        
        div#mnavi ul.e5 li /* all */ {
        }
        
        div#mnavi a.e5p, /* closed */
        div#mnavi a.e5a, /* active */
        div#mnavi a.e5o, /* open */
        div#mnavi a.e5oa /* open active */ {
            font-size: 11px;
            color: #333;
            padding: 1px 10px;
            border-bottom: 1px solid #E2C194;
        }
        
        div#mnavi a.e5p:hover, div#mnavi a.e5a:hover, div#mnavi a.e5o:hover, div#mnavi a.e5oa:hover,
        div#mnavi a.e5o, div#mnavi a.e5a, div#mnavi a.e5oa {
            color: #7F1615;
            font-weight: bold;
        }
/* << */

/* Hilfsnavigation */
    div#HilfsNav {
        position: absolute;
        top: 66px;
        left: auto;
        background: #fff url(../images/hilfsNav_TopLeft.gif) left top no-repeat;
        width: auto;
        height: 18px;
        font-size: 11px;
        text-align: left;
        padding-left: 12px;
    }
    * html div#HilfsNav {
        top: 62px;
    }
    *+html div#HilfsNav {
        top: 62px;
    }
    
    div#HilfsNav ul {
        padding: 0;
        margin: 0;
        background: #fff url(../images/hilfsNav_TopRight.gif) right top no-repeat;
        list-style: none;
        list-style-image: none;
    }
    div#HilfsNav li {
        padding: 0;
        margin: 0 7px 0 0;
        display: inline;
        color: #D6A665;
    }
    
    div#HilfsNav a {
        padding-top: 2px;
        padding-right:5px;
        color: #D6A665;
        font-size: 11px;
        margin: 0;
        text-transform: uppercase;
    }
    div#HilfsNav a:hover {
        color: #9D1010;
    }
    
    
    div#HilfsNav li.lastminute { margin:0; position:absolute; top:0; left:880px; width:auto; }
    div#HilfsNav li.lastminute a { padding:0; background: url(../images/traumhafte-preise.gif) top right no-repeat; width:100px; height:18px; display:block; }
    div#HilfsNav li.lastminute a:hover { background-image:url(../images/traumhafte-preise_hover.gif); }
    div#HilfsNav li.lastminute span { display:none; }
/* << */


/* Schnell und Guenstig */
    div#tabangebot {
        position: absolute;
        top: 0;
        left: auto;
        width: auto;
        display:none;
    }
    div#tabangebot div.inangebot {
        position: absolute;
        top: 62px;
        /*left: 885px;*/
        left: 840px;
        width: auto;
    }
    div#tabangebot div.inangebot a {
        /*background: url(../images/LastMinuteTab.gif) top right no-repeat;*/
        background: url(../images/traumhafte-preise.gif) top right no-repeat;
    }
    html div#tabangebot div.inangebot a img {
        /*width: 95px;*/
        width:140px;
        height: 18px;
    }
    div#tabangebot div.inangebot a:hover {
        /*background-image: url(../images/LastMinuteTabHover.gif);*/
        background-image: url(../images/traumhafte-preise_hover.gif);
    }
/* << */



/* BottomNavigation */
    div.BotNav {
        padding: 2px 0;
        text-align: center;
    }
    div.BotNav ul {
        padding: 0;
        margin: 0;
    }
    div.BotNav li {
        padding: 0;
        margin: 0 10px;
        list-style: none;
        list-style-image: none;
        display: inline;
        color: #F3E4D1;
        font-size: 11px;
    }
    
    div.BotNav a {
        font-size: 11px;
        padding: 0 5px;
        color: #84181A;
    }
    div.BotNav a:hover {
        color: #333;
    }
    
    div.BotNav li.musik {
        color: #84181A;
    }
    div.BotNav li.musik a {
        padding: 0;
    }
/* << */


/* Navigationspfad */
    div.NavPath {
        font-size: 11px;
        display: none;
    }
    div.NavPath div.cont {
    }
    div.NavPath a {
        font-size: 11px;
    }
    div.NavPath a:hover {
    }
/* << */


/* Illustration */
    div.illustration {
        position: absolute;
        top: 0;
        left: auto;
        width: auto;
    }
    div.illustration div.inillu {
        position: absolute;
        top: 774px;
        left: 615px;
    }
    * html div.illustration div.inillu {
        top: 769px;
    }
    *+html div.illustration div.inillu {
        top: 769px;
    }
/* << */


/* Sitemap */
    ul.sitemap {
        list-style-type: none;
        list-style-image: none;
        padding: 0;
        margin: 0;
    }
    
    ul.sitemap ul {
        list-style-type: none;
        list-style-image: none;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    ul.sitemap ul ul {
    }
    
    ul.sitemap li {
        padding: 0;
        margin: 0;
        /*float: left;
        width: 48%;
        margin-right: 2%;*/
    }
    
    ul.sitemap li li {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    
    ul.sitemap li a {
        font-weight: bold;
        display: block;
        padding: 2px 5px;
        font-size: 14px;
        background: #D6A665;
        color: #000;
    }
    
    ul.sitemap li li a {
        padding: 2px 5px;
        font-size: 13px;
        border-bottom: 0;
        color: #000;
        background: transparent;
    }
    
    ul.sitemap li li li a {
        font-size: 12px;
        font-weight: normal;
        padding: 2px 5px 2px 15px;
    }
    
    ul.sitemap li li li li a {
        padding-left: 25px;
    }
    
    
    ul.sitemap li a:hover {
        color: #fff;
        background: #7F1615;
    }
    
    ul.sitemap li li a:hover {
        color: #7F1615;
        background: transparent;
    }
/* << */


/* Suche */
    /* Sucheingabe */
    div.top div.searchbox {
        position: absolute;
        left: auto;
        top: 0;
        width: 250px;
        z-index: 150;
        white-space: nowrap;
    }
    div.content div.searchbox {
        margin: 20px;
    }
    div.top div.searchbox div.insearch {
        position: absolute;
        left: auto;
        top: 0;
    }
    div.searchbox label {
        font-size: 12px;
        font-weight: bold;
        padding-right: 3px;
    }
    div.center div.searchbox label {
        display: none;
    }
    div.searchbox input {
        font-size: 9px;
    }
    div.center div.searchbox input {
        width: 60%;
    }
    div.center div.searchbox input.button {
        width: auto;
    }
    /* Sucheausgabe */
    div.search {
        margin: 20px;
    }
    div.search div.message {
        margin-bottom: 10px;
        font-weight: bold;
    }
    div.search div.cont {
        margin-bottom: 10px;
    }
    div.search div.cont h2 {
        font-size: 13px;
        margin-bottom: 5px;
    }
    div.search div.cont h2 span.num {
        font-size: 11px;
        color: #666;
    }
    div.search div.cont strong {
        color: #333;
        background: #fff;
    }
    div.search div.browsing {
        text-align: center;
    }
/* << */


/* Kontaktformular */
    div.KontaktForm {
        margin: 1em 1.2em;
        border-top: 1px solid #fff;
        padding-top: 5px;
        font-size: 12px;
    }
    *+html div.KontaktForm {
        width: 90%;
    }
    * html div.KontaktForm {
        width: 100%;
    }
    div.KontaktForm table.Kontakt {
        width: 100%;
    }
    div.KontaktForm td {
        padding-bottom: 5px;
        font-size: 12px;
    }
    div.KontaktForm td.tdleft {
        padding-right: 20px;
        white-space: nowrap;
        width: 25%;
    }
    div.KontaktForm td.tdright {
        width: 75%;
    }
    div.KontaktForm input,
    div.KontaktForm textarea {
        width: 99%;
    }
    div.KontaktForm label {
    }
    /* PLZ/Ort */
    div.KontaktForm label.plz {
        display: inline;
    }
    div.KontaktForm label.ort {
        display: inline;
    }
    div.KontaktForm input.plz {
        width: 25%;
        float: left;
    }
    div.KontaktForm input.ort {
        width: 70%;
        float: right;
    }
    
    div.KontaktForm input#Anreise,
    div.KontaktForm input#Abreise {
        width: 70px;
    }
    /* Submit */
    div.KontaktForm tr.submit {
    }
    div.KontaktForm tr.submit input {
        margin-right: 10px;
    }
    /* Pflichtfelder */
    div.KontaktForm tr.pflicht {
    }
    /* Buttons */
    div.KontaktForm input.button,
    div.KontaktForm input.radio,
    div.KontaktForm input.check {
        width: auto;
    }
    
    div.KontaktForm input.radio,
    div.KontaktForm input.check {
        background: transparent;
        border: 0;
    }
        
    div.KontaktForm tr.line td {
        border-top: 1px solid #fff;
        padding-top: 5px;
    }
/* << */


/* Send2Friend */
    div.send2friend textarea {
        height: 100px;
    }
/* << */


/* Newsliste */
    /* DIV-Bereich fuer die gesamte Artikelliste */ 
    div#news {
        padding: 10px;
    }
    .teaser div#news {
        padding: 0;
        position: absolute;
        top: 0;
        left: 240px;
        width: 239px;
    }
    div#news ul {
        padding: 0;
        margin: 0;
        list-style-image: none;
        list-style: none;
    }
    div#news li {
        padding: 0;
        margin: 0;
    }
    
    div#news ul.col1 {
    }
    div#news ul.col2 {
    }
    div#news ul.active {
        background-color: #D6A665;
    }
    
    div#news #news_advanced {
        clear: both;
        border-bottom:1px solid #fff;
        padding:10px;
    }
    
    div#news #news_advanced:hover {
        background-color: #D6A665;
    }
    
    /* Links */
    div#news a,
    div#news h2 a {
        color: #7F1615;
    }
    div#news a:hover,
    div#news h2 a:hover {
        color: #000;
    }
    /* Ueberschrift Artikel */
    div#news .headline_advanced {
    }
    div#news .headline_advanced h2 {
        margin-bottom: 0;
        display: block;
        font-size: 13px;
                line-height:16px;
    }
    /* Einstellung der Bilder fortlaufende Zaehlung, beginnend mit 0    */ 
    div#news .img_advanced0 {
        float: right;
        margin: 0 0 3px 15px;
        border: 1px solid #666;
    }
    div#news .img_advanced0 a img {
    }
    /* Einstellung fuer Text fortlaufende Zaehlung, beginnend mit 0 */ 
    div#news .text_advanced0 {
        color: #333;
        font-size: 12px;
                line-height:14px;
    }
    div#news .text_advanced1 {
        color: #000;
        font-size: 12px;
line-height:12px;
    }
    
    /* Mehr Button */ 
    div#news .more {
        clear: both;
        text-align: left;
        width: auto;
        font-size: 11px;
        display: none;
    }
    div#news .more a {
    }
    div#news .more a:hover {
    }
    
    /* Seitenzaehler */
    div#news .pageselector {
        clear: left;
        text-align: left;
        background: transparent;
        height: 20px;
        overflow: hidden;
        margin-top: 1em;
        font-size: 11px;
        border-top: 1px solid #A2544D;
position:absolute; width:239px; top:598px;
    }
    div#news .pageselector a,
    div#news .pageselector span.inPage {
        float: left;
        display: block;
        padding: .01em 1em;
        height: 20px;
        margin-right: .05em;
        color: #333;
        font-weight: bold;
    }
    div#news .pageselector a:hover,
    div#news .pageselector span.inPage {
        background: #A2544D;
        color: #fff;
    }
    
    div#news .pageselector span.page {
        padding: 0 10px 0 1em;
        float: left;
    }
    div#news .pageselector span.platzhalter {
        float: left;
        display: block;
        padding: 2px 8px;
        margin-right: 1px;
    }
/* << */


/* Newsletter */
    div#newsletterbox {
        margin: 0 15px;
        margin-bottom: 2em;
    }
    
    .bottom div#newsletterbox {
        margin: 0;
        position: absolute;
        left: auto;
        top: 0;
        z-index: 530;
        width: auto;
    }
    
    /* Formular */
    .bottom div#newsletterbox div.form form {
        position: absolute;
        left: 260px;
        top: 610px;
        z-index: 531;
        width: 220px;
    }
    
    .bottom div#newsletterbox div.form h2 {
        margin: 0;
    }
    
    div#newsletterbox div.form label {
        font-weight: bold;
        margin-top: 5px;
        display: block;
        font-size: 12px;
    }
    div#newsletterbox div.form input {
        font-size: 11px;
        margin-bottom: 5px;
    }
    div#newsletterbox div.form select {
        font-size: 11px;
    }
    
    div#newsletterbox div.form div.buttons input,
    div#newsletterbox div.form div.buttons select,
    div#newsletterbox div.form div.buttons label {
        width: auto;
        float: left;
        margin-right: 5px;
    }
    
    div#newsletterbox div.form div.buttons input#submit {
        background: #7F1615;
        color: #fff;
        font-size: 12px;
        /*float: right;*/
        padding: 0 10px;
    }
    
    div#newsletterbox div.form div.buttons label {
        display: none;
    }
    
    /* Handler Artikel */
    div#newsletterbox div.handler {
        font-size: 12px;
        font-weight: bold;
        border-top: 1px solid #000;
        padding-top: 5px;
        padding-bottom: 10px;
    }
/* << */


/* Gallery */
    div.gallery {

        margin: 1em 1.5em;
        width: auto;
    }
    table.gTable {
        width: auto;
    }

    div.gallery td.gallery_image {
        width: 143px;
        height: auto;
        background: url(../images/gallery_background.gif) top left no-repeat;
    }
    div.gallery td.gallery_image div.link {
        width: 136px;
        height: 76px;
        overflow: hidden;
        margin: 4px 0 0 4px;
    }
/* << */


/* >> Lightbox Gallery */
    /* >> >> Allgemeine Angaben */
        div.ligallery div.gallery h3 {
            font-size: 10px;
        }
        div.ligallery div.gallery div.medianame {
            display: block;
        }
        div.ligallery div.gallery div.description {
            display: block;
        }
        div.ligallery div.gallery div.galleryNav {
            background: #0f0f0f;
            text-align: center;
            padding: 1px 0;
        }
        div.ligallery div.gallery div.galleryNav a {
            padding: 0 5px;
        }
/* << */


/* Slideshow */
    #slideshow-box {
        position: absolute;
        top: 0;
        left: auto;
        width: 49.2em;
        z-index: 20;
    }
    #slideshow {
        position: absolute;
        top: 9em;
        left: 0;
    }
    #slideshow .slide {
        position: absolute;
        top: 0;
        left: -.1em;
        vertical-align: middle;
        display: none;
    }
    #slideshow .slide img {
        border: 0;
    }
/* << */


/* Login */
    div.LoginBox {
    }
    div.center div.LoginBox {
        margin: 0 auto;
        text-align: center;
        width: 250px;
    }
    /* Login Box */
    div.LoginBox div.login {
    }
    div.center div.LoginBox div.login {
        text-align: left;
        margin: 0 auto;
    }
    div.LoginBox h3 {
        font-size: 12px;
    }   
    div.LoginBox a:hover {
    }
    div.LoginBox form {
    }
    div.LoginBox label {
        display: block;
        font-weight: bold;
    }
    div.LoginBox input {
        width: 100%;
        border: 0;
        margin-bottom: 5px;
        border-bottom: 1px solid #ccc;
        font-size: 11px;
    }
    div.center div.LoginBox input {
        font-size: 12px;
    }
    div.LoginBox input.button {
        width: auto;
    }
    
    /* Logout Box */
    div.LoginBox div.logout {
        text-align: left;
    }
    div.LoginBox div.logout span.username {
        font-weight: bold;
    }
/* << */


/* Teaser */
    /* Teaserhuelle */
    div.teaser {
        width: 100%;
    }
    
    .left div.teaser {
        height: 630px;
        background: #7F1615;
    }
    
    .right div.teaser {
        position: absolute;
        z-index: 520;
        left: -400px;
        top: 60px;
        width: 380px;
    }
    div.teaser div.inteaser {
    }
    /* Text und Ueberschriften */
    div.teaser p,
    div.teaser h2,
    div.teaser h3,
    div.teaser h4,
    div.teaser ul,
    div.teaser li {
        margin: 0 0 6px 0;
        font-size: 12px;
        color: #fff;
    }
    div.teaser th,
    div.teaser td {
        font-size: 12px;
    }
    div.teaser h2,
    div.teaser h3 {
        font-size: 13px;
    }
    
    /* Links */
    div.teaser a {
        color: #F3E4D1;
    }
    div.teaser a:hover {
        color: #fff;
    }
    
    /* Standard Absatz */
    div.teaser div.standard {
        position: absolute;
        top: 400px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding-top: 5px;
        z-index: 251;
        width: 239px;
    }
    div.teaser div.standard div.intext {
    }
    div.teaser div.standard div.headline {
    }
    div.teaser div.standard div.htmlcont {
        padding: 0 15px;
    }
    
    /* Teaser Panel Absatz */
    div.teaser div.panel {
        position: absolute;
        top: 20px;
        z-index: 251;
        width: 239px;
    }
    div.teaser div.panel div.intext {
    }
    div.teaser div.panel div.headline {
    }
    
    div.teaser div.panel div.htmlcont {
    }
    div.teaser div.panel h2,
    div.teaser div.panel h3 {
    }
    
    /* Teaser DesignPanel Absatz */
    div.teaser div.despanel {
        position: absolute;
        top: 500px;
        z-index: 251;
        width: 239px;
    }
    div.teaser div.despanel div.intext {
    }
    div.teaser div.despanel div.headline {
    }
    div.teaser div.despanel div.htmlcont {
        padding: 0 15px;
    }
    div.teaser div.despanel h2,
    div.teaser div.despanel h3 {
    }
    
    /* Teaer Startseite */
    div.teaser div.startseite {
        position: absolute;
        top: 0;
        left: auto;
        width: 960px;
        z-index: 251;
    }
    div.teaser div.startseite div.headline {
        width: 100px;
        overflow: hidden;
        padding-left: 10px;
    }
    div.teaser div.startseite div.htmlcont {
    }
    
    div.teaser div.startseite div.htmlcont p,
    div.teaser div.startseite div.htmlcont li  {
        font-size: 11px;
    }

    div.teaser div.startseite div.htmlcont a {
        display: block;
        padding: 5px 15px 5px 15px;
        font-size: 14px;
        background: #D6A665;
        color: #7F1615;
        text-align: center;
        font-weight: bold;
        border-bottom: 1px solid #fff;
    }
    * html div.teaser div.startseite div.htmlcont a {
        padding-top: 8px;
        padding-bottom: 7px;
        
    }
    div.teaser div.startseite div.htmlcont a:hover {
        background: #7F1615;
        color: #fff;
    }
    
    
    
    /* Infoteaser */
    div.teaser div.infoteaser {
        color: #7F1615;
        background: #F3E4D1;
        border: 1px solid #774136;
    }
    div.wrapper div.teaser div.infoteaser {
        display: none;
    }
    div.teaser div.infoteaser div.intext {
    }
    div.teaser div.infoteaser div.headline {
    }
    div.teaser div.infoteaser div.htmlcont {
        padding: 8px 15px 10px 15px;
        font-size: 11px;
    }
    
    div.teaser div.infoteaser div.htmlcont p,
    div.teaser div.infoteaser div.htmlcont li,
    div.teaser div.infoteaser div.htmlcont td  {
        font-size: 11px;
        color: #333;

    }
    div.teaser div.infoteaser div.htmlcont h3  {
        color: #7F1615;
    }
    div.teaser div.infoteaser div.htmlcont a  {
        color: #7F1615;
    }
    div.teaser div.infoteaser div.htmlcont h6 a  {
        color: #7F1615;
        font-size: 14px;
        border-top: 1px solid #774136;
        display: block;
        padding-top: 5px;
        margin-top: 5px;
    }
    div.teaser div.infoteaser div.htmlcont a:hover  {
        color: #333;
    }
    
    /* Teaser News */
    div.teaser div.news {
        font-size: 11px;
    }
    div.teaser div.news .teaser_advanced {
    }
    div.teaser div.news .headline_advanced h2 {
        padding-left:10px;
        background: url(../images/butt.gif) 0 5px no-repeat;
    }
    /* Einstellung fuer Text fortlaufende Z?hlung, beginnend mit 0 */ 
    div.teaser div.news .text_advanced0 {
        padding-left: 10px;
    }
    div.teaser div.news .pageselector {
        display: none;
    }

    /* Social Bookmarks Menue */
    div.teaser div.menue {
        position: absolute;
        left: 255px;
        width: 210px;
        top: 80px;
        font-size: 11px;
    }
    
    div.teaser div.menue a {
        color: #7F1615;
    }
    
    div.teaser div.menue a:hover {
        color: #D6A665;
    }
/* << */


/* Filetypes an Buttons */
    /* Buttons */
    .weiter {
        padding-left: 15px;
        background: url(../images/navi_pfeil_rechts.gif) left no-repeat;
    }
    .zurueck {
        padding-left: 15px;
        background: url(../images/back_button.gif) left no-repeat;
    }
    .extern {
        padding-right: 10px;
        background: url(../images/button_externen_link.gif) right no-repeat;
    }
    /* Filetypes */
    .ft_css {
        padding-left: 25px;
        background: url(../images/filetypes/css.gif) center left no-repeat;
    }
    .ft_excel {
        padding-left: 25px;
        background: url(../images/filetypes/excel.gif) center left no-repeat;
    }
    .ft_gif {
        padding-left: 25px;
        background: url(../images/filetypes/giv.gif) center left no-repeat;
    }
    .ft_html {
        padding-left: 25px;
        background: url(../images/filetypes/html.gif) center left no-repeat;
    }
    .ft_javascript {
        padding-left: 25px;
        background: url(../images/filetypes/javascript.gif) center left no-repeat;
    }
    .ft_jpg {
        padding-left: 25px;
        background: url(../images/filetypes/jpg.gif) center left no-repeat;
    }
    .ft_pdf {
        padding-left: 25px;
        background: url(../images/filetypes/pdf.gif) center left no-repeat;
    }
    .ft_png {
        padding-left: 25px;
        background: url(../images/filetypes/png.gif) center left no-repeat;
    }
    .ft_ppt {
        padding-left: 25px;
        background: url(../images/filetypes/ppt.gif) center left no-repeat;
    }
    .ft_txt {
        padding-left: 25px;
        background: url(../images/filetypes/txt.gif) center left no-repeat;
    }
    .ft_unknown {
        padding-left: 25px;
        background: url(../images/filetypes/unknown.gif) center left no-repeat;
    }
    .ft_word {
        padding-left: 25px;
        background: url(../images/filetypes/word.gif) center left no-repeat;
    }
    .ft_zip {
        padding-left: 25px;
        background: url(../images/filetypes/zip.gif) left no-repeat;
    }
/* << */


/* RSS Reader */
    div.rss {}
    div.rss h3 {}
    div.rss p {}
    div.rss a {}
    div.rss a:hover {}
/* << */


/* >> Downloadliste */
    /* Rahmen */
    div.downloadlist {
        width: 100%;
    }
    /* Downloadliste ohne Counter */
    table.downloadlist {
        width: 100%;
    }
    /* Downloadliste mit Counter */
    table.downloadlist_conter {
        width: 100%;
    }
    /* Ueberschift */
    div.downloadlist th {
        color: #007D15;
        background: #fff;
        padding: 1px 2px;
    }
    /* Download Link */
    div.downloadlist a {
        font-weight: bold;
    }
    /* Beschreibungstext */
    div.downloadlist div.fileDescription {
        font-size: 11px;
    }
    /* Zeilen */
    div.downloadlist td { line-height: 200%; padding: 0 5px; }
    div.downloadlist tr.row1 td { background: #E0E0E0; }
    div.downloadlist tr.row2 td { background: #F0F0F0; }
    /* Zellen */
    /* Ohne Counter */
    div.downloadlist td.r1 { width: 50%; }
    div.downloadlist td.r2 { width: 25%; }
    div.downloadlist td.r3 { width: 25%; }
    /* Mit Counter */
    div.downloadlist table.downloadlist_conter td.r1 { width: 55%; }
    div.downloadlist table.downloadlist_conter td.r2 { width: 15%; }
    div.downloadlist table.downloadlist_conter td.r3 { width: 15%; text-align: right; }
    div.downloadlist table.downloadlist_conter td.r4 { width: 15%; text-align: right; }
    /* DateiBild */
    div.downloadlist img#m1 { position: relative; top: 3px; margin-right: 5px; }
/* << */


/* Thickbox */
    /* global settings needed for thickbox */
    *{padding: 0; margin: 0;}
    /* thickbox specific link and font settings */
    #TB_window {
      font: 12px Arial, Helvetica, sans-serif;
      color: #fff;
      font-weight: bold;
    }
    #TB_secondLine {
      font: 11px Arial, Helvetica, sans-serif;
      color:#fff;
      font-weight: bold;
    }
    #TB_window a:link {color: #84181A;}
    #TB_window a:visited {color: #84181A;}
    #TB_window a:hover {color: #fff;}
    #TB_window a:active {color: #fff;}
    #TB_window a:focus{color: #fff;}
    /* thickbox settings */
    #TB_overlay {
      position: fixed;
      z-index:997;
      top: 0px;
      left: 0px;
      height:100%;
      width:100%;
    }
    .TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
    .TB_overlayBG {
      background-color:#F3E4D1;
      filter:alpha(opacity=80);
      -moz-opacity: .8;
      opacity: .8;
    }
    * html #TB_overlay { /* ie6 hack */
         position: absolute;
         height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    }
    #TB_window {
      position: fixed;
      background: #D6A665;
      z-index: 998;
      display:none;
      border: 5px solid #84181A;
      text-align:left;
      top:45%;
      left:50%;
    }
    * html #TB_window { /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
    }
    #TB_window img#TB_Image {
      display:block;
      margin: 15px 0 0 15px;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-top: 1px solid #666;
      border-left: 1px solid #666;
    }
    #TB_caption{
      height:25px;
      padding:7px 30px 10px 25px;
      float:left;
    }
    #TB_closeWindow{
      height:25px;
      padding:11px 25px 10px 0;
      float:right;
    }
    #TB_closeAjaxWindow{
      padding:7px 10px 5px 0;
      margin-bottom:1px;
      text-align:right;
      float:right;
    }
    #TB_ajaxWindowTitle{
      float:left;
      padding:7px 0 5px 10px;
      margin-bottom:1px;
    }
    #TB_title{
      background-color:#e8e8e8;
      height:27px;
    }
    #TB_ajaxContent{
      clear:both;
      padding:2px 15px 15px 15px;
      overflow:auto;
      text-align:left;
      line-height:1.4em;
    }
    #TB_ajaxContent.TB_modal{
      padding:15px;
    }
    #TB_ajaxContent p{
      padding:5px 0px 5px 0px;
    }
    #TB_load{
      position: fixed;
      display:none;
      height:13px;
      width:208px;
      z-index:999;
      top: 50%;
      left: 50%;
      margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
    }
    * html #TB_load { /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
    }
    #TB_HideSelect{
      z-index:996;
      position:fixed;
      top: 0;
      left: 0;
      background-color:#fff;
      border:none;
      filter:alpha(opacity=0);
      -moz-opacity: 0;
      opacity: 0;
      height:100%;
      width:100%;
    }
    * html #TB_HideSelect { /* ie6 hack */
         position: absolute;
         height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
    }
    #TB_iframeContent{
      clear:both;
      border:none;
      margin-bottom:-1px;
      margin-top:1px;
      _margin-bottom:1px;
    }
/* << */


/* Terminkalender */
    /*---------------------------------------------*/
    /*           Termin-sKalender                  */
    /*---------------------------------------------*/
    #mod_sK {
        margin-top: 10px;
        text-align: center;
    }
    #mod_sK a {
        font-family: sans-serif;
        font-size: 11px;
        text-decoration: none;
        color: #fff;

    }
    #mod_sK a:hover {
        color: #333;
    }
    
    #mod_sK a.tag {
        font-size: 11px;
    }
    #mod_sK td.navl a.tag:hover,
    #mod_sK td.navr a.tag:hover,
    #mod_sK td.navm a.tag:hover {
    }
    #mod_sK table {
        width: 90%;
        margin: 0 auto;
        border-spacing: 0;
        border-collapse: collapse;
    }
    #mod_sK table td {
        font-size: 11px;
        font-family: sans-serif;
        height: 25px;
        vertical-align: middle;
        line-height: 1.1em;
        background: white;
        border-top: 1px solid #fff;
    }
    *+html #mod_sK table td {
        height: 22px;
    }
    #mod_sK td.navl {
        text-align: left;
        font-weight: bold;
        padding-left: 4px;
        background: #B81212;
        border: 0;
    }
    #mod_sK td.navr {
        text-align: right;
        font-weight: bold;
        padding-right: 4px;

        background: #B81212;
        border: 0;
    }
    #mod_sK td.navm {
        text-align: center;
        font-weight: bold;
        background: #B81212;
        border: 0;
    }
    /* Wochentag ?bersicht */
    #mod_sK td.wtag {
        background-color: white;
        text-align: center;
        color: black;
    }
    /* Freie Wochentage */
    #mod_sK td.wochentag {
        color: #333;
        background-color: #fff;
    }
    /* Freie Wochenenden */
    #mod_sK td.wochenende {
        background-color: #fff;
        color: #aaa;
    }
    /* Heutiger Tag (funktioniert nicht) */
    #mod_sK td.heute {
        background-color: #fff;
    }
    /* Belegter Wochentag */
    #mod_sK td.belegt,
    #mod_sK td.tangiert {
        background-color: #B81212;
        color: white;
    }
    /* Belegtes Wochenende */
    #mod_sK td.belegtwe,
    #mod_sK td.tangiertwe {
        background-color: #B81212;
        color: #fff;
    }
    /* Zahlen ausrichtung */
    #mod_sK td.wochentag,
    #mod_sK td.wochenende,
    #mod_sK td.heute,
    #mod_sK td.belegt,
    #mod_sK td.tangiert,
    #mod_sK td.belegtwe,
    #mod_sK td.tangiertwe {
        text-align: right;
        padding-right: 4px;,
    }
    /* Links */
    #mod_sK td.wochentag a,
    #mod_sK td.wochenende a,
    #mod_sK td.heute a,
    #mod_sK td.belegt a,
    #mod_sK td.tangiert a,
    #mod_sK td.belegtwe a,
    #mod_sK td.tangiertwe a {
        display: block;
        color: #333;
    }
    /* Links belegte Tage */
    #mod_sK td.belegt a,
    #mod_sK td.tangiert a,
    #mod_sK td.belegtwe a,
    #mod_sK td.tangiertwe a {
        color: #fff;

    }
    /* Tage ohne Termin */
    #mod_sK td.wochentag a,
    #mod_sK td.wochenende a {
    }
    /* Tage mit weiterfuehrenen Termin */
    #mod_sK td.belegtwe a,
    #mod_sK td.tangiertwe a {
    }
    #mod_sK td.heute a:hover,
    #mod_sK td.belegt a:hover,
    #mod_sK td.tangiert a:hover,
    #mod_sK td.belegtwe a:hover,
    #mod_sK td.tangiertwe a:hover {
    }
    #mod_sK td.belegtwe a:hover,
    #mod_sK td.tangiertwe a:hover {
    }
    /*---------------------------------------------*/
    /*               Terminein/ausgabe             */
    /*---------------------------------------------*/
    #mod_te {
        margin: 0 20px;
    }
    #mod_te h1 {}
    #mod_te h2 {}
    #mod_te p {}
    
    #mod_te p.extLink {
        padding-left: 15px;
        background: url(../images/navi_pfeil_rechts.gif) left no-repeat;
    }
    #mod_te p.back {
        padding-left: 15px;
        background: url(../images/back_button.gif) left no-repeat;
    }
    /*---------------------------------------------*/
    /*            Terminliste komplett             */
    /*---------------------------------------------*/
    #mod_tl {
        margin: 0 20px;
        padding-top: 10px;
    }
    #mod_tl table {
        width: 100%;
        border-collapse: collapse;
    }
    #mod_tl th {
        width:100%;
        text-align: left;
        vertical-align: top;
        line-height: 200%;
        background-color: transparent;
        padding-left: 5px;
        border: 0;
        line-height: 1.3em;
    }
    #mod_tl td {
        text-align: left;
        vertical-align: top;
        line-height: 200%;
        border-right: 1px solid white;
        border-top: 1px solid white;
        padding: 3px 0 3px 5px;
        line-height: 1.3em;
    }
    #mod_tl .hell   { background-color: #E5E5E5; }
    #mod_tl .dunkel { background-color: #f2f2f2; }
    #mod_tl .sp0 { width: 6%; }
    #mod_tl .sp1 { width: 10%; }
    #mod_tl .sp2 { width: 14%; }
    #mod_tl .sp3 { width: 50%; font-weight: bold; }
    #mod_tl .sp4 { width: 20%; }
    #mod_tl .einrueck { }
    

    #mod_tl .sp3 a { }
    #mod_tl .sp3 a:hover { }
    /*---------------------------------------------*/
    /*           Terminliste Montat/Tag            */
    /*---------------------------------------------*/
    #mod_tll {
    }
    #mod_tll .title {
        font-weight: bold;
        padding-bottom: 10px;
    }
    #mod_tll h3 {
            padding: 10px 0;
    }
    #mod_tll .terminlink {
        border-bottom: 1px solid #E5E5E5;
        padding: 7px 0 10px 0;
    }
    /*---------------------------------------------*/
    /*                 Terminteaser                */
    /*---------------------------------------------*/
    #mod_ttl {
        width: 210px;
    }
    #mod_ttl table {
        width: 100%;
    }
    #mod_ttl th {
        text-align: left;
        line-height: 200%;
        font-size: 14px;
        color: #333;
        text-transform: uppercase
    }
    #mod_ttl td {
        text-align: left;
        vertical-align: top;
        line-height: 130%;
        padding: 2px 0;
    }
    #mod_ttl .hell   { background-color: transparent; }
    #mod_ttl .dunkel { background-color:#9F2B36; }
    #mod_ttl .sp1    { width: auto; }
    #mod_ttl .sp2    { width: auto; }
    
    #mod_ttl .more { }
    
    p.nodates {
        display: none;
    }
/* << */


/* Tabs */
    .idTabs {
        margin: 0;
    }
    
    .idTabs li,
    .idTabs td {
        padding: 0;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    
    .idTabs li {
        width: 13.28em;
        float: left;
        display: block;
    }
    .idTabs .last {
        border-right: 0;
    }
    .idTabs .versteckt { display:none; }
    
    .idTabs a {
        display: block;
        color: #333;
        padding: 7px 0 4px 15px;
        line-height: 100%;
        font-weight: bold;
    }
    
    .idTabs a.selected {
        color: #7F1615;
    }
    
    .idTabs a:hover {
        background: #7F1615;
        color: #fff;
    }
    
    .tabCont {
    }
/* << */


/* jQuery Kalender */
    /* Main Style Sheet for jQuery UI date picker */
    #datepicker_div, .datepicker_inline {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        padding: 0;
        margin: 0;
        background: #ddd;
        width: 185px;
    }
    #datepicker_div {
        display: none;
        border: 1px solid #777;
        z-index: 9999; /*must have*/
    }
    .datepicker_inline {
        float: left;
        display: block;
        border: 0;
    }
    .datepicker_rtl {
        direction: rtl;
    }
    .datepicker_dialog {
        padding: 5px !important;
        border: 4px ridge #ddd !important;
    }
    button.datepicker_trigger {
        width: 25px;
    }
    img.datepicker_trigger {
        margin: 2px;
        vertical-align: middle;
    }
    .datepicker_prompt {
        float: left;
        padding: 2px;
        background: #ddd;
        color: #000;
    }
    * html .datepicker_prompt {
        width: 185px;
    }
    .datepicker_control, .datepicker_links, .datepicker_header, .datepicker {
        clear: both;
        float: left;
        width: 100%;
        color: #fff;
    }
    .datepicker_control {
        background: #400;
        padding: 2px 0px;
    }
    .datepicker_links {
        background: #000;
        padding: 2px 0px;
    }
    .datepicker_control, .datepicker_links {
        font-weight: bold;
        font-size: 80%;
        letter-spacing: 1px;
    }
    .datepicker_links label { /* disabled links */
        padding: 2px 5px;
        color: #888;
    }
    .datepicker_clear, .datepicker_prev {
        float: left;
        width: 34%;
    }
    .datepicker_rtl .datepicker_clear, .datepicker_rtl .datepicker_prev {
        float: right;
        text-align: right;
    }
    .datepicker_current {
        float: left;
        width: 30%;
        text-align: center;
    }
    .datepicker_close, .datepicker_next {
        float: right;
        width: 34%;
        text-align: right;
    }
    .datepicker_close {
        width: 40%;
    }
    .datepicker_rtl .datepicker_close, .datepicker_rtl .datepicker_next {
        float: left;
        text-align: left;
    }
    .datepicker_header {
        padding: 1px 0 3px;
        background: #333;
        text-align: center;
        font-weight: bold;
        height: 1.3em;
    }
    .datepicker_header select {
        background: #333;
        color: #fff;
        border: 0px;
        font-weight: bold;
    }
    .datepicker {
        background: #ccc;
        text-align: center;
        font-size: 100%;
    }
    .datepicker a {
        display: block;
        width: 100%;
    }
    .datepicker_titleRow {
        background: #777;
    }
    .datepicker_daysRow {
        background: #eee;
        color: #666;
    }
    .datepicker_weekCol {
        background: #777;
        color: #fff;
    }
    .datepicker_daysCell {
        color: #000;
        border: 1px solid #ddd;
    }
    .datepicker_daysCell a{
        display: block;
    }
    .datepicker_weekEndCell {
        background: #ddd;
    }
    .datepicker_titleRow .datepicker_weekEndCell {
        background: #777;
    }
    .datepicker_daysCellOver {
        background: #fff;
        border: 1px solid #777;
    }
    .datepicker_unselectable {
        color: #888;
    }
    .datepicker_today {
        background: #fcc !important;
    }
    .datepicker_currentDay {
        background: #999 !important;
    }
    .datepicker_status {
        background: #ddd;
        width: 100%;
        font-size: 80%;
        text-align: center;
    }
    
    /* ________ Datepicker Links _______
    
    ** Reset link properties and then override them with !important */
    #datepicker_div a, .datepicker_inline a {
        cursor: pointer;
        margin: 0;
        padding: 0;
        background: none;
        color: #000;
    }
    .datepicker_inline .datepicker_links a {
        padding: 0 5px !important;
    }
    .datepicker_control a, .datepicker_links a {
        padding: 2px 5px !important;
        color: #eee !important;
    }
    .datepicker_titleRow a {
        color: #eee !important;
    }
    .datepicker_control a:hover {
        background: #fdd !important;
        color: #333 !important;
    }
    .datepicker_links a:hover, .datepicker_titleRow a:hover {
        background: #ddd !important;
        color: #333 !important;
    }
    
    /* ___________ MULTIPLE MONTHS _________*/
    
    .datepicker_multi .datepicker {
        border: 1px solid #777;
    }
    .datepicker_oneMonth {
        float: left;
        width: 185px;
    }
    .datepicker_newRow {
        clear: left;
    }
    
    /* ___________ IE6 IFRAME FIX ________ */
    
    .datepicker_cover {
        display: none; /*sorry for IE5*/
        display/**/: block; /*sorry for IE5*/
        position: absolute; /*must have*/
        z-index: -1; /*must have*/
        filter: mask(); /*must have*/
        top: -4px; /*must have*/
        left: -4px; /*must have*/
        width: 200px; /*must have*/
        height: 200px; /*must have*/
    }
/* << */


.highslide-dimming {
    background: white;
    position: absolute;
}