/*--------------------------------------------*/
/* STANDARD HTML TAG RESET                    */
/*--------------------------------------------*/
*, body,
h1, h2, h3,
p, ul, li,
img, form {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

/*--------------------------------------------*/
/* STANDARD HTML TAG DEFINITION               */
/*--------------------------------------------*/
*, body, form, input {
  font-family: Arial, Hevetica, sans-serif;
  font-size: 12px;
  line-height: 1.6em;
  color: #FFFFFF;
}
h1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  color: #FFFFFF;
}
h2 {
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 0.5em;
}
h3 {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  border-bottom: 1px dotted;
}

/*--------------------------------------------*/
/* FORMATTING-HELPERS                         */
/*--------------------------------------------*/
.small {
  font-size: 10px;
  line-height: 10px;
}

/*--------------------------------------------*/
/* STANDARD TL-CLASS DEFINITION               */
/*--------------------------------------------*/
.ce_text {
  margin-bottom: 2em;
}
/*--- disable padding cutoff ---*/
.block {
  overflow: visible;
}

/*--- PAGINATION ---*/
.pagination {
  clear: both;
  margin-top: 2em;
}
.pagination p {
  display: inline;
  float: left;
  margin-right: 10px;
}
.pagination ul {
  float: right;
  text-align: right;
}
.pagination li {
  float: left;
  margin-right: 10px;
}

/*--- ENCLOSURE ---*/
#content .enclosure img {
  vertical-align: middle;
}
#content .enclosure p {
  margin-bottom: 5px;
}


/*--------------------------------------------*/
/* COLORING SCHEMES                           */
/*--------------------------------------------*/
/*--- DEFAULT ---*/
body {
  background: url(../tl_files/sunball_system/backgrounds/bg_green.jpg) #4c6713 no-repeat;
}
#container {
  background: url(../tl_files/sunball_system/backgrounds/bg_green_layer.png) repeat;
}
.colorize,
#navigation .trail,
#content h1,
#content h2,
#content h3,
#content a,
.toggler.active {
  color: #87eb1c;
}
#content div.image_container img {
  background: #224713;
}

/*--- BLUE ---*/
body#blue {
  background: url(../tl_files/sunball_system/backgrounds/bg_blue.jpg) #165a85 no-repeat;
}
#blue #container {
  background: url(../tl_files/sunball_system/backgrounds/bg_blue_layer.png) repeat;
}
#blue .colorize,
#blue #navigation .trail,
#blue #content h1,
#blue #content h2,
#blue #content h3,
#blue #content a,
#blue .toggler.active {
  color: #6eb6f1;
}
#blue #content div.image_container img {
  background: #235075;
}

/*--- BORDEAUX ---*/
body#bordeaux {
  background: url(../tl_files/sunball_system/backgrounds/bg_bordeaux.jpg) #710b20 no-repeat;
}
#bordeaux #container {
  background: url(../tl_files/sunball_system/backgrounds/bg_bordeaux_layer.png) repeat;
}
#bordeaux .colorize,
#bordeaux #navigation .trail,
#bordeaux #content h1,
#bordeaux #content h2,
#bordeaux #content h3,
#bordeaux #content a,
#bordeaux .toggler.active {
  color: #f9187e;
}
#bordeaux #content div.image_container img {
  background: #4f132c;
}

/*--- BRONZE ---*/
body#bronze {
  background: url(../tl_files/sunball_system/backgrounds/bg_bronze.jpg) #963e00 no-repeat;
}
#bronze #container {
  background: url(../tl_files/sunball_system/backgrounds/bg_bronze_layer.png) repeat;
}
#bronze .colorize,
#bronze #navigation .trail,
#bronze #content h1,
#bronze #content h2,
#bronze #content h3,
#bronze #content a,
#bronze .toggler.active {
  color: #feba0f;
}

/*--- GREEN ---*/
body#green {
  background: url(../tl_files/sunball_system/backgrounds/bg_green.jpg) #4c6713 no-repeat;
}
#green #container {
  background: url(../tl_files/sunball_system/backgrounds/bg_green_layer.png) repeat;
}
#green .colorize,
#green #navigation .trail,
#green #content h1,
#green #content h2,
#green #content h3,
#green #content a,
#green .toggler.active {
  color: #87eb1c;
}
#green #content div.image_container img {
  background: #224713;
}

/*--- MAROON ---*/
body#maroon {
  background: url(../tl_files/sunball_system/backgrounds/bg_maroon.jpg) #603A39 no-repeat;
}
#maroon #container {
  background: url(../tl_files/sunball_system/backgrounds/bg_maroon_layer.png) repeat;
}
#maroon .colorize,
#maroon #navigation .trail,
#maroon #content h1,
#maroon #content h2,
#maroon #content h3,
#maroon #content a,
#maroon .toggler.active {
  color: #FD8F30;
}
#maroon #content div.image_container img {
  background: #4D2F2F;
}

/*--- ORANGE ---*/
body#orange {
  background: url(../tl_files/sunball_system/backgrounds/bg_orange.jpg) #CD8C18 no-repeat;
}
#orange #container {
  background: url(../tl_files/sunball_system/backgrounds/bg_orange_layer.png) repeat;
}
#orange .colorize,
#orange #navigation .trail,
#orange #content h1,
#orange #content h2,
#orange #content h3,
#orange #content a,
#orange .toggler.active {
  color: #FBE405;
}
#orange #content div.image_container img {
  background: #FBE226;
}

/*--- PURPLE ---*/
body#purple {
  background: url(../tl_files/sunball_system/backgrounds/bg_purple.jpg) #720c6f no-repeat;
}
#purple #container {
  background: url(../tl_files/sunball_system/backgrounds/bg_purple_layer.png) repeat;
}
#purple .colorize,
#purple #navigation .trail,
#purple #content h1,
#purple #content h2,
#purple #content h3,
#purple #content a,
#purple .toggler.active {
  color: #b17df9;
}
#purple #content div.image_container img {
  background: #53175f;
}

/*--- RED ---*/
body#red {
  background: url(../tl_files/sunball_system/backgrounds/bg_red.jpg) #a7470b no-repeat;
}
#red #container {
  background: url(../tl_files/sunball_system/backgrounds/bg_red_layer.png) repeat;
}
#red .colorize,
#red #navigation .trail,
#red #content h1,
#red #content h2,
#red #content h3,
#red #content a,
#red .toggler.active {
  color: #f9a015;
}
#red #content div.image_container img {
  background: #53175f;
}

/*--- BOOKING ---*/
body#booking{
  background: url(../tl_files/sunball_system/backgrounds/bg_booking.jpg) #430133 no-repeat;
}
#booking #container {
  background: url(../tl_files/sunball_system/backgrounds/bg_booking_layer.png) repeat;
}
#booking .colorize,
#booking #navigation .trail,
#booking #content h1,
#booking #content h2,
#booking #content h3,
#booking #content a,
#booking .toggler.active {
  color: #fd46e0;
}


/*--------------------------------------------*/
/* LOGO                                       */
/*--------------------------------------------*/
#logo {
  position: absolute;
  top: 194px;
  left: 619px;
  background: url(../img/logo.png) transparent no-repeat;
  width: 297px;
  height: 50px;
  text-indent: -9999px;
}
.homepage #logo {
  top: 254px;
}

/*--------------------------------------------*/
/* CONTAINER                                  */
/*--------------------------------------------*/
#container {
  position: absolute;
  top: 324px;
  left: 54px;
  width: 905px;
}

#container:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
.homepage #container {
  top: 384px;
}

  /*--------------------------------------------*/
  /* NAVIGATION                                 */
  /*--------------------------------------------*/
  #navigation {
    float: left;
    margin: 56px 0 0 41px;
    width: 145px;
  }
  #navigation #pseudo_border {
    float: right;
    border-right: 1px solid #FFFFFF;
  }
  #navigation .submenu #pseudo_border {
    visibility: hidden;
  }
  #navigation a:hover {
    text-decoration: none;
    border-bottom: none;
  }
  #navigation .level_1 * {
    font-size: 18px;
    line-height: 1em;
    text-transform: uppercase;
  }
  #navigation .level_1 li.booking {
    margin-top:17px;    
	background: url(../tl_files/sunball_system/backgrounds/bg_booking_button.png) repeat;
    padding: 5px 0 5px 10px; 	
  }
  
  #navigation .level_1 li.five-dots-before {
	margin-top: 3px; 
	margin-bottom: 18px;
  }
  #navigation .level_1 li span.five-dots {
	color: #ffffff; 
	font-size: 11px;
  }
  #navigation .level_1 li.five-dots-after {
	margin-top: 5px; 
	margin-bottom: -8px;
  }
  
  
  
  
  #navigation .level_2 * {
    font-size: 12px;
    line-height: 1.2em;
    text-transform: none;
  }
  #navigation ul.level_2 {
    margin: 8px 0 8px 6px;
  }
  #navigation ul.level_2 li {
    padding-left: 8px;
  }
  #navigation ul.level_2 li.active, #navigation ul.level_2 li.trail {
    background: url(../img/nav_arrow_white.png) center left no-repeat;
  }

  /*--------------------------------------------*/
  /* CONTENT                                    */
  /*--------------------------------------------*/
  #content {
    margin: 56px 0 0 50px;
    float: left;
    clear: right;
    width: 615px;
    min-height: 280px;
  }
  #content h1 {
    margin-bottom: 32px;
    display: block;
    clear: both;
  }
  #content p {
    margin-bottom: 1em;
  }

  /*--- IMAGE SHIFT TO THE RIGHT ---*/
  #content div.image_container {
    clear: right;
    float: right;
  }
  #content div.image_container img {
    clear: right;
    float: right;
    padding: 7px 54px 7px 7px;
    margin: 0 -54px 10px 20px;
  }
  #content div.ce_image {
    clear: right;
    float: right;
  }
  #content .funk_ie {
    visibility: hidden;
    height: 0;
  }


  /* ACCORDION */
  .ce_accordion{

  }
  .slider {
    margin-bottom: 10px;
  }
  .toggler {
      font-size: 18px;
      line-height: 10px;
      font-weight: normal;
      color: #FFFFFF;
      background: url(../img/toggler_collapsed.png) left center no-repeat;
      cursor: pointer;
      padding: 0px 0px 0px 15px;
      margin: 0;
  }

  .toggler.active {
      background: url(../img/toggler_expanded.png) left center no-repeat;
      margin-bottom: 18px;
  }
  div.accordion{
      padding-left: 16px;
      margin: 6px 0 0 0;
  }

    /*--------------------------------------------*/
    /* TEMPLATES                                    */
    /*--------------------------------------------*/

    /*--- HOTEL IMAGE MAP ---*/
    #hotelMap {
      background: url(../tl_files/sunball_system/hotelkarte/map.png) top right no-repeat;
      min-height: 800px;
    }
    #hotelMap #introduction{
      height: 640px;
    }
    #hotelMapSpots a {
      background: url(../tl_files/sunball_system/hotelkarte/map_icon.png) no-repeat;
      width: 7px;
      height: 8px;
      margin: 0;
      padding: 0;
      text-decoration: none;
      border-bottom: none;
      position: absolute;
    }
    #hotelMapSpots a i {
      width: 7px;
      height: 8px;
      margin: 0;
      padding: 0;
      text-indent: -9999px;
      visibility: hidden;
    }

    /*--- HOTELLIST TEASER ---*/
    #content div.hotelTeaserItem {
      clear: both;
      height: 80px;
    }
    #content div.hotelTeaserItem img.hotelTeaserImage {
      border: 2px solid #FFFFFF;
      float: left;
      margin-right: 25px;
    }
    #content div.hotelTeaserItem .description {
      margin: 0 0 15px 0;
    }
    #content div.hotelTeaserItem a:hover {
      border: 0;
    }

    /*--- HOTEL DETAIL ---*/
    #content .hotelDetail .special_remark {
        margin-bottom: 1.5em;
        font-size: 16px;
        font-weight: bold;
    }

    /*--- TRAINER SEARCH FILTER ---*/
    #content div.mod_catalogfilter {
      clear: both;
      margin: 15px 0;
    }
    #content div.mod_catalogfilter div.search_group {
      float: left;
      margin-right: 15px;
    }
    #content div.mod_catalogfilter div.clearall {
      margin-top: 10px;
      clear: both;
    }
    #content div.mod_catalogfilter div.widget {

    }
    #content div.mod_catalogfilter #ctrl_filter_search{
      display: inline;
      float: left;
      margin-right: 5px;
      background: transparent;
      border: 1px solid #FFFFFF;
      height: 18px;
      width: 150px;
    }
    #content div.mod_catalogfilter #ctrl_filter_search_submit{
      display: inline;
      float: left;
      height: 20px;
      width: 80px;
      background: #FFFFFF;
      font-weight: bold;
      color: #3B0E16;
    }
    #content .no_matches {
      font-weight: bold;
    }

    /*--- TRAINER TEASER ---*/
    #content div.trainerTeaserItem {
      clear: both;
      height: 80px;
    }
    #content div.trainerTeaserItem img.trainerTeaserImage {
      border: 2px solid #FFFFFF;
      float: left;
      margin-right: 25px;
    }

    /*--- TRAINER DETAIL ---*/
    #content .hotelTrainers {
        clear: both;
    }
    #content .trainerDetail .special_remark {
      margin-bottom: 1.5em;
      font-size: 16px;
      font-weight: bold;
    }

    /*--- EVENT TEASER ---*/
    #content div.mod_upcoming_events, #content div.mod_eventlist {
      margin-top: 2em;
    }
    #content div.eventTeaserItem {
      clear: both;
      height: 80px;
    }
    #content div.eventTeaserItem img.eventTeaserImage {
      border: 2px solid #FFFFFF;
      float: left !important;
      margin-right: 25px;
    }
    #content div.eventTeaserItem .description {
      margin: 0 0 15px 0;
    }
    #content div.eventTeaserItem .description .ce_text {
      line-height: 1em;
    }

    /*--- EVENT LIST ---*/
    #content .eventList {
      clear: both;
      margin-top: 2em;
    }
    #content .eventList.first {
      margin-top: 0;
    }
    #content .eventList .date {
      float: left;
      clear: both;
      font-weight: bold;
      margin-right: 5px;
      width: 90px;
    }
    #content .eventList .teaserText {
      float: right;
      width: 520px;
    }
    
     /*--- NEWS TEASER ---*/
     .mod_newslist .layout_latest  {
      margin-bottom: 40px;
    }
    .mod_newslist .layout_latest .image_container {
      border: 2px solid #FFFFFF !important;
      float: left !important;
      background-color: none !important;
      padding: 0 !important;
      margin: 0 25px 0 0 !important;
    }
    .mod_newslist .layout_latest .image_container img {
      background: none !important;
      padding: 0 !important;
      margin: 0 !important;
    }
    .mod_newslist .layout_latest .teaser {
      margin: 0 0 15px 0 !important;
      float: right !important;
      line-height: 0.5em !important;
      font-size: 11px !important;
    }


    /*--- JOBS ---*/
    #content div.mod_article {
      margin-bottom: 5em;
    }


    /*--- KONTAKT- UND BUCHUNGSFORMULAR ---*/
    #frm_kontakt fieldset {
      float: left;       
      padding-right: 30px;
      width: 150px;
    }        
    #frm_booking fieldset {
      float: left;       
      padding-right: 30px;
      width: 195px;
    } 
    
          
    
    #frm_kontakt span.required, #frm_booking span.required {
       margin: 0 -8px 0 3px;
    }
    #frm_kontakt .formbody input.left, #frm_kontakt .formbody radio_container,
    #frm_booking .formbody input.left, #frm_booking .formbody radio_container {
      width: 150px;
      margin: 0 0 8px 0;
    }
    #frm_kontakt .radio_container span, #frm_booking .radio_container span {
      margin-right: 10px;
    }
    #frm_kontakt .formbody input.last, #frm_booking .formbody input.last {
      margin: 0;
    }
    #frm_kontakt .formbody label.left, #frm_booking .formbody label.left {
      float: left;

    }
    #frm_kontakt .formbody textarea.right {
      width: 425px;
      height: 254px;
      float: right;
    }         
    #frm_booking .formbody textarea.right {
      width: 160px !important;
      height: 363px !important;
      float: right;
    }
    
    #frm_kontakt .formbody input.left, #frm_booking .formbody input.left {
      height: 19px;
      clear:left;
      border: 1px solid #FFFFFF;
      background: transparent;
      line-height: 1em;
      vertical-align: middle;
      padding-top: 1px;
    }
    #frm_kontakt select, #frm_kontakt textarea,
    #frm_booking select, #frm_booking textarea  {
      border: 1px solid #FFFFFF;
      background: transparent;
      padding-top: 2px;
    }
    #frm_kontakt input.radio {
      border: none;
    }
    #frm_booking input.radio {
      border: none;
      margin-bottom: 16px;
    }
    
    #frm_kontakt .formbody .submit_container, #frm_booking .formbody .submit_container {
      float: right;
    }
    #frm_kontakt input.submit, #frm_booking input.submit {
      margin: 2px 0 0 0;
      float: right;
      height: 22px;
      width: 100px;
      background: #FFFFFF;
      font-weight: bold;
      color: #974307;
    }
    #frm_booking input.submit {
      color: #430133 !important;
    } 
    
    #frm_kontakt input, #frm_kontakt textarea,
    #frm_booking input, #frm_booking textarea {
      padding-left: 3px;
    }
 
    #frm_kontakt label.error, #frm_booking label.error {
      color: #FF4B4B;
      font-weight: bold;
    }
    #frm_kontakt p.error, #frm_booking p.error {
      height:0;
      margin:0;
      padding:0;
      visibility:hidden;
    }
    #frm_kontakt .formbody input.error, #frm_kontakt textarea.error,
    #frm_booking .formbody input.error, #frm_booking textarea.error  {
      border: 1px dashed #FF4B4B;
    }
    #frm_kontakt div.explanation p, #frm_booking div.explanation p {
      clear: both;
      margin-top: 1em;
      font-size:0.8em;
    }
    
    
    #frm_kontakt .captcha_text {
      margin-top: 3px;
    }    
    
    
    /*--- NEWSLETTERFORMULAR ---*/
    #frm_newsletter {
    	margin-top: 20px;
    }
    #frm_newsletter h3 {
    	font-size: 14px;
    	font-weight: bold;
    }
    
    #frm_newsletter p { 
    	position:relative;
    }
    #frm_newsletter input {
		width: 111px;
		height: 19px;
      clear:left;
      border: 1px solid #FFFFFF;
      background: transparent;

      line-height: 1em;
      vertical-align: middle;
    	font-size: 12px;
    	font-weight: normal;
    	padding: 0 3px;  
    }

    #frm_newsletter label {
    	position:absolute; 
		top: 1px; 
		left: 6px;
      line-height: 1em;
      vertical-align: middle;
      padding-top: 4px;
    	font-size: 12px;
    	font-weight: normal;       
    }

    #frm_newsletter input.submit {
		background: none repeat scroll 0 0 #FFFFFF;
		float: right;
		font-size: 12px;
		font-weight: bold;
		height: 21px;
		line-height: 20px;
		margin: 0;
		padding-bottom: 1px;
		vertical-align: bottom;
		width: 20px;
    }

  /*--------------------------------------------*/
  /* FOOTER                                     */
  /*--------------------------------------------*/
  #footer * {
    font-size: 11px;
    line-height: 1em;
  }
  #footer {
    display: block;
    clear: both;
    float: left;
    margin: 47px 0 0px 41px;
    padding: 0 0 30px 0;
    background: url(../img/dots.png) no-repeat;
    width: 810px;
  }
  #footer * {
    display: inline;
  }


    /*--------------------------------------------*/
    /* META                                       */
    /*--------------------------------------------*/
    #meta {
      display: inline;
      float: left;
      margin-top: 10px;
    }
    #meta li {
      display: table-cell;
      background: url(../img/meta_nav_border.png) transparent no-repeat;
      background-position: right;
      margin: 0;
      padding: 0 6px;
    }
    #meta li.last {
      margin: 0;
      padding: 0 0 0 6px;
      background: none;
    }
    #meta li.first {
      margin: 0;
      padding: 0 6px 0 0 !important;
    }
    /*--------------------------------------------*/
    /* LANGUAGE                                   */
    /*--------------------------------------------*/
    #language {
      display: inline;
      float: right;
      margin-top: 10px;
    }
    #language li {
      display: inline;
    }
    #language li.last {
      margin: 0;
      padding: 0;
      border-right: none;
    }

/*--------------------------------------------*/
/* MISCELLANEOUS                              */
/*--------------------------------------------*/
  /*--- SPECIAL LINKS ---*/
  div.backlink, p.back {
    clear: both;
    margin-top: 3em;
  }
  div.backlink a, p.back a, a.previous {
    background: transparent url(../img/back_icon.png) no-repeat scroll left center;
    padding-left: 10px;
  }
  a.next {
    background: transparent url(../img/forward_icon.png) no-repeat scroll right center;
    padding-right: 10px;
  }
  a.gofirst {
    background: transparent url(../img/go_first_icon.png) no-repeat scroll left center;
    padding-left: 10px;
    margin-right: 6px;
  }
  a.golast {
    background: transparent url(../img/go_last_icon.png) no-repeat scroll right center;
    padding-right: 10px;
    margin-left: 6px;
  }
  a.showAll {
    background: transparent url(../img/go_last_icon.png) no-repeat scroll right center;
    padding-right: 10px;
  }

  /*--- FLOATS & CLEARS ---*/
  .fr {
    float: right !important;
  }
  .fl {
    float: left !important;
  }
  .cl {
    clear: left !important;
  }
  .cr {
    clear: right !important;
  }
  .cb {
    clear: both !important;
  }
  .cn {
    clear: none !important;
  }


  /*--- CLEARFIX ---*/
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    
  }
  /* IE-Patches für Clearfix */
  .clearfix { display: inline-block; }
  /* Vor IE5/Mac verstecken \*/
  * html .clearfix { height: 1px; }
  .clearfix { display: block; }

  /*--- REMOVE OUTLINE BOXES ---*/
  a:focus {
  	-moz-outline: none;
  	outline: none
  }

  /*--- NONFLOATING TEXT AROUND IMAGES ---*/
  .nowrap{
    overflow:auto;
  }
  /* mac hide \*/
  * html .nowrap {
    height: 1%;
  }
  /* end hide */

  /*--- HIDE & SEEK ---*/
  .invisible {
    display: none;
    height: 0px;
    text-indent: -9999px;
    visibility: hidden;
  }

  /*--- BUBBLE TOOLTIPS ---*/
  a.tt {
    position: relative;
    text-decoration: none;
    border-bottom: none;
    z-index: 20;

  }
  a.tt span {
    display: none;
  }
  a.tt:hover * {
    cursor: pointer;
  }
  a.tt:hover span.tooltip {
    display: block;
    position: absolute;
    top: -94px;
    left: -35px;
    width: 380px;
    z-index: 25;
  }
  a.tt:hover span.bubble {
    display: block;
    height: 94px;
    padding: 3px 14px 3px 3px;
    background: url(../img/tooltip/sb_bubble.png) no-repeat;
    line-height: 10px;
  }
  a.tt:hover span.bubble em.hotelname {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    font-style: normal;
  }
  a.tt:hover span.bubble em.country {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    line-height: 10px;
    font-style: normal;
  }
  a.tt:hover span.bubble .image {
    float: left;
    display: block;
    width: 120px;
    height: 75px;
    margin: 0 10px 0 0;
  }

