/* 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 {
    background: #fff;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    position: relative;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

.ggButton,
.wetterseiteButton {
    text-align: right;
    margin-top: 5px;
}

.ggButton a {
    background: url(/gfx/linkArrow.png) no-repeat right 4px;
    color: #a8dcec;
    font-size: 14px;
    font-weight: normal;
    height: 25px;
    margin: 0px;
    padding: 0px 10px 0px 0px;
    text-align: right;
    width: 190px;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 99;
}

.wetterseiteButton a {
    background: url(/gfx/linkArrow.png) no-repeat right center;
    color: #a8dcec;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    display: block;
    cursor: pointer;
    position: relative;
    padding-right: 10px;
}

#printHeader {
    display: none;
}

#container {
    /*width: 940px;*/

    z-index: 99;
    position: relative;
}

#header {
    width: 940px;
    height: 85px;
    position: relative;
    margin-bottom: 5px;
    z-index: 1000;
}

#header #hoedoeLanguages {
    height: 55px;
    width: 100%;
}

#header #hoedoeLanguages .logoHoedoe,
#header #hoedoeLanguages .languages,
#header #hoedoeLanguages .facebooklink {
    float: left;
}

#header #hoedoeLanguages .logoHoedoe {
    background-color: #fff;
    width: 825px;
    height: 55px;
    position: relative;
}

#hoedoeLanguages .logoHoedoe a {
    display: block;
    position: absolute;
    right: 5px;
    top: 8px;
}

#hoedoeLanguages .logoHoedoe img {
    display: none;
    width: 82px;
    height: 41px;
}

#header #hoedoeLanguages .languages {
    background: url(/gfx/bg-languages.png) no-repeat right top;
    width: 100px;
    height: 30px;
    margin-left: 5px;
    padding: 25px 0px 0px 10px;
}

#header #hoedoeLanguages .facebooklink {
    display: none;
    background: url(/gfx/bg-languages.png) no-repeat right top;
    width: 70px;
    height: 30px;
    padding: 25px 0px 0px 10px;
}

.languages a img {
    width: 24px;
    height: 15px;
}

#header #navBar .leftBar {
    background-color: #04337a;
    height: 25px;
    width: 290px;
    float: left;
}

/*;
#navBar .rightBar {
    background-color: #04337a;
    height: 25px;
    width: 87px;
    float: left;
    margin-left: 3px;
}

*/

#navBar {
    margin: 5px 0px;
    position: relative;
    z-index: 1000;
    width: 100%;
}

#mainNav {
    background-color: #04337a;
    width: 650px;
    float: left;
    position: relative;
}

#mainNav ul {
    margin: 0px;
    list-style-type: none;
}

#mainNav ul li {
    display: block;
    float: left;
    position: relative;
}

#mainNav ul li.break {
    display: none;
    height: 0px;
    width: 0px;
}

#mainNav a {
    background-color: #04337a;
    border-right: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    display: block;
    float: left;
    padding: 0px 10px;
    letter-spacing: 1px;
}

#mainNav a:hover,
#mainNav a.active {
    background-color: #0a83c3;
    text-decoration: none;
}

/* Aufklappmenu Start */

#mainNav ul li.menu_gastgeber ul,
#mainNav ul li.menu_gastgeber.hover ul {
    right: 22px !important;
    left: auto;
}

#mainNav ul li ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 20px;
    padding: 5px 0px;
    width: 200px;
}

#mainNav ul li.hover ul {
    display: block;
}

#mainNav ul li ul li a {
    border-right: none;
    border-bottom: 1px solid #fff;
    width: 200px;
    padding-bottom: 3px;
}

/* Aufklappmenu Ende */

#logo {
    border: 3px solid #fff;
    width: 186px;
    height: 108px;
    position: absolute;
    left: 80px;
    top: -5px;
    z-index: 1001;
}

#logo a img {
    display: block;
    width: 186px;
    height: 108px;
}

#content {
    position: relative;
    z-index: 99;
    width: 940px;
}

#leftColumn {
    background: url(/gfx/bg-fischomat.jpg) no-repeat left bottom;
    float: left;
    width: 225px;
    height: 575px;
    position: relative;
}

#leftColumn #leftImg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 415px;
    z-index: -1;
}

#leftImg img {
    width: 220px;
    height: 415px;
}

#leftColumn .box {
    background: url(/gfx/bg-box.png);
    width: 220px;
    position: relative;
}

#leftColumn .box h1,
#main .box h1 {
    margin: 0px;
    padding: 0px;
    line-height: 25px;
    color: #a8dcec;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 10px;
}

#leftColumn .box h1 a,
#main .box h1 a {
    color: #a8dcec;
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    width: 200px;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 99;
}

#leftColumn .box .VALink a {
    background: url(/gfx/linkArrow.png) no-repeat right 4px;
    color: #a8dcec;
    font-size: 14px;
    font-weight: normal;
    height: 25px;
    margin: 0px;
    padding: 0px 10px 0px 0px;
    text-align: right;
    width: 190px;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 99;
}

#main .box h1 a {
    width: 130px;
}

#leftColumn .boxes {
    position: absolute;
    bottom: 160px;
    z-index: 99;
    width: 220px;
}

#leftColumn .veranstaltungen {
    border-bottom: 1px solid #a8dcec;
}

#leftColumn #VAArrow,
#leftColumn #GastgeberArrow {
    background: url(/gfx/downArrow.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
    height: 6px;
}

/*-------------- VA BOX Start ------------*/

#leftColumn #VAContent {
    font-size: 12px;
    padding: 0px 10px;
}

#leftColumn #VAContent .treffer {
    margin: 5px 0px;
    border: none;
    background: none;
}

#leftColumn #VAContent .treffer .detailinfo {
    position: relative;
    top: 0px;
    height: auto !important;
}

#leftColumn #VAContent .treffer .detailinfo .name .titel {
    padding-left: 5px;
}

#VAContent .treffer .detailinfo .name .titel,
#VAContent .treffer .detailinfo .name .titel a {
    color: #A8DCEC;
    font-size: 12px;
    font-weight: normal;
    width: 120px;
    padding: 0px;
    overflow: hidden;
}

#leftColumn #VAContent .treffer .detailinfo .name {
    position: relative;
    width: 120px;
    float: left;
}

#leftColumn #VAContent .treffer .detailinfo .kategorie {
    color: #fff;
    float: left;
    width: 80px;
    font-weight: normal;
    padding: 0px;
    position: relative;
}

#VAContent .gruppe h3 {
    color: #fff;
    margin: 5px 0px;
    font-weight: normal;
}

/*-------------- VA BOX Ende ------------*/

#leftColumn #GastgeberArrow {
    display: none;
}

#leftColumn #VAContent {
    display: none;
}

#leftColumn .gastgeber .gastgeberBox {
    padding: 0px 10px 20px 10px;
    height: 190px;
}

#leftColumn .gastgeber .gastgeberBox .Widget.Calendar.ThemeDefault {
    position: absolute;
    top: 25px;
}

#leftColumn #gambler {
    background: url(/gfx/bg-fischomat-01.jpg) no-repeat left top;
    overflow: hidden;
    width: 215px;
    height: 150px;
    padding-right: 5px;
    text-align: right;
    position: absolute;
    left: 0px;
    bottom: 3px;
}

#leftColumn #gambler #themenbox {
    position: absolute;
    right: 15px;
    top: 0px;
    margin: 0px;
    padding: 0px;
}

#leftColumn #gambler #themenliste {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#themenliste li a {
    color: #4b4f56;
    font-size: 17px;
    line-height: 30px;
}

#themenliste li.active a {
    color: #04337a;
    font-size: 25px;
    line-height: 35px;
}

.button input {
    background: #0a83c3;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
}

#main {
    width: 715px;
    height: 572px;
    position: relative;
    float: left;
}

#main #bildWetter,
#main #bildWetter #themenbild {
    height: 415px;
    width: 715px;
    position: relative;
    overflow: hidden;
}

#themenbild img {
    height: auto !important;
    width: 715px;
}

#main .boxes {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

#main .box {
    background: url(/gfx/bg-box.png);
    width: 150px;
    position: relative;
}

#main .meta,
#main .karte {
    border-bottom: 1px solid #a8dcec;
}

#main #metaArrow,
#main #wetterArrow,
#main #karteArrow {
    background: url(/gfx/downArrow.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
    height: 6px;
}

#main #wetterArrow {
    display: none;
}

#main #metaContent {
    display: none;
}

#main .wetter .wetterBox {
    /*padding: 0px 5px 10px 5px;*/

}

#main .wetter #wetterContent {
    color: #fff;
    padding: 0px 5px 10px 5px;
    /* height: 150px; */

}

#main #portraitbild {
    background: url(/gfx/bg-portrait.png) no-repeat left top;
    position: absolute;
    width: 150px;
    height: 160px;
    z-index: 99;
    left: 220px;
    bottom: 15px;
}

#main #portraitbild .bild {
    width: 130px;
    height: 145px;
    padding: 5px 10px 15px 5px;
    overflow: hidden;
}

#main #portraitbild .bild img {
    width: 145px;
    height: auto !important;
}

#main #bgperson {
    background: #fecc00;
    color: #04337a;
    width: 715px;
    height: 150px;
    position: relative;
    margin-top: 7px;
}

#bgperson a {
    color: #04337a;
    font-size: 11px;
}

#bgperson #fischswitcher {
    width: 200px;
    position: absolute;
    top: 65px;
    left: 15px;
}

#bgperson #fischswitcher .fischtext {
    color: #04337a;
    font-size: 25px;
    float: left;
}

#fischswitcher .next,
#fischswitcher .last {
    float: left;
    padding: 5px 0px 0px 5px;
}

#sitesearch {
    width: 200px;
    position: absolute;
    top: 105px;
    left: 5px;
}

#search .query {
    /*background: #ffe888;*/

    width: 140px;
    float: left;
}

#search .button {
    padding-left: 5px;
}

#gefischt {
    width: 200px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding-left: 10px;
}

#person {
    font-size: 11px;
    width: 325px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

#pname {
    font-weight: bold;
}

#pfunktion {
    font-style: italic;
    margin-bottom: 5px;
}

#person .link {
    text-align: right;
}

#footer {
    width: 905px;
    overflow: hidden;
    height: 100px;
    position: relative;
    font-size: 11px;
    color: #676a70;
    padding: 20px 15px 15px 20px;
    line-height: 18px;
    z-index: 99;
}

#footer a {
    color: #04337a;
}

#footer .adress,
#footer .contact,
#footer .links {
    padding-top: 5px;
    float: left;
}

#footer .adress {
    width: 175px;
}

#footer .contact {
    width: 200px;
}

#footer .links {
    width: 100px;
}

#footer .links a {
    display: block;
}

#footer .graduation {
    position: absolute;
    top: 20px;
    right: 15px;
}

#footerFacebookLink {
    padding-left: 20px;
    display:none;
}

#footerFacebookLink a span {
    float: left;
    padding: 5px 10px 0 0;
    text-align: right;
    width: 75px;
}

#footerFacebookLink a:hover span {
    text-decoration: underline;
}

#footer .graduation .heilklima,
#footer .graduation .allgaeu,
#footer .graduation .jubilaeum,
#footerFacebookLink,
#footerFacebookLink a img {
    float: left;
}

#footer .graduation .heilklima {
    background: url(/gfx/heilklima.png) no-repeat left top;
    margin-right: 10px;
    width: 75px;
    height: 52px;
    text-indent: 2500px;
}

#footer #eu {
    background: url(/gfx/eu.png) no-repeat left top;
    width: 165px;
    height: 25px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-indent: 2500px;
}

#footer .realized {
    position: absolute;
    left: 20px;
    bottom: 15px;
}

/*--------- Travel Searchform Left -----------------------------------*/

input.Widget-Calendar-Date {
    background-color: #fff !important;
    width: 100px !important;
}

.label {
    font-size: 12px;
    color: #fff;
}

#leftColumn .travelSearch select {
    width: 105px;
}

#leftColumn .travelSearch .button {
    margin-top: 15px;
    text-align: right;
}

/*-------------- Box Wetter Content ------------------*/

#homepagewetter {
    position: relative;
    color: #fff;
}

#homepagewetter .date {
    font-size: 12px;
    padding: 0px 5px;
}

#homepagewetter .degree {
    font-size: 25px;
    padding: 0px 5px;
    margin-bottom: 10px;
}

#homepagewetter .previewIcons {
}

#homepagewetter .previewIcons img {
    float: left;
    padding-left: 2px;
    width: 44px;
    height: 44px;
}

#homepagewetter .time {
    width: 140px;
    color: #a8dcec;
    font-size: 11px;
}

#homepagewetter .time span {
    width: 46px;
    display: block;
    float: left;
}

/*--------------- CSS Hintergrundbild --------------------------------*/

.backgroundPic {
    right: 0px;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 1;
}

.backgroundPic .bild {
    width: auto;
    text-align: right;
}

.backgroundPic .bild img {
    width: auto;
}

/* Calendar Start */

.Calendar {
    font-size: 12px;
}

/* Calendar Ende */

/* FAcebook */

#facebook-like-box {
    position: absolute;
    height: 60px;
    width: 355px;
    overflow: hidden;
    left: 475px;
}

#facebook-like-box iframe {
    margin: -5px;
}