fbody, html {
   height: 100%;
}
body {
   width: 100%;
   background-color: #fff;
   background-image: url(../gfx/body-bg.jpg);
   background-repeat: repeat-y;
   color: #555;
}
/*Schriften*/
strong, bold {
   font-weight: bold;
}
italic, em {
   font-style: italic;
}

/***************************    general classes   *****************************/
/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */
.csc-textpic, .clearfix {display: inline-block;}
.csc-textpic:after, .clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
* html .csc-textpic, * html .clearfix {height: 1%;}
.csc-textpic, .clearfix {display: block;}
.clear {clear: both;}
em, i {font-style: italic;}
strong, b {font-weight: bold;}
/********************************  Layout  **********************************/
.head {
   height: 213px;
}
.head.theme-home {
   background: transparent url(../gfx/theme/aussen-mix.jpg) no-repeat scroll left;
}
.head.theme-ambiente {
   background: transparent url(../gfx/theme/aussen-terasse1.jpg) no-repeat scroll left;
}
.head.theme-aktionen {
   background: transparent url(../gfx/theme/kochen.jpg) no-repeat scroll left;
}
.head.theme-impressionen {
   background: transparent url(../gfx/theme/mix3.jpg) no-repeat scroll left;
}
.head.theme-preise {
   background: transparent url(../gfx/theme/zimmer.jpg) no-repeat scroll left;
}
.head.theme-reservierungen {
   background: transparent url(../gfx/theme/mix1.jpg) no-repeat scroll left;
}
#logo {
   width: 389px;
   height: 205px;
   float: left;
   background-image: url(../gfx/logo.gif);
   background-repeat: no-repeat;
}
#logo a {
   height: 205px;
   display: block;
}
#navi-main {
   position: absolute;
   top: 170px;
   left: 239px;
}
#navi-main ul {
    width: 722px;
}
#navi-main ul li {
   height: 40px;
   float: left;
   margin-right: 8px;
}
#navi-main ul li span {
   height: 35px;
   width: 3px;
   float: left;
}
#navi-main ul li a {
   float: left;
   height: 40px;
   padding: 0px 13px;
   line-height: 40px;
   display: block;
   color: #000;
   text-decoration: none;
   font-weight: bold;
   font-size: 92%;
}

#navi-main ul li.act a {
   background-image: url(../gfx/navi-act-bg.gif);
   background-repeat: repeat-x;
}
#navi-main ul li.no a {
   background-image: url(../gfx/navi-no-bg.gif);
   background-repeat: repeat-x;
}
#navi-main ul li.act span.left {
   background-image: url(../gfx/navi-act-left.gif);
   background-repeat: no-repeat;
}
#navi-main ul li.act span.right {
   background-image: url(../gfx/navi-act-right.gif);
   background-repeat: no-repeat;
}
#navi-main ul li.no span.left {
   background-image: url(../gfx/navi-no-left.gif);
   background-repeat: no-repeat;
}
#navi-main ul li.no span.right {
   background-image: url(../gfx/navi-no-right.gif);
   background-repeat: no-repeat;
}
#main {
   position: relative;
   top: -8px;
   width: 954px;
   background-image: url(../gfx/main.gif);
   background-repeat: no-repeat;
   float: left;
}

#sidebar {
   width: 270px;
   float: left;
}

#sidebar-content {
    margin: 8px 0 0 0;
    background: url(../gfx/news-bg.gif) repeat-y;
    float: left;
   width: 270px;
   padding-top: 8px;
}
#sidebar-bottom {
   width: 253px;
   height: 130px;
   background: url(../gfx/news-bottom.gif) no-repeat bottom;
   z-index: 5;
    clear:left;
}


#content {
   width: 620px;
   float: left;
}
#page-content {
   margin: 43px 0px 0px 0px;
   width: 620px;
   float: left;
   position: relative;
   left: 15px;
}
div.tx-ttnews-browsebox {
   margin-top: 30px;
}
div.tx-ttnews-browsebox table {
   margin-top: 8px;
}
div.tx-ttnews-browsebox table td {
   padding: 2px;
}

#sidebar .events-list-item {
    width: 217px;
    padding: 0 0 1.4em 13px;
}
#sidebar .events-list-item .img {
    float: right;
}
#sidebar .events-list-item .img img {
    border: 1px solid #706f6f;
}
#sidebar .events-list-item a {
    color: #706f6f;
    text-decoration: none;
}
#sidebar .events-list-item .text {
    width: 162px;
    float: left;
}
#sidebar .events-list-item p {
    font-size: 85%;
}
#sidebar .events-list-item h3 {
    font-size: 92%;
}

/*********************************   colors   ********************************/
/* grün *
    color: #33850c;
/* gelb */

body {
   font-family: verdana, tahoma, arial, sans-serif;

}
h1, h2, h3, .box {
   font-family: georgia, times new roman, courier, serif;
}
/**********************************  content  ********************************/
.csc-firstHeader {
   sheight: 50px;
   swidth: 620px;
   smargin: 0px 0px 16px 0px;
   clear: both;
}
#content h1 {
   font-size: 122%;
   padding-bottom: 30px;
    margin-bottom: 1.2em;
   background: url(/fileadmin/layouts/main/public/gfx/linie.gif) no-repeat bottom;
}
#content h2 {
   font-size: 100%;
}
#content h3 {
   margin: 40px 0px 0px 0px;
   font-size: 100%;
}
h4, h5, h6 {
   margin-bottom: 10px;
}
#page-content p.bodytext {
    margin: 16px 0px 20px 0px;
}
.csc-texttext ul,
.csc-texttext ol,
.csc-textpic-text ul,
.csc-textpic-text ol {
    margin: 16px 0px 20px 0px;
}
.csc-texttext ul li,
.csc-textpic-text ul li {
    list-style-type: disc;
/* in case of list images *
    list-style-image: url(/fileadmin/layouts/gfx/ul-li.gif);
*/
}

.csc-texttext ol li,
.csc-textpic-text ol li {
    list-style-type: decimal;
}
.csc-texttext li,
.csc-textpic-text li {
    list-style-position: outside;
    font-size: 93%;
}
#content-text li li {
    font-size: 100%;
}
#content a {
   text-decoration: none;
   font-weight: bold;
   color: #33850c;
}
#content a:hover {
   text-decoration: underline;
}
table.contenttable {
   width: 620px;
}


/* Submenu */
.csc-menu-1 {
    width: 100%;
    float: left;
    margin-bottom: 1em;
}
.csc-menu-1 li {
    display: block;
    float: left;
    background: url(/fileadmin/layouts/main/public/gfx/submenu-l.png) no-repeat left;
    padding-left: 7px;
    margin-right: 10px;
}

.csc-menu-1 li a {
    display: block;
    float: left;
    background: url(/fileadmin/layouts/main/public/gfx/submenu-r.png) no-repeat right;
    padding: 0 12px 0 3px;
    height: 39px;
    line-height: 34px;
}
#content .csc-menu-1 li.no a {
    color: #333;
}
/*********************************  Footer  **********************************/
#footer {
   height: 40px;
   width: 620px;
   display: inline;
   vertical-align: bottom;
   text-decoration: none;
   background-image: url(../gfx/linie.gif);
   background-repeat: no-repeat;
   background-position: top;
   margin: 40px 50px 55px 0px;
   position: relative;
   float: left;
}
#footer div {
   float: left;
   margin: 40px 0px 0px 15px;
   background-image: url(../gfx/footer-bg.gif);
   background-repeat: no-repeat;
   background-position: left;
   font-size: 85%;
   font-weight: bold;
   font-family: georgia, times new roman, courier, serif;
   color: #888;
}
div.footer-text {
   margin-top: 70px;
}
#footer a {
   text-decoration: none;
   font-weight: bold;
   color: #888;
}
#footer a:hover {
   text-decoration: underline;
   color: #33850c;
}
/********************************  Sidebar  *********************************/

#opening {
   smargin: 34px 0px 0px 20px;
   background-color: transparent;
}
#news-top {
   width: 180px;
   smargin: 34px 0px 0px 20px;
   z-index: 10;
   position: relative;
}


#sidebar .box {
    background: url(/fileadmin/layouts/main/public/gfx/submenu-r.png) no-repeat -68px 50%;
    line-height: 34px;
    height: 39px;
    padding-left: 20px;
    margin-bottom: 16px;

}
#sidebar .box h2{
    line-height: 34px;
}
#pk a,
#anfahrt a {
    background: url(/fileadmin/layouts/main/public/gfx/sprite-sidebar.png) no-repeat 150px 5px;
    display: block;
    line-height: 34px;
}
#pk a {
    background-position: 150px -48px;
}

#language img {
    color: #666;
    font-size: 77%;
    padding: 0 8px;
    position: relative;
    top: 4px;
    font-weight: normal;
    line-height: 18px;
}


#pk a,
#anfahrt a,
#sidebar h2 {
   font-size: 114%;
   font-weight: bold;
   color: #33850c;
}
#sidebar h2 {
}
#sidebar .box a {
   color: #33850c;
   text-decoration: none;
}
#sidebar .box a:hover {
   text-decoration: underline;
}
#sidebar #hours {
   width: 180px;
   margin: 0 0 0 20px;
}
#sidebar span.tag {
   font-weight: bold;
   float: left;
   width:48%;
}
#sidebar span.zeit {
   float: left;
   width: 52%;
   text-align: right;
}
#sidebar span.ruhetag {
   font-weight: bold;
   float: left;
   width:12%;
}
#sidebar span.ruhetagzeit {
   float: left;
   width: 88%;
   text-align: right;
   font-size: 93%;
}
#anfahrt {
   margin-top: 28px;
}
#anfahrt a#text{
   color: #555;
   font-weight: bold;
   text-decoration: none;
   position:relative;
   top: -3px;
}
#anfahrt a#text:hover{
   color: #33850c;
   text-decoration: underline;
}

.news-latest-item {
   background-color: transparent;
   margin-top: 24px;
   font-size: 92%;
}
.news-latest-item h3 {
   margin: 0 0 10px;
}
.news-latest-item h3 a {
   font-weight: bold;
   color: #33850c;
   text-decoration: none;
}
.news-latest-item h3 a:hover {
   text-decoration: underline;
}
div.news-single-item h3 {
   margin-top: 30px !important;
}
.news-single-item ul {
   list-style-type: square;
   list-style-position: inside;
}
.news-latest-timedata {
   font-size: 92%;
   margin-bottom: 8px;
}
#sidebar .news-latest-item p {
   margin: 0;
}
/****  Preise  ****/
table.preise {
   margin: 0px 0px 20px 0px;
}
table.preise th {
   font-family: georgia, times new roman, courier, serif;
   font-weight: bold;
}
table.preise th,
table.preise td {
   padding: 0.6em;
}
table.preise .tr-even {
   background-color: #ffe583;
}
table.breakfast th {
   font-weight: bold;
   width: 25%;
}
/****   Kontaktformular  ****/
input.submit-button {
   background-color: #ffe583;
   border-color: #666;
   color: #666;
}
/****  Galerie   ****/
div.invisible,
span.gallery-list-rowpic-caption {
   display: none;
}
#content a.hidden-link {
    font-weight: normal;
    text-decoration: none;
    color: #666;
}

/*  Slideshow synslide */
#content #gallerie {
    height: 667px;
    width: 620px;
    background: url(/fileadmin/layouts/main/public/gfx/galerie_bg.png) no-repeat 0 0;
    position: relative;
    display: block;
    text-align: center;
}
#content #gallerie .slideshow {
    position: absolute !important;
    top: 53px;
    right: 32px;
}
#content #gallerie .slideshow .slideshow-thumbnails {
    bottom: -140px;
    height: 65px;
    left: 0;
    position: absolute;
    width: 100%;
    background: #eee; /* synac */
}
#content .slideshow-thumbnails a:hover {
    background-color: #33850c !important;
}
#content .slideshow-thumbnails-active {
    background-color: #ffe583 !important;
}

/* mailform + datepickerfields */

.tx-pilmailform-pi1 #date-to {
    padding: 0 0 0 4em;
}

/*News Carousel*/
.carousel-outer {
    /*
    => see aktionen-slider.js
    width: 700px;
    background: url(/fileadmin/layouts/main/public/gfx/news-carousel.png) no-repeat center 0;
    height: 152px;
    overflow: hidden;
    */
    clear: both;
    position: relative;
    background: url(/fileadmin/layouts/main/public/gfx/galerie_bg.png) no-repeat 10px 0;
}
.carousel-outer .news-list-item {
    padding-bottom: 0;
    padding-top: 0;
    height: 300px;
}

.carousel-inner {
    width: 540px;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 0;
}
#content .carousel-inner #carouselstart .carousellist li.news-list-item a {
    text-decoration: none;
    color: black;
}
#content .carousel-inner #carouselstart .carousellist li.news-list-item a:hover {
    text-decoration: underline;
}
#content .carousel-inner #carouselstart .csc-textpic,
#content .carousel-inner #carouselstart .csc-texttext,
#content .carousel-inner #carouselstart .csc-header {
    width: 500px;
    margin: 0 auto;
}
.carousel-button {
    font-weight: bold;
    font-size: 13px;
    color: #666;
    position: absolute;
    top: 66px;
    display: block;
    width: 102px;
    height: 62px;
    text-align: center;
    cursor: pointer;
    display: none;
    border: none;
    z-index: 10;
    /*
    background-color: #fff;
    border: 1px solid #666;
    */
}
.carousel-button:hover {
    color: #33850c;
    /*
    background-color: #385906;
    border: 1px solid #385906;
    */
    margin: 0 0 40px 0;
    cursor: pointer;
}
.prev {
    background: transparent url('/fileadmin/layouts/main/public/gfx/bg-grafik_blaetterung.png') no-repeat -13px -11px;
    left: -42px;
}
.next {
    background: transparent url('/fileadmin/layouts/main/public/gfx/bg-grafik_blaetterung.png') no-repeat -128px -11px;
    left: 563px;
    top: 62px;
}

.carousel-outer h2 a {
    color: #164389 !important;
    font-size: 13px;
}

/*** Sidebar Aktionen ***/
.events-carousel-outer {
    width: 230px;
    clear: both;
    position: relative;
}
.events-carousel-inner {
    width: 230px;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 0;
}
.events-carousel-outer .events-list-item {
    font-size: 85%;
    padding: 5px 0 5px 0;
    height: 200px;
}
.events-carousel-outer .events-list-item a {
    color: #555;
    text-decoration: none;
}
.events-carousel-outer .events-list-item a:hover {
    text-decoration: underline;
}

