@charset "utf-8";
/* CSS Document */
body {
    background-color:#42210b;
    font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}

#block_1
    {
    float: left;
    width: 480px;
    margin-left: 300px;
    background-color:#FFFFFF;
    color:#402b12;
    
    }
* html #block_1
    {
    display: inline;
    }
#block_2
    {
    float: left;
    width: 300px;
    margin-left: -780px;
    background-color:#be8325;
    }
#block_3
    {
    float: left;
    width: 220px;
    background-color:#f8f6ef;
    color:#592c1c;
    }
/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3
    {
    padding-bottom: 32767px !important;
    margin-bottom: -32767px !important; 
    }
/* End Mac IE5 filter */
/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
.verticalalign
    {
    position: absolute;
    bottom: 0;
    }
#block_1 .verticalalign
    {
    width: 480px;
    }
#block_2 .verticalalign
    {
    width: 300px;
    }
#block_3 .verticalalign
    {
    width: 220px;
    }
/* hack for Opera 7+ */
@media all and (min-width: 0px){
.verticalalign
    {
    width: 100% !important;
    }
/* But Opera 9 does it right, so CSS3 hax to the max */
div[id^="wrapper"] #block_1 .verticalalign
    {
    width: 480px !important;
    }
div[id^="wrapper"] #block_2 .verticalalign
    {
    width: 300px !important;
    }
div[id^="wrapper"] #block_3 .verticalalign
    {
    width: 220px !important;
    }
}
/* hack for IEs of all persuasions before IE7 */
* html .verticalalign
    {
    width: 100% !important;
    }
.verticalalign p
    {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background: #996666;
    }
#wrapper
    {
    width: 1000px;
    position: relative;
    overflow: hidden; /* This hides the excess padding in non-IE browsers */
    }
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
    {
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
    float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
    float/**/: none;
    }
/* easy clearing */
#wrapper:after
    {
    content: '[DO NOT LEAVE IT IS NOT REAL]'; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
#wrapper
    {
    display: inline-block;
    }
/*\*/
#wrapper
    {
    display: block;
    }
/* end easy clearing */
#footer
    {
    clear: both;
    }
#header, #footer
    {
    width: 1000px;
    }
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
    {
    position: relative;
    z-index: 1000;
    }


#header {
    background-color:#f6eecc;
}


#block_1 h2 {
    color:#d98943;
    font-size:20px;
    font-weight:normal;
}
#block_1 h3 {
    color:#d98943;
    font-weight:normal;
    margin-bottom:5px;
    font-size:15px;
}

#block_2 h2 {
    color:#FFFFFF;
    font-size:18px;
    font-weight:normal;
}

#block_3 h2 {
    color:#d98943;
    font-size:18px;
    font-weight:normal;
    margin-bottom:10px;
}

#block_3 a {
    color:#d97e4a;
    text-decoration:none;
}
#block_3 a:hover {
    text-decoration:underline;
}

#logo {
    background-color:#FFFFFF;
    float:left;
    width:270px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -khtml-border-top-left-radius: 15px;
    border-radius: 15px;
    padding:15px;
}

#logo a img {
    border:0px none;
}

#themen {
    float:right;
    width:685px;
    padding-top:55px;
    padding-right:15px;
}
#header {
    -webkit-border-top-right-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
    -khtml-border-top-right-radius: 15px;
    -khtml-border-top-left-radius: 15px;
    border-radius: 15px;
}
    
#seite {
    width:1000px;
    padding:0px 5px;
    top:40px;
     /* die ganze Webseite wird zentriert - einfach absolute position dann von links 50 % und dann margin minus die hälfte der Breite */
    position: absolute;
    left:50%;
    margin-left:-500px;
    background-image:url(../upload/layout/schatten-lr.png);
    background-repeat:repeat-y;
    background-position:center;
}

.slideshow {clear:both;}

#footer h3 {
  font-size: 110%;
}
#footer {
  margin: 12px 10px 10px 12px;

   /* die ganze Webseite wird zentriert - einfach absolute position dann von links 50 % und dann margin minus die hälfte der Breite */

}
#footer .col {
  float: left;
  width: 195px;
  margin-bottom: 20px;
}
#footer, #footer a {
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
    text-decoration:underline;
}

#footer ul {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;

}

#links_inhalt {
    margin-left:15px;
    margin-right:9px;
    margin-bottom:5px;
}
#rechts_inhalt {
    margin-left:15px;
    margin-right:15px;
    margin-bottom:5px;
}

#mitte_inhalt {
    margin-left:15px;
    margin-right:15px;
    margin-bottom:20px;
}




.angebot img{
    margin-right:10px;
    border:2px solid #f2d8c2;
}

a.button {
    background-image:url(/cms/upload/layout/balken_hintergrund.png);
    background-repeat:no-repeat;
    width:115px;
    display:inline-block;
    padding-top:5px;
    padding-bottom:5px;
    margin-right:10px;
    font-size:12px;
    color:#FFFFFF;
    text-decoration:none;
    text-transform:uppercase;
}

.button img {
    border:none;
    padding-left:10px;
}

.tel {
    color:#ac8055;
    font-size:12px;
}

.preis {
    font-weight:bold;
    font-size:15px;
    color:#a65437;
    margin-top:5px;
    margin-bottom:5px;
}

.angebotsueberschrift {
    font-size:15px;
    color:#a65437;
}

.logo {
    margin-right:10px;
}

.kontaktlinks a{
    color:#402b12;
}

img, div, a, a img { behavior: url(js/png_fix/iepngfix.htc); }
* html iframe { behavior: none; }

*+html #block_1, *+html #block_2, *+html #block_3 {
    padding-top:10px;
} 
* html #block_1, * html #block_2, * html #block_3 {
    padding-top:10px;
}

#links_inhalt ul li {
    list-style-type:none;
} 

#links_inhalt ul li a {
    color:#FFFFFF;
    text-decoration:none;
}

#links_inhalt ul li a:hover {
    text-decoration:underline;
}

.subline {
    font-weight:bold;
    color:#d98943;
    text-transform:uppercase;
}

.hotel_region a {
    color:#d97e4a;
    text-decoration:none;
}
.hotel_region a:hover {
    text-decoration:underline;
}

.textlink {
    color:#d97e4a;
    text-decoration:none;
}
.textlink:hover {
    text-decoration:underline;
}

#anfrageformular {
    margin-top:10px;
}

#anfrageformular input[type=text]{
    width:100px;
}

#anfrageformular #anrede, #anfrageformular #land {
    width:104px;
}

#anfrageformular #message {
    width:185px;
}
#anfrageformular #submit {
    float:right;
}
#anfrageformular strong {
    color:#d98943;
}

#anfrageformular input, #anfrageformular option, #anfrageformular select {
    font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#402b12;
}

#sprachwahl {    
    width:985px;
    padding:0px 20px 15px 5px;
     /* die ganze Webseite wird zentriert - einfach absolute position dann von links 50 % und dann margin minus die hälfte der Breite */
    position: absolute;
    z-index:99;
    left:50%;
    margin-left:-500px;
    background-image:url(../upload/layout/schatten-o.png);
    background-repeat:no-repeat;
    background-position:bottom;
    color:#f6eecc;
}
#sprachwahl a {
    color:#f6eecc;
    text-decoration:none;
}
#sprachwahl a:hover {
    text-decoration:underline;
}
.hotel-empfehlungen {
    line-height:115%;
}
.hotel-empfehlungen img.logo {
    margin-right:8px;
    margin-top:3px;
}

#monatstip, .special14tage {
    border:1px solid #ccc;
    background-color:#f6eecc;
    padding:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
#monatstip a, .special14tage a {
color: #d97e4a;
text-decoration: none;
}
#monatstip a:hover, .special14tage a:hover {
text-decoration: underline;
}

#headline_header {
    position:absolute;
    float:right;
    z-index:99;
    top:330px;
    height:110px;
    width:190px;
    padding:0px 15px 10px 15px;
    margin-left:780px;
    background-image:url(../upload/layout/bg_kasten-header.png);
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -khtml-border-top-left-radius: 5px;
    color:#42210b;
}
#headline_header a {
    color:#d98943;
    text-decoration:none;
}

#schatten-u {
    width:1010px;
    position: absolute;
    z-index:99;
    left:50%;
    margin-left:-505px;
}

#footer #footer_links {
        width:280px;
        float:left;
}


#footer #footer_mitte {
        width:450px;
                float:left;
}

#footer #footer_rechts {
        width:160px;
                float:left;
}

