/* 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;
}

.s6 .Seite .bild {
    height: 130px;
}

/* 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 */

* {
	padding: 0;
	margin: 0;
}

.Body {
    margin: 0px;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    background:#EDEDEF none repeat scroll 0 0;
}

a {
    text-decoration: none;
}

a img {
    border: none;
}

#container {
    width: 1019px;
    position: relative;
    margin: 0px auto 70px auto;
    z-index: 3;
}

#printHeader,
.barrierReef {
    display: none;
}

#header {
    position: relative;
    z-index: 3;
}

#logo {
    height: 90px;
    left: 75px;
    position: absolute;
    top: 15px;
    width: 90px;
    z-index: 150;
}

#logo a {
    background: url("/gfx/logo-das-hoechste.png") no-repeat scroll left top transparent;
    display: block;
    height: 90px;
    overflow: hidden;
    text-indent: -9999px;
    width: 90px;
}

#navBar {
    background: url("/gfx/nav-bg.png") no-repeat scroll 0 0 transparent;
    height: 47px;
    position: absolute;
    right: 51px;
    top: 0;
    width: 735px;
  	z-index: 100;
  	font-family: 'Tahoma', sans-serif;
}

/*--------------- Menue --------------------------------*/

#navBar {
    background: url("/gfx/nav-bg.png") no-repeat scroll 0 0 transparent;
    height: 47px;
    position: absolute;
    right: 51px;
    top: 0;
    width: 735px;
  z-index: 100;
  font-family: 'Tahoma', sans-serif;
}

#navBar #mainNav {
  margin-left: 10px;;
}

#mainNav ul li.hover a {
  color: #ffffff !important;
}

#mainNav ul li.hover ul li a {
  color: #555555 !important;
}

#navBar #mainNav ul li {
  list-style: none;
  float: left;
}

#navBar #mainNav ul li a {
    color: #555555;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 33px;
    padding: 5px 10px;
    text-decoration: none;
  border-right: 1px solid #e5e5e5;
}

#navBar #mainNav ul li ul {
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  margin-top: 0px;
  margin-left: -1px;
  background: #e5e5e5;
  display: none;
  border: 1px solid #868686;
}

#navBar #mainNav ul li.hover ul {
  display: block;
  position: absolute;
}

#navBar #mainNav ul li ul li {
  float: none;
}

#navBar #mainNav ul li ul li a {
    color: #555555;
    display: block;
    font-size: 0.85em;
    font-weight: normal;
    line-height: 15px;
    padding: 5px 10px;
    text-decoration: none;
  border: 0 none;
  border-bottom: 1px solid #d6d6d6;
  border-top: 1px solid #ededed;
}

#navBar #mainNav ul li ul li:last-child  {
  padding-bottom: 5px;
  border-top: 1px solid #ededed;
}

#navBar #mainNav ul li ul li a:hover {
    background: #009fdf;
  color: #ffffff !important;
}

#sitesearch {
    position: absolute;
    right: 60px;
    top: 12px;
}

#sitesearch .query {
    background: url("/gfx/search-icon.gif") no-repeat scroll 3px center white;
    border: 1px solid #555555;
    color: #333333;
    display: block;
    float: left;
    height: 21px;
    line-height: 24px;
    margin-right: 3px;
    overflow: hidden;
    padding-left: 28px;
    width: 120px;
}

#sitesearch  #search-button {
    background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
    border: 1px solid #555555;
    color: #202020;
    display: block;
    float: left;
    font-size: 12pxem;
    height: 23px;
    text-transform: uppercase;
    width: 63px;
}
/*--------------- Menue Ende --------------------------------*/

#berge {
    background: none;
    width: 1019px;
    height: 130px;
}

#nebelhorn,
#fellhorn,
#walmendingerhorn,
#ifen {
    display: none;
}

#nebelhorn a,
#fellhorn a,
#walmendingerhorn a,
#ifen a {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 11px;
}

#nebelhorn a:hover {
    color: #f9a61a;
}

#fellhorn a:hover {
    color: #9f1e20;
}

#walmendingerhorn a:hover {
    color: #71be44;
}

#ifen a:hover {
    color: #26c1ff;
}

#nebelhorn {
    height: 32px;
    right: 485px;
    top: 90px;
}

#fellhorn {
    height: 28px;
    width: 85px;
    right: 355px;
    top: 90px;
}

#walmendingerhorn {
    height: 26px;
    right: 145px;
    top: 90px;
}

#ifen {
    height: 30px;
    right: 40px;
    top: 90px;
}

/* Berge Ende */

#main {
    position: relative;
    width: 1019px;
    /*    margin: 215px auto 80px auto; */

    margin: 0px auto 20px auto;
}

/* Social Bookmarks Start */

#socialBookmarks {
    background: url(/gfx/bg-socialBookmarks.png) no-repeat left top;
    color: #434343;
    padding: 22px 25px 20px 30px;
    width: 220px;
    display: none;
}

#youtube .icon,
#facebook .icon {
    padding-right: 40px;
}

#socialBookmarks .icon {
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
}

#socialBookmarks .icon a {
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
}

#youtube,
#facebook,
#twitter {
    float: left;
}

#youtube,
#facebook {
    padding-bottom: 5px;
}

#youtube .icon a {
    background: url(/gfx/icons/youtube-off.jpg) no-repeat left top;
}

#youtube .icon a:hover {
    background: url(/gfx/icons/youtube-on.jpg) no-repeat left top;
}

#facebook .icon a {
    background: url(/gfx/icons/facebook-off.jpg) no-repeat left top;
}

#facebook .icon a:hover {
    background: url(/gfx/icons/facebook-on.jpg) no-repeat left top;
}

#twitter .icon a {
    background: url(/gfx/icons/twitter-off.jpg) no-repeat left top;
}

#twitter .icon a:hover {
    background: url(/gfx/icons/twitter-on.jpg) no-repeat left top;
}

/* Social Bookmarks Ende */

#leftColumn {
    width: 275px;
    padding-right: 9px;
    float: left;
}

/* leftColumn subNav Start */

#leftColumn .subNavTop {
    background: url(/gfx/bg-subNav-top.png) left top;
    width: 275px;
    height: 21px;
}

#leftColumn .subNav {
    background: url(/gfx/bg-subNav.png) left top;
    padding: 0px 25px 0px 30px;
}

#leftColumn .subNav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#leftColumn .subNav ul li.break {
    height: 0px;
    width: 0px;
    display: none !important;
}

#leftColumn .subNav ul li a {
    text-transform: uppercase;
    color: #646464;
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    text-shadow: 0 1px 0 #FFFFFF;
}

#leftColumn .subNav ul li,
#leftColumn .subNav ul li.active a,
#leftColumn .subNav ul li.open a,
#leftColumn .subNav ul li ul li.hover ul,
#leftColumn .subNav ul li ul li.off ul,
#leftColumn .subNav ul li ul li ul {
    display: none;
}

#leftColumn .subNav ul li.active,
#leftColumn .subNav ul li.active ul li,
#leftColumn .subNav ul li.active ul li a,
#leftColumn .subNav ul li.open,
#leftColumn .subNav ul li.open ul li,
#leftColumn .subNav ul li.open ul li a,
#leftColumn .subNav ul li ul li.on ul,
#leftColumn .subNav ul li ul li.active ul,
#leftColumn .subNav ul li ul li.open ul {
    display: block;
}

#leftColumn .subNav ul li ul li.hover a,
#leftColumn .subNav ul li.open ul li.active a,
#leftColumn .subNav ul li.open ul li.hover a,
#leftColumn .subNav ul li.open ul li.open a,
#leftColumn .subNav ul li.open ul li.hover ul li.hover a,
#leftColumn .subNav ul li.open ul li.active ul li.hover a,
#leftColumn .subNav ul li.open ul li.open ul li.active a,
#leftColumn .subNav ul li.open ul li.open ul li.hover a,
#leftColumn .subNav ul li.open ul li.active ul li.hover a {
    color: #000;
}

#leftColumn .subNav ul li.open ul li.active a,
#leftColumn .subNav ul li.open ul li.open a,
#leftColumn .subNav ul li.open ul li.open ul li.active a {
    font-weight: bold;
}

#leftColumn .subNav ul li ul li ul li a,
#leftColumn .subNav ul li ul li.hover ul li a,
#leftColumn .subNav ul li.open ul li.active ul li a,
#leftColumn .subNav ul li.open ul li.active ul li.off a,
#leftColumn .subNav ul li.open ul li.open ul li a {
    font-size: 12px;
    color: #646464;
    font-weight: normal;
    text-transform: none;
    padding-left: 20px;
}

#leftColumn .subNav ul li ul li ul {
    padding: 0px;
}

#leftColumn .subNavBottom {
    background: url(/gfx/bg-subNav-bottom.png) left top;
    width: 275px;
    height: 39px;
    margin-bottom: 20px;
}

.subNav .startseite,
.subNav .startseite a {
    font-size: 15px;
    color: #646464;
    text-transform: uppercase;
}

/* leftColumn subNav Ende*/

#content {
    width: 735px;
    float: left;
    margin-top: 10px;
}

/* FOOTER */

#footer {
    background: url(/gfx/bg-footer.png) no-repeat left top;
    width: 950px;
    height: 60px;
    padding: 10px 20px 20px 15px;
    margin: 0px auto;
    position: relative;
}

#footer,
#footer a {
    text-shadow: 0 1px 0 #FFFFFF;
}

#footer p {
    margin: 0px;
}

#footer .top {
    border-bottom: 1px solid #646464;
    position: relative;
}

#footer .bottom {
    border-top: 1px solid #fff;
    position: relative;
}

#footer .links {
    padding: 20px 0px 10px 15px;
}

#footer .links a {
    color: #646464;
    font-size: 12px;
    font-weight: bold;
    display: block;
    float: left;
    padding-right: 15px;
}

#footer .links a:hover {
    color: #000;
}

#footer .logos {
    position: absolute;
    right: 100px;
    top: 5px;
}

#footer .bottom,
#footer .bottom a {
    color: #646464;
    font-size: 10px;
    font-weight: normal;
}

#footer .copyright {
    padding-left: 15px;
}

#footer .realized {
    position: absolute;
    right: 110px;
    bottom: 0px;
}

/*--------------- CSS Hintergrundbild --------------------------------*/

#silhouette {
    background: none;
    height: 178px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

#backgroundPic {
    left: 0px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

#backgroundPic .bild {
    width: 100%;
}

#backgroundPic .bild img {
    width: 100%;
}

#fade {
    background-image:url(/gfx/fade.png);
    background-repeat:repeat-x;
    height:400px;
    margin-top:-400px;
    position:relative;
    z-index:2;
}

/*------------------------ Vorlagen / Templates ----------------------------*/

#content .Template {
    background: url(/gfx/bg-content.png) repeat-y left top;
    width: 705px;
    margin: 0px 0px 1px 0px;
    padding: 15px;
    color: #000;
    position: relative;
}

.noScrollX {
    overflow-x: hidden;
}

.Template .spalte {
    position: relative;
}

.Template .bild {
    margin-bottom: 5px;
}

.Template h1,
.template h1,
.Template h1.headline,
.Template h1 a {
    color: #000;
    font-size: 18px !important;
    font-weight: normal;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    text-transform: uppercase;
    margin: 0px 0px 15px 0px;
}

#content .Template h1 a {
    border-bottom: 1px dotted #000;
}

#content .header h1,
#content .header h1 a {
    font-weight: bold;
}

.Template h2,
.Template h2.headline,
.Template h2 a {
    color: #000;
    font-size: 16px !important;
    font-weight: normal;
    line-height: 22px;
    text-decoration: none;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}

.Template h2 a {
    border-bottom: 1px dotted #000;
}

.Template h3,
.Template h3.headline,
.Template h3 a {
    color: #646464;
    font-size: 16px !important;
    font-weight: normal;
    line-height: 20px;
    text-decoration: none;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
}

.Template h3 a {
    border-bottom: 1px dotted #000;
}

.Body .Document p,
.Template .textile,
.Template .textile p,
.Template .text,
.Template .text p,
.Template .editor,
.Template .editor p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.Template .textile p a,
.Template p a,
.beschreibung a,
.minitext a,
.Template a.kontext {
    color: #000;
    border-bottom: 1px dotted #000;
    text-decoration: none;
}

.Template .header {
    margin-bottom: 15px;
}

.Template .minitext {
    font-size: 10px;
}

.button {
    text-align: right;
}

.button a {
    text-decoration: none;
    color: #222;
    font-size: 15px;
    margin-right: 5px;
    font-style: italic;
}

.button a:hover {
    color: #646464;
}

.treffer,
.trefferschmal {
    background: none;
    border: none;
    margin-bottom: 20px;
}

.treffer .kontaktinfo .beschreibung,
.trefferschmal .kontaktinfo .beschreibung {
    color: #000;
}

.treffer .kontaktinfo .adresse .telefon a {
    color: #000;
}

/* Template Divider */

.Template.s {
    padding: 15px 0px;
    margin: 0px !important;
}

h2.divider {
    color: #009fdf;
    margin: 20px 0px;
    border-bottom: 1px dotted #009fdf;
    text-align: center;
    font-weight: bold;
}

/*Template Text .s5 */

.s5 .spalte {
    margin: 0px 15px 15px 0px;
}

.s5 .spalte .bild {
    margin: 0px 0px 5px 0px;
    width: 225px;
}

.s5 .spalte .bild img {
    width: 225px;
}

.s5 .spalte .minitext {
    width: 225px;
}

/*Template Text .s97 */

.s97 .spalte {
    margin: 0px 0px 15px 15px;
}

/*Template einBild .s59*/

.s59 {
    margin: 15px;
}

/*Template Artikel Standard .s2*/

#content .Template.s2 .spalte {
    width: 705px;
}

#content .Template.s2 .Nachricht .bild {
    margin-right: 15px;
}

#content .Template.s2 h1 a {
    font-size: 16px !important;
    line-height: 20px;
}

/* Template Artikel 2 Spalten */

.s82 .spalte {
    height: 200px;
    width: 345px !important;
    margin: 0px 3px 10px 3px !important;
}

/*Template Artikel Ueberschrift oben .s9 */

.s9 .Nachricht .bild {
    margin: 45px 15px 5px 0px;
}

.s9 .Nachricht .info {
    position: relative;
    width: 705px;
}

.s9 .Nachricht .info h1 {
    position: absolute;
    left: 0px;
    top: 0px;
}

.s9 .Nachricht .info .text {
    padding-top: 40px;
}

/* Template Artikel 2 Spalten Ueberschrift oben */

.s96 .spalte {
    width: 345px !important;
    margin: 0px 3px 10px 3px !important;
}

.s96 .spalte .info {
    float: left;
    width: 220px;
}

.s96 .spalte .info h1 {
    position: absolute;
    overflow: hidden;
    left: -125px;
}

.s96 .info .text {
    margin-top: 35px;
}

.s96 .info h1 {
    top: 0px !important;
}

/* Template Sitemap Standard .s6*/

#content .s6 {
    width: 705px;
    margin: 0px 0px 15px 0px;
}

.s6 .Seite {
    margin: 10px 15px 10px 0px;
    width: 220px;
    line-height: 16px;
}

.s6 .Seite .box {
    padding: 5px 0px 8px 0px;
}

.s6 .head a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.s6 .description a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    line-height: 14px;
}

/* Template Seitenliste */

.s200 .Sitemap .Seite a {
    line-height: 18px;
    text-decoration: none;
}

.s200 .Sitemap .level_1 a {
    font-size: 16px;
}

.s200 .Sitemap .level_2 a,
.s200 .Sitemap .level_3 a,
.s200 .Sitemap .level_4 a {
    font-size: 12px;
}

/* 404 Fehlerseite Seitenliste */

.contentErrorSitemap ul {
    list-style-type: none;
}

.contentErrorSitemap ul li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.contentErrorSeiten a {
    text-decoration: none;
    border-bottom: 1px dotted #000;
    color: #000;
}

/* Template mehrBild 3Spalten .s71 */

.s71 .spalteEins, .s71 .spalteZwei {
    margin-right: 15px;
}

.s71 .spalteEins,
.s71 .spalteZwei,
.s71 .spalteDrei {
    width: 225px;
}

/* Template 2Spalten .s70 */

.s70 .spalteEins, .s70 .spalteZwei {
    width: 345px !important;
}

.s70 .spalteEins {
    margin-right: 15px !important;
}

.s70 .textile p {
    margin-top: 0px;
}

.s70 .bildEins,
.s70 .bildZwei {
    margin: 4px 0px 12px;
}

/* Template Leistungstraeger */

.Template.LIS .trefferlistenavigation,
.treffer .kontaktinfo .weiter a,
.trefferschmal .kontaktinfo .weiter a  {
    background: none;
}

.Template.LIS .trefferlistekategorien {
    background: none;
}

.Template.LIS .trefferlistekategorien ul li a {
    text-decoration: none;
    color: #000;
}

.Template.LIS .trefferlistekategorien ul li a:hover {
    text-decoration: underline;
}

.Template.LIS .trefferlisteheader {
    padding: 0px;
}

.Template.LIS .trefferlistefooter {
    background: none;
    color: #000;
    border: none;
}

.treffer .detailinfo .kategorie,
.trefferschmal .detailinfo .kategorie {
    color: #000;
}

.Template.LIS .trefferlistefooter a {
    color: #000;
}

/* ---------------- VA Template -------------- */

.Template.VA .trefferlisteheader {
    background: none;
    color: #000;
}

.Template.VA .trefferlistefooter {
    color: #000;
    border: none;
    background: none;
}

.Template.VA .trefferlistefooter a {
    color: #000;
}

/* Template Bildergallerie */

/* Detailseiten */

.listeData ul.vorschauData li.detail,
.listeData ul.vorschauData li.detail:hover {
    width: 689px; !important;
    height: 50px !important;
}

.listeData ul.vorschauData li:hover {
    border: 1px solid #000 !important;
    height: 105px;
    margin: 5px ;
    padding: 3px;
    width: 90px;
}

#content .minheight {
    height: 150px;
    float: left;
}

.Detail .artikelContentTemplate h2.divider,
.Detail .vaContentTemplate .header h2.divider,
.Detail .bilderContentTemplate .header h2.divider {
    color: #009fdf;
    font-size: 24px !important;
    line-height: 26px !important;
    font-weight: normal;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
}

.Detail .artikelContentTemplate .Nachricht h3,
.Detail .artikelContentTemplate .Nachricht h5 {
    margin: 0px 0px 10px 0px;
}

/* ----------------- Detailseiten -----------------*/

.ContentTemplateDetail .untermenu {
    background: none;
    border-bottom: 1px solid #609A39;
}

.ContentTemplateDetail .treffer .detailinfo .kategorie {
    color: #fff;
}

.ContentTemplateDetail .treffer .bildinfo .bild {
    height: 133px;
}

/* Travel Detailseiten */

.InfoWindow h1 {
    font-size: 16px !important;
}

.InfoWindow .text {
    color: #000;
}

.ContentTemplateDetail .untermenu a,
.ContentTemplateDetail .untermenu a:hover {
    background: #609A39;
    border: none;
}

/* Travel Darstellung Verfuegbarkeit */

.ContentTemplateDetail .untermenu2 a {
    color: #fff;
    background: none;
}

.treffersuche {
    background: #609A39;
    color: #FFF7D3;
}

#trefferzeitraum,
.treffersuchefooter {
    background: none;
}

.treffersuchefooter {
    border-top: 1px solid #000;
}

/* Detailansichten */

/* fileview */

.s3 .listeData.style_black ul.vorschauData li,
.s3 .listeData.style_black {
    background: none;
}

.s3 .Bilder .vorschauData li.detail .name {
    color: #000;
    width: 630px;
}

.s3 .Bilder .vorschauData li.detail .filename,
.s3 .Bilder .vorschauData li.detail .size {
    width: 630px;
}

.listeData ul.vorschauData li,
.listeData ul.vorschauData li:hover {
    border-color: #fff;
}

.listeData .vorschauData li .name {
    color: #000;
}

/* LIS Detail */

.LIS .treffer,
.LIS .trefferschmal {
    font-size: 13px;
    padding: 15px 0px 2px 15px;
    width: 615px;
}

.LIS .treffer .titel a,
.LIS .trefferschmal .titel a {
    color: #000;
    font-size: 14px;
}

.LIS .treffer .kategorie a,
.LIS .trefferschmal .kategorie a {
    color: #fff;
}

.LIS .treffer .adresse .anschrift,
.LIS .trefferschmal .adresse .anschrift {
    width: 45%;
    padding-right: 3%;
    float: left;
}

.LIS .treffer .adresse .telefon,
.LIS .trefferschmal .adresse .telefon {
    width: 45%;
    float: left;
}

.LIS .treffer .adresse,
.LIS .trefferschmal .adresse {
    margin: 10px 0px;
}

.LIS .treffer .beschreibung,
.LIS .trefferschmal .beschreibung {
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 0px;
    padding-right: 15px;
}

.LIS .treffer .weiter,
.LIS .trefferschmal .weiter {
    text-align: right;
}

.LIS .treffer .weiter a,
.LIS .trefferschmal .weiter a {
    padding: 2px;
    text-decoration: none;
}

.leistungstraeger .treffer .bild .geo {
    position: absolute;
    left: 0px;
    top: 0px;
}

.leistungstraeger .treffer .bild .geo img {
    width: 14px;
    height: 14px;
}

/*Detail Darstellung Bild*/

.Tags span {
    background: url(/gfx/bg-tags-left.gif) no-repeat left top;
    padding-left: 10px;
    height: 35px;
    display: block;
    float: left;
    margin: 0px 10px 5px 0px;
}

.Tags span a {
    background: #009FDF;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    display: block;
    padding: 0px 5px 0px 0px;
}

.Tags span a:hover {
    font-weight: bold;
}

.imageContentTemplate .spalte {
    width: 300px;
    margin-right: 10px;
}

.imageContentTemplate .bild img {
    width: 100%;
}

#content .imageContentTemplate .detailfilesize,
#content .imageContentTemplate .detaildimensions,
#content .imageContentTemplate .detailcreated,
#content .imageContentTemplate .detailchanged {
    display: none;
}

/* Detaildarstellung Veranstaltungen */

.vaContentTemplate .spalte a {
    color: #fff;
}

/* Wetterdetail Seite Start */

.dayBox {
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    position: relative;
    width: 705px;
    padding-bottom: 5px;
    font-size: 13px;
}

.dayBox .day {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.dayBox .wetterData {
    color: #646464;
    width: 280px;
    padding-right: 20px;
}

.dayBox .timeOfDay {
    width: 405px;
    color: #646464;
}

.dayBox .wetterData .key,
.dayBox .wetterData .value,
.dayBox .wetterData,
.dayBox .timeOfDay,
.dayBox .timeOfDay .leftColumn,
.dayBox .timeOfDay .middleColumn,
.dayBox .timeOfDay .rightColumn {
    float: left;
}

.dayBox .wetterData .key {
    width: 60%;
}

.dayBox .wetterData .value {
    width: 40%;
}

.dayBox .timeOfDay .leftColumn,
.dayBox .timeOfDay .middleColumn,
.dayBox .timeOfDay .rightColumn {
    width: 130px;
    font-size: 11px;
    text-align: center;
}

.dayBox .timeOfDay .leftColumn,
.dayBox .timeOfDay .middleColumn {
    padding-right: 5px;
}

/* Wetterdetail Seite Ende */

#formular .info {
    display: none;
}

.template__survey {
    background-color: #eee;
}

.template__survey form {
    padding: 0px;
    margin: 0px;
}

.template__survey .umfrageName {
    background-color: #ccc;
    padding: 5px 10px;
    margin: 0px;
}

.template__survey .content {
    padding: 10px;
    background-color: #F4F4F4;
}

.template__survey .content .navigation {
    padding: 5px;
    background-color: #ddd;
}

* html .template__survey .content .navigation .controls {
    margin-bottom: -5px;
}

.template__survey .content .navigationTop {
    margin-bottom: 10px;
}

.template__survey .content .navigationBottom {
    margin-top: 10px;
}

.template__survey .content .navigation .user {
    float: left;
    margin-top: 0.2em;
    margin-left: 5px;
    font-weight: bold;
}

.template__survey .content .navigation .controls {
    float: right;
}

.template__survey .content .navigation .controls .control {
    float: left;
    margin-left: 5px;
}

.template__survey .content .navigation .controls .controlPages {
    margin-top: 0.2em;
}

.template__survey .dialog {
}

.template__survey .dialog .eingabeUser .anschrift .eingabe {
    margin-bottom: 5px;
}

.template__survey .dialog .eingabeUser .anschrift .eingabe .beschriftung {
    display: block;
    width: 10ex;
    float: left;
    margin-top: 0.2em;
}

.template__survey .dialog .eingabeUser .anschrift .eingabe .element {
    display: block;
    width: 30ex;
    float: left;
}

.template__survey .dialog .eingabeUser .anschrift .eingabe input {
    width: 95%;
}

.template__survey .dialog .eingabeUser .anschrift .eingabe .plz {
    width: 25%;
}

.template__survey .dialog .eingabeUser .anschrift .eingabe .ort {
    width: 68%;
}

.template__survey .dialog .eingabeUser .pflichtfelder {
    margin-top: 10px;
    font-size: 0.8em;
    color: #666;
}

.template__survey .dialog .frageName {
    font-weight: bold;
    padding: 2px;
}

.template__survey .dialog .frageListe {
    border: 1px solid #888;
    padding: 10px;
}

.template__survey .dialog .frageListe .frage {
    margin-bottom: 3px;
    background-color: #ddd;
    width: 80%;
}

.template__survey .dialog .frageListe .frage .auswahl {
    float: left;
    padding: 3px;
    border-right: 1px solid #eee;
    margin-right: -1px;
}

.template__survey .dialog .frageListe .frage .auswahl .item {
    text-align: center;
}

.template__survey .dialog .frageListe .frage .antwort {
    float: left;
    padding: 3px 6px;
    border-left: 1px solid #eee;
}

.template__survey .dialog .frageListe .frage .antwort .beschreibung {
    display: block;
    padding: 2px 0px;
}

.template__survey .dialog .frageListe .row .frage.col .antwort textarea {
    width: 20ex !important;
}

.template__survey .dialog .frageListe .row .frage.col {
    margin-right: 2%;
}

.template__survey .dialog .frageListe .row .frage.col3 {
    margin-right: 0px;
}

.template__survey .dialog .frageListe .row .frage.antwortInfo {
    width: 100%;
}

.template__survey .dialog .frageListe .frage .auswahlNote .itemText {
    cursor: pointer;
    padding: 2px;
}

.template__survey .dialog .frageListe .frage .auswahlNote .itemImage {
}

.template__survey .dialog .frageListe .frage .auswahlSchule .itemRadio input {
    margin-bottom: 2px;
}

.template__survey .dialog .frageListe .frage .auswahlSchule .itemRadio label {
    display: block;
}

.template__survey .dialog .frageListe .frage.antwortInfo {
    float: none;
    clear: both;
}

.template__survey .dialog .frageListe .frage.antwortInfo label {
    display: block;
    padding: 5px 10px;
    font-weight: bold;
}

.template__survey .dialog .hinweis {
    background-color: #ddd;
    font-size: 1.1em;
    padding: 10px;
}

.template__survey .clear {
    clear: both;
}

.template__survey .clearfix {
    display: block;
    clear: both;
}

/* Tag Cloud */
/*div.tagcloud_dh
{

}

div.tagcloud_dh span.cloud-size1
{
  font-size: 14px;
}

div.tagcloud_dh span.cloud-size2
{
  font-size: 16px;
}

div.tagcloud_dh span.cloud-size3
{
  font-size: 18px;
}

div.tagcloud_dh span.cloud-size4
{
  font-size: 20px;
}

div.tagcloud_dh span a
{
  color: #000;
  padding: 0 10px;
}
*/

#content .Template .header.updown
{
  background-image : url("/../../gfx/slider-button-oben.png");
}


.Template .header.press
{
  background-image: url("/../../gfx/slider-button-unten.png");
  background-position : right top; 
  background-repeat: no-repeat;
  height : 28px;
  cursor: pointer;
}
