/* Standard Page/Layout Components */

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0px;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    background-image: url(../images/background.gif);
}

img {
    border: 0px;
}

#distance { 
    width: 1px;
    height: 50%;
    background-color: #fff;
    margin-bottom: -325px;
    float:left;
}

#outer-container {
    width: 980px;
    height: 650px;
    position: relative;
    border: 1px solid #f15a24;
    background-color: #fff3c7;
    margin: 0 auto;
    clear: left;
}

.success-box {
    margin-top: 0px;
    margin-bottom: 16px;
    padding: 8px;
    border: 1px dotted #0c9225;
    color: #0c9225;
    background-color: #ccffcc;
}

.info-box {
    margin-top: 0px;
    margin-bottom: 16px;
    padding: 8px;
    border: 1px dotted #4b9cd1;
    color: #3d80ab;
    background-color: #d9f0ff;
}

.error-box {
    margin-top: 0px;
    margin-bottom: 16px;
    padding: 8px;
    border: 1px dotted #c1171e;
    color: #c1171e;
    background-color: #ffdbdc;
}

/* Main Navigation (top) */

#nav-container {
    position: relative;
    width: 710px;
    height: 150px;
    background-image: url(../images/background_nav_top_default.jpg);
    overflow: hidden;
    float: left;
}

#nav {
    width: 710px;
    height: 150px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#nav a {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    display: block;
}

#nav a:hover {
    color: #fff;
    cursor: pointer;
}

#nav a.active {
    color: #fff;
}

#nav li {
    float: left;
}

#nav-1 {
    width: 62px;
    height: 48px;
    padding: 72px 12px 0px 20px;
    background: url(../images/nav/nav_01_off.gif) no-repeat;
}
#nav-1:hover { background-image: url(../images/nav/nav_01_over.gif); }
#nav-1.active { background-image: url(../images/nav/nav_01_active.gif); }

#nav-2 {
    width: 70px;
    height: 53px;
    padding-top: 42px;
    background: url(../images/nav/nav_02_off.gif) no-repeat;
}
#nav-2:hover { background-image: url(../images/nav/nav_02_over.gif); }
#nav-2.active { background-image: url(../images/nav/nav_02_active.gif); }

#nav-3 {
    width: 77px;
    height: 38px;
    padding-top: 82px;
    padding-right: 3px;
    background: url(../images/nav/nav_03_off.gif) no-repeat;
}
#nav-3:hover { background-image: url(../images/nav/nav_03_over.gif); }
#nav-3.active { background-image: url(../images/nav/nav_03_active.gif); }

#nav-4 {
    width: 54px;
    height: 43px;
    padding: 52px 14px 0px 12px;
    background: url(../images/nav/nav_04_off.gif) no-repeat;
}
#nav-4:hover { background-image: url(../images/nav/nav_04_over.gif); }
#nav-4.active { background-image: url(../images/nav/nav_04_active.gif); }

#nav-5 {
    width: 67px;
    height: 57px;
    padding-top: 42px;
    padding-left: 5px;
    background: url(../images/nav/nav_05_off.gif) no-repeat;
}
#nav-5:hover { background-image: url(../images/nav/nav_05_over.gif); }
#nav-5.active { background-image: url(../images/nav/nav_05_active.gif); }

#nav-6 {
    width: 54px;
    height: 38px;
    padding: 72px 14px 0px 10px;
    background: url(../images/nav/nav_06_off.gif) no-repeat;
}
#nav-6:hover { background-image: url(../images/nav/nav_06_over.gif); }
#nav-6.active { background-image: url(../images/nav/nav_06_active.gif); }

#nav-7 {
    width: 76px;
    height: 45px;
    padding-top: 50px;
    padding-right: 2px;
    background: url(../images/nav/nav_07_off.gif) no-repeat;
}
#nav-7:hover { background-image: url(../images/nav/nav_07_over.gif); }
#nav-7.active { background-image: url(../images/nav/nav_07_active.gif); }

#nav-8 {
    width: 73px;
    height: 39px;
    padding-top: 66px;
    padding-left: 1px;
    background: url(../images/nav/nav_08_off.gif) no-repeat;
}
#nav-8:hover { background-image: url(../images/nav/nav_08_over.gif); }
#nav-8.active { background-image: url(../images/nav/nav_08_active.gif); }


#nav-9 {
    width: 74px;
    height: 50px;
    padding-top: 45px;
    background: url(../images/nav/nav_09_off.gif) no-repeat;
}
#nav-9:hover { background-image: url(../images/nav/nav_09_over.gif); }
#nav-9.active { background-image: url(../images/nav/nav_09_active.gif); }

/* Fontsize Switcher (main navigation area) */

#fontsize-switch {
    width: 60px;
    height: 20px;
    position: absolute;
    right: 10px;
    bottom: 50px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#fontsize-switch li {
    float: left;
}

/* Logo and Sub Navigation (left) */

#logo-subnav-teaser-container {
    width: 270px;
    height: 627px;
    float: left;
}

#logo-subnav {
    width: 266px;
    height: 375px;
    padding-left: 4px;
    padding-top: 145px;
    background-image: url(../images/background_logo_subnav_default.jpg);
    overflow: hidden;
}

#logo-subnav h1 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: bold;
    color: #5bac26;
}

.subnav {
    height: 240px;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    list-style-type: none;
    overflow: auto;
}

.subnav a {
    color: #000;
    text-decoration: none;font-weight: bold;
}

.subnav a:hover {
    color: #f15a24;
}

.subnav li.active a {
    color: #f15a24;
}

.subnav li {
    width: 200px;
    padding: 3px 0px 1px 20px;
    line-height: 14px;
    vertical-align: middle;
}

.subnav li.active {
    font-weight: bold;
    background: url(../images/subnav_bullet_active.gif) no-repeat;
}

.subnav li ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.subnav li ul li.active {
    font-weight: bold;
    background: none;
}

.subnav li.active ul a {
    font-weight: normal;
    color: #000;
    text-decoration: none;
}

.subnav li.active ul li a:hover {
    font-weight: normal;
    color: #5bac26;
}

.subnav li.active ul li.active a {
    color: #5bac26;
    font-weight: bold;
}

/* Quick Navigation (right) */

#quicknav {
    width: 180px;
    height: 477px;
    margin: 0px;
    padding: 0px;
    background: #fff3c7 url(../images/background_quicknav.jpg) repeat-y;
    list-style-type: none;
    float: left;
}

#quicknav a {
    width: 136px;
    height: 27px;
    padding-left: 44px;
    padding-top: 9px;
    color: #000;
    background-color: #fff;
    line-height: 21px;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: none;
    display: block;
}

#quicknav a:hover {
    color: #fff;
    background-color: #90c56a;
}




#quicknav-1 { background: url(../images/quicknav/barrierefrei.gif) no-repeat; }
#quicknav-2 { background: url(../images/quicknav/sonderkonditionen.gif) no-repeat; }
#quicknav-3 { background: url(../images/quicknav/auszeichnungen.gif) no-repeat; }
#quicknav-4 { background: url(../images/quicknav/ferienkalender.gif) no-repeat; }
#quicknav-5 { background: url(../images/quicknav/bildergalerien.gif) no-repeat; }
#quicknav-6 { background: url(../images/quicknav/wetter.gif) no-repeat; }
#quicknav-7 { background: url(../images/quicknav/anreise.gif) no-repeat; }
#quicknav-8 { background: url(../images/quicknav/newsletter.gif) no-repeat; margin-top: 20px; }
#quicknav-9 { background: url(../images/quicknav/prospekt.gif) no-repeat; }
#quicknav-10 { background: url(../images/quicknav/call_back.gif) no-repeat; }
#quicknav-11 { background: url(../images/quicknav/presse.gif) no-repeat; }
#quicknav-12 { background: url(../images/quicknav/buchungsanfrage.gif) no-repeat; margin-top: 20px; }

/* Meta Navigation (footer) */

#metanav {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
}

#metanav a {
    font-weight: bold;
}

#metanav li {
    color: #80b8dd;
    float: left;
}

/* Teaserbox */

#teaser {
    width: 260px;
    height: 82px;
    position: relative;
    padding: 0px 5px 0px 5px;
    background-color: #fff3c7;
}

#teaser h1 {
    margin-top: 0px;
    font-size:12px;
    text-transform: uppercase;
}

#teaser a {
    color: #f15a24;
    text-decoration: none;
}

#teaserbox {
    width: 220px;
    height: 45px;
    position: absolute;
    left: 5px;
    top: 16px;
    padding: 10px 5px 5px 5px;
    background: #fbbeac url(../images/background_teaserbox.jpg);
    overflow: auto;
}

#teaserbox a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#teaserbox a:hover {
    color: #fff;
}

#teaserbox p {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Content */

#content {
    width: 502px;
    height: 477px;
    position: relative;
    padding: 0px 14px 0px 14px;
    font-size: 100.01%;
    background-color: #fff3c7;
    overflow: auto;
    float: left;
}

#content a, #popup a {
    color: #0074bb;
    font-weight: bold;
    text-decoration: none;
}

#content a:hover, #popup a:hover {
    color: #f15a24;
}

#content h1, #popup h1 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 130%;
    text-transform: uppercase;
    color: #0074bb;
}

#content p, #popup p {
    margin-top: 0px;
    margin-bottom: 16px;
}

/* Footer */

#footer {
    width: 956px;
    height: 18px;
    padding: 5px 12px 0px 12px;
    color: #fff;
    background-image: url(../images/background_footer.gif);
    overflow: hidden;
    clear: both;
}

#footer a {
    color: #80b8dd;
    text-decoration: none; font-weight: bold;color: #80b8dd;
}




#footer a:hover {
    color: #fff;
}

#footer p {
    height: 23px;
    font-size: 11px;
    margin: 0px;
    float:left;
}

/* News teaser list */

#news-teaser-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#news-teaser-list h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 120%;
}

#news-teaser-list p {
    margin-top: 4px;
    margin-bottom: 16px;
}

/* Picture/Lightbox gallery */

.gallery-table {
    border: 0px;
}

.gallery-table img {
    border: 0px;
    display: block;
}

.gallery-table td {
    padding: 8px;
    vertical-align: top;
    border: 4px solid #fff3c7;
    background-color: #fff9e4;
}

/* Sitemap */

.sitemapStandardMainCat {
    width: 460px;
    margin: 0px 0px 16px 0px;
    padding: 0px;
    list-style-type: none;
}

.sitemapStandardLevel_1 { padding:4px; background-color: #fff9e4; }
.sitemapStandardLevel_2 { padding-left:16px; }
.sitemapStandardLevel_3 { padding-left:32px; }
.sitemapStandardLevel_4 { padding-left:48px; }

/* Forms */

.form-table {
}

.form-table hr {
    border: 1px solid #f15a24;
    color: #f15a24;
}

.form-table select {
    border: 1px solid #ebe0b7;
    background-color: #fff9e4;
}

.form-table textarea {
    width: 320px;
    border: 1px solid #ebe0b7;
    background-color: #fff9e4;
}

.form-table th {
    width: 130px;
    text-align: left;
    vertical-align: top;
    font-size: 100%;
    font-weight: normal;
}

.form-table td {
    vertical-align: top;
}

.inputfield {
    width: 320px;
    border: 1px solid #ebe0b7;
    background-color: #fff9e4;
}

.form-button {
    font-weight: bold;
    border: 2px solid #0074bb;
    color: #fff;
    background-color: #0074bb;
}

.form-button:hover {
    border-color: #f15a24;
    background-color: #f15a24;
}

.form-end-box {
    border-top: 16px solid #fff3c7;
    border-bottom: 16px solid #fff3c7;
    padding: 8px;
    background-color: #fff9e4;
}

/* Popup */

#popup {
    padding: 16px;
}

