/* Globale Vorgaben nach Umstellung auf em */

.Body .Document H1 { font-size: 20px; }

.Body .Document H2 { font-size: 16px; }

.Body .Document H3 { font-size: 14px; }

.Body .Document H4 { font-size: 12px; }

.Body .Document p,
.Template .text { font-size: 12px; }

.listeData .vorschauData li .name { font-size: 10px; }

.listeData .vorschauData li .filename,
.listeData .vorschauData li .size,
.trefferlistefooter,
.trefferlisteheader,
.Template .minitext { font-size: 11px; }

/* Globale Templates */

/* Artikel - Reine Bild-Darstellung */

.s9 .Nachricht .datum {
    font-size: 11px;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/

/* Bilder-/Datengalerie - Standard */

.s3 .listeData .vorschauData li .filename,
.s3 .listeData .vorschauData li .size {
    font-size: 10px;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/

/* Sitemap - Standard */

.s6 .Seite .box {
    font-size: 13px;
}

.s6 .Seite h3 {
    font-size: 17px;
}

.s6 .Seite .box .button {
    font-size: 11px;
}

/* Sitemap - Zeilen??bersicht */

.s247 .Seite .head a {
    font-size: 15px;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/

/* Text - Introvorlage */

.s207 .header h1 {
    font-size: 22px;
}

.s207 .header h2{
    font-size: 15px;
}

.s207 .textile{
    font-size: 15px;
}

.s207 .spalte .minitext{
    font-size: 10px;
}

/*--------------------------------------------------SYSTEMVORLAGEN--------------------------------------------------------------------------------*/

/* Gastgeber - Standard */

.s142 .treffer .detailinfo .name .sterne {
    font-size: 9px;
}

.s142 .treffer .kontaktinfo .beschreibung,
.s142 .treffer .kontaktinfo .merkmale {
    font-size: 11px;
}

.s142 .treffer .kontaktinfo .preis .info {
    font-size: 9px;
}

/* Global Ende */

.Body {
    margin: 0px;
    font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
    background-color: #528ac1;
}

a img {
    border: none;
}

#container {
    background: url(/gfx/bg-container.png) repeat-y;
    width: 1000px;
    padding: 0px 15px;
    margin: 0px auto;
    position: relative;
    z-index: 100;
}

#hauptbild {
    width: 1000px;
    height: 650px;
    position: relative;
    overflow: hidden;
}

#hauptbild .moodBild img {
    width: 1150px;
    height: auto;
}

#header {
    background:transparent url(/gfx/header_verlauf.png) repeat-x scroll 0 0;
    left:0px;
    position:absolute;
    top: 0px;
    width:1000px;
    height: 110px;
    z-index: 100;
}

#infoboxHeader{
    height: 110px;
    width: 802px;
    position: absolute;
    right: 0px;
    top: 0px;
}

#logo{
    background-image: url(/gfx/logo.png);
    width:200px;
    height:81px;
    position: absolute;
    left: 50px;
    top: 0px;
}

#logo a {
    width:200px;
    height:81px;
    position: absolute;
    top: 0px;
}

#wetterbox {
    right: 360px;
    top: 10px;
    width: 200px;
    position: absolute;
}

#wetterbox .icon {
    width: 50px;
    height: 50px;
    float: left;
}

#wetterbox .data {
    width: 145px;
    float: left;
    margin: 7px 0px 0px 5px;
}

#wetterbox .data .day {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

#wetterbox .data .degree {
    color: #8e6e2f;
    font-size: 18px;
    font-size: 18px;
    font-weight: bold;
}

#stichwortsuche {
    background: url(/gfx/bg-stichwortsuche.png) no-repeat left top;
    position: absolute;
    right: 170px;
    top: 30px;
    width: 155px;
    height: 30px;
}

#stichwortsuche .query {
    background: none;
    border: none;
    width: 100px;
    position: absolute;
    left: 20px;
    top: 3px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

#stichwortsuche .button {
    position: absolute;
    right: 0px;
}

#languages {
    position: absolute;
    right: 35px;
    top: 30px;
    width: 101px;
}

#languages a img {
    width: 30px;
    height: 27px;
}

#languages a:hover img,
#languages a.on img {
    width: 30px;
    height: 27px;
}

.de_on {
    background-image:url(/gfx/languages/de.png);
    height:27px;
    position:absolute;
    width:30px;
}

.en_off {
    background-image:url(/gfx/languages/en.png);
    height:27px;
    left:33px;
    position:absolute;
    width:30px;
}

.nl_off {
    background-image:url(/gfx/languages/nl.png);
    height:27px;
    left:66px;
    position:absolute;
    width:30px;
}

#mainNav {
    position: absolute;
    right: 25px;
    bottom: 20px;
    z-index: 100;
    height: 25px;
}

#mainNav .break {
    height: 0px;
    width: 0px;
}

#mainNav ul li {
    display: block;
    float: left;
    position: relative;
}

#mainNav ul {
    list-style-type:none;
    margin: 0px;
    padding: 0px;
}

#mainNav ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 10px 0px 10px;
    font-weight: bold;
    font-size: 15px;
    float: left;
    line-height: 15px;
    display: block;
}

#mainNav ul li ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 20px;
    padding: 5px 0px;
    width: 200px;
}

#mainNav ul li.menu_service ul,
#mainNav ul li.menu_service.hover ul {
    right: 0px !important;
    left: auto;
}

#mainNav ul li.hover ul {
    display: block;
}

#mainNav ul li ul li a {
    width: 200px;
    padding-bottom: 3px;
}

#mainNav ul li.hover a,
#mainNav ul li a:hover,
#mainNav ul li.on a,
#mainNav ul li.open a {
    background: #e4a935;
}

#infobox {
    right: 35px;
    position:absolute;
    top:351px;
    z-index: 1;
}

#themenbox{
    left:34px;
    position:absolute;
    top:468px;
}

.relative {
width: 182px;}

.s204 .Seite .relative .bild {
position: absolute;}

#orte {
    background: url(/gfx/berge.png) no-repeat left bottom;
    height: 220px;
    width: 1000px;
    margin-top: -60px;
    padding-top: 20px;
    position: relative;
}

/* Orte Links */

#orte a {
    color: #505050;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 35px;
    display: block;
    height: 100%;
    cursor: default;
}

#orte #fischen {
    background: url(/gfx/bg-orte-fischen.png) no-repeat 20px top;
    width: 95px;
    height: 195px;
    overflow: hidden;
    position: absolute;
    left: 175px;
    top: 5px;
}

#orte #fischen a {
    background: url(/gfx/animated-dot-off.gif) no-repeat left bottom;
}

#orte #fischen a:hover {
    background: url(/gfx/animated-dot.gif) no-repeat left bottom;
}

#orte #obermaiselstein {
    background: url(/gfx/bg-orte-obermaiselstein.png) no-repeat 20px top;
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    left: 345px;
    top: 5px;
}

#orte #obermaiselstein a {
    background: url(/gfx/animated-dot-off.gif) no-repeat left bottom;
}

#orte #obermaiselstein a:hover {
    background: url(/gfx/animated-dot.gif) no-repeat left bottom;
}

#orte #bolsterlang {
    background: url(/gfx/bg-orte-bolsterlang.png) no-repeat 20px top;
    width: 135px;
    height: 180px;
    overflow: hidden;
    position: absolute;
    left: 500px;
    top: 5px;
}

#orte #bolsterlang a {
    background: url(/gfx/animated-dot-off.gif) no-repeat left bottom;
}

#orte #bolsterlang a:hover {
    background: url(/gfx/animated-dot.gif) no-repeat left bottom;
}

#orte #ofterschwang {
    background: url(/gfx/bg-orte-ofterschwang.png) no-repeat -25px top;
    width: 140px;
    height: 195px;
    overflow: hidden;
    position: absolute;
    left: 645px;
    top: 5px;
    text-align: right;
}

#orte #ofterschwang a {
    background: url(/gfx/animated-dot-off.gif) no-repeat right bottom;
    padding: 0px 35px 0px 0px;
}

#orte #ofterschwang a:hover {
    background: url(/gfx/animated-dot.gif) no-repeat right bottom;
}

#orte #balderschwang {
    background: url(/gfx/bg-orte-balderschwang.png) no-repeat 20px top;
    width: 150px;
    height: 115px;
    overflow: hidden;
    position: absolute;
    left: 785px;
    top: 5px;
}

#orte #balderschwang a {
    background: url(/gfx/animated-dot-off.gif) no-repeat left bottom;
}

#orte #balderschwang a:hover {
    background: url(/gfx/animated-dot.gif) no-repeat left bottom;
}

.orteText {
    background: url(/gfx/bg-orteText.png) left top;
    color: #505050;
    font-size: 12px;
    padding: 10px;
    width: 130px;
    position: absolute;
    display: none;
}

#fischenText {
    left: 200px;
    top: 35px;
}

#obermaiselsteinText {
    left: 370px;
    top: 35px;
}

#bolsterlangText {
    left: 525px;
    top: 35px;
}

#ofterschwangText {
    left: 610px;
    top: 35px;
}

#balderschwangText {
    left: 810px;
    top: 35px;
}

#artikelbanner {
    background: url("/gfx/berge_verlauf.jpg") no-repeat scroll 0 0 #e4a836;
    padding: 15px 20px 70px 20px;
    position: relative;
    width: 960px;
    border-top: 1px solid #fff;
}

#artikelbanner .Template {
    width: 460px;
}

#artikelbanner #spalte_links {
    float: left;
    width: 460px;
    padding-right: 20px;
}

#artikelbanner #spalte_rechts {
    float: left;
    width: 480px;
}

#footer{
    position: relative;
    background: #E4A936;
    width: 960px;
    padding: 0px 20px 85px 20px;
}

#footer ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#footer ul li {
    display: inline;
    position: relative;
}

#footer ul li a {
    text-decoration: none;
}

#footer .topMenu {
    border-bottom: 1px solid #f7e8c9;
}

#footer .topMenu ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 0px 20px 0px 0px;
    display: block;
    float: left;
    line-height: 12px;
}

#footer .topMenu .linklist {
    float: left;
    width: 480px;
}

#footer .topMenu .tourismus {
    float: left;
}

#footer .topMenu .tourismus {
    color: #8e6e2f;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 12px;
}

#footer .bottomMenu {
    margin-top: 10px;
}

#footer .bottomMenu ul li a {
    color: #fff7d3;
    font-size: 12px;
    padding: 0px 15px 0px 0px;
    text-transform: uppercase;
}

#footer .bottomMenu .linklist,
#footer .bottomMenu .kontakt {
    float: left;
    width: 480px;
}

#footer .bottomMenu .kontakt {
    color: #8e6e2f;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
    position: relative;
}

#footer .bottomMenu .kontakt a {
    color: #8e6e2f;
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
}

#footer .bottomMenu .kontakt .data {
    width: 50%;
}

#footer .bottomMenu .kontakt .hoedoe_link {
    position: absolute;
    right: 0px;
    top: 0;
}

#footer .footer_links {
    position:absolute;
    right:110px;
    top:0;
    width:180px;
}

#footer .topMenu .dreamway_link {
    position: absolute;
    right: 40px;
    top: 0px;
    line-height: 10px;
}

#footer .topMenu .dreamway_link a {
    font-size: 9px;
    text-transform: uppercase;
    color: #8E6E2F;
    text-decoration: none;
}

/*--------------- CSS Hintergrundbild --------------------------------*/

.backgroundPic {
    left: 0px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.backgroundPic .bild {
    width: 100%;
}

.backgroundPic .bild img {
    width: 100%;
}

.fade {
    background-image:url(/gfx/verlauf.png);
    background-repeat:repeat-x;
    height:400px;
    margin-top:-400px;
    position:relative;
    z-index:2;
}

/*--------------------------------------------------------------------*/

.Widget.Tabset .Captions {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0px;
}

.Widget.Tabset .Caption {
    display: block;
    float: left;
    margin-right: 2px;
}

.Widget.Tabset .Caption a {
    background: #999999;
    border: none;
    color: #fff;
    float: left;
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin-top: 5px;
    padding: 3px 6px 0px 6px;
    text-decoration: none;
    text-transform: uppercase;
}

.Widget.Tabset .Caption a:hover {
    background: none;
}

.Widget.Tabset .Caption a.active {
    background: none;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin: 0px;
    z-index: 100;
}

.Widget.Tabset .rightTabset_2 a,
.Widget.Tabset .rightTabset_3 a {
    border-bottom:1px dotted #000000;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}

.Widget.Tabset .TabsetContent {
    background: url(/gfx/bg-whiteTransp.png) left top;
    clear: both;
    display: none;
    color: #000;
    font-size: 12px;
    position: relative;
    width: 350px;
    z-index: 1000;
}

.Widget.Tabset .TabsetContent .break {
    height: 0px;
    width: 0px;
}

.Widget.Tabset .TabsetContent .content {
    background-color: #fff;
    padding: 18px 20px 20px 17px;
    min-height: 615px;
    width: 550px;
    overflow: hidden;
}

.Widget.Tabset .TabsetContent.active {
    display: block;
    padding: 10px;
}

/*---- Quartiersuche ------*/

#rightTabset .Calendar.ThemeDefault .Body {
    left:90px;
    top:-125px;
}

.Calendar {
    font-size: 11px;
}

#rightTabset_0 .travelSearch input,
#rightTabset_1 .travelSearch input {
    background-color: #ddeecc;
    border: none;
}

#rightTabset_0, #rightTabset_1 {
    overflow: visible;
}

input.Widget-Calendar-Date {
    width: 95px !important;
}

#rightTabset_0 .travelSearch label,
#rightTabset_1 .travelSearch label {
    padding-right: 5px;
    font-size: 11px;
}

#rightTabset_0 .travelSearch .von,
#rightTabset_0 .travelSearch .bis,
#rightTabset_0 .travelSearch .button,
#rightTabset_0 .travelSearch #filter_kategorie,
#rightTabset_1 .travelSearch .von,
#rightTabset_1 .travelSearch .bis,
#rightTabset_1 .travelSearch .button,
#rightTabset_1 .travelSearch #filter_kategoriePauschalen {
    float: left;
}

#rightTabset_0 .travelSearch .von,
#rightTabset_1 .travelSearch .von {
    padding-right: 15px;
}

#rightTabset_0 .travelSearch #filter_person,
#rightTabset_1 .travelSearch #filter_personPauschalen {
    width: 135px;
    float: left;
}

#rightTabset_0 .travelSearch #treffersuchekategorien,
#rightTabset_0 .travelSearch #treffersuchekategorienPauschalen {
    width: 125px;
}

#rightTabset_0 .travelSearch .button,
#rightTabset_1 .travelSearch .button {
    margin-left: 5px;
}

/*---------------- Vorlagen / Templates -----------------*/

/* Template Sitemap Hoernerdoerfer Startseiten */

.Template.s245 {
    background: url(/gfx/bg-sitemap-home.png) no-repeat left bottom;
}

.s245 .Seite.seite_unserdorf,
.s245 .Seite.seite_sommer,
.s245 .Seite.seite_winter,
.s245 .Seite.seite_familie,
.s245 .Seite.seite_kultur {
    display: block;
}

.s96 .Nachricht.spalte {
    width: 100%;
    margin: 0px;
}

/*Artikel 1 Spalte Ueberschrift oben */

.Template.s205 {
    margin: 0px;
}

.s205 .Nachricht.spalte {
    min-height: 160px;
}

.Nachricht.spalte .info h1{
    margin-bottom:0;
}

.s205 .Nachricht.spalte .info h1 a {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #8E6E2F;
}

.s205 .Nachricht.spalte .bild {
    width: 190px;
    height: 126px;
}

.Nachricht.spalte .bild {
    margin-top:10px;
}

.s205 .Nachricht.spalte .bild img {
    width: 190px;
    height: auto;
}

.s205 .Nachricht.spalte .info .text {
    color: #fff7d3;
    line-height: 16px;
    margin-left: 205px;
}

/* Template VA */

#artikelbanner #spalte_rechts .Template.VA {
    margin: 0px;
}

#artikelbanner #spalte_rechts .Template.VA .header h1 {
    color: #8E6E2F;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

#artikelbanner #spalte_rechts .Template.VA .veranstaltungen .gruppe h3 {
    color: #8E6E2F;
    font-size: 12px;
    font-weight: normal;
}

#artikelbanner #spalte_rechts .Template.VA .treffer {
    background: none;
    border: none;
}

#artikelbanner #spalte_rechts .Template.VA .treffer .detailinfo .name {
    right: 0px;
    left: auto;
    width: 80%;
    position: absolute;
}

#artikelbanner #spalte_rechts .Template.VA .treffer .detailinfo .name .titel a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

#artikelbanner #spalte_rechts .Template.VA .treffer .detailinfo .kategorie {
    left: 0px;
    right: auto;
}

#artikelbanner #spalte_rechts .Template.VA .treffer .detailinfo .kategorie {
    color: #8E6E2F;
    font-weight: normal;
}