/* @import url("http://www.das-hoechste.de/css/startseite-2011.css"); */

* {
  margin: 0;
  padding: 0;
}

.break,
.clear {
  float: none;
  clear: both;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100.1%;
}

#content-wrapper {
  position: relative;
  z-index: 2;
  min-height: 600px;
  width: 1000px;
  margin: 0 auto;
}

#background-pic {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

#background-pic img {
  width: 100%;
  min-width: 1400px;
  height: auto;
}

#logo {
    height: 90px;
    width: 90px;
    left: 75px;
  top: 15px;
  position: absolute;
  z-index: 150;
}

#logo a {
  background: url("/gfx/logo-das-hoechste.png") no-repeat left top;
  display: block;
    width: 90px;
    height: 90px;
  text-indent: -9999px;
  overflow: hidden;
}

#nav-wrapper {
    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;
}

#nav-wrapper #mainNav {
  margin-left: 10px;;
}

#mainNav ul li.hover a {
  color: #ffffff !important;
}

#mainNav ul li.hover ul li a {
  color: #555555 !important;
}

#nav-wrapper #mainNav ul li {
  list-style: none;
  float: left;
}

#nav-wrapper #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;
}

#nav-wrapper #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;
}

#nav-wrapper #mainNav ul li.hover ul {
  display: block;
  position: absolute;
}

#nav-wrapper #mainNav ul li ul li {
  float: none;
}

#nav-wrapper #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;
}

#nav-wrapper #mainNav ul li ul li:last-child  {
  padding-bottom: 5px;
  border-top: 1px solid #ededed;
}

#nav-wrapper #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;
}

#slider {
    position: relative;
    width: 1000px;
  padding-top: 130px;
}

#slider-wrapper {
    height: 500px;
    margin: 0 auto;
    position: relative;
    width: 927px;
  overflow: hidden;
}

#slider-boxes-wrapper {
  width: 1236px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
}

#slider-wrapper .slider-box {
    background: url("/gfx/box-bg.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 481px;
    width: 309px;
}

#scroll-left,
#scroll-right {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 3;
  top: 345px;
}

#scroll-left:hover,
#scroll-right:hover {
  cursor: pointer;
}

#scroll-left {
  background: url("/gfx/slider-button-links.png") no-repeat scroll 0 0 transparent;
  left: 0;
}

#scroll-right {
  background: url("/gfx/slider-button-rechts.png") no-repeat scroll 0 0 transparent;
  right: 0;
}

.box-inner-wrapper {
    height: 433px;
    margin-left: 19px;
    overflow: hidden;
    padding: 56px 0 0;
    position: relative;
    width: 271px;
}

.box-inner-wrapper .Template {
  margin: 0;
}

.box-headline {
    color: #4A4A4A;
    font-family: 'Tahoma',sans-serif;
    font-size: 13px;
    font-weight: bold;
    left: 8px;
    position: absolute;
    text-transform: uppercase;
    top: 24px;
}

.Template.s2 {
    background: none repeat scroll 0 0 #EAEAEA;
    border: 1px solid #9F1E20;
    height: 114px;
    margin-left: 5px;
    overflow: hidden;
    padding: 5px;
    width: 248px;
}

.Template.s2 .spalte {
    width: auto;
  margin: 0;
}

.Template.s2 .text {
  font-size: 12px;
  color: #484848;
  font-family: 'Arial', sans-serif;
}

.Template.s2 .text a {
    color: #484847;
    text-decoration: underline;
}

.Template.s2 .text {
  padding-top: 5px;
}

.s2 .Nachricht.spalte .info {
    float: left;
    position: relative;
    width: 133px;
}

.Template.s2 h1 a {
  font-size: 11px;
  color: #9f1e20;
  font-family: 'Tahoma', sans-serif;
  text-decoration: none;
  display: block;
    position: relative;
  left: 0;
    top: 0;
    width: 100%;
}

.Template.s2 .button a {
    color: #9F1E20;
    display: block;
    font-family: 'Tahoma',sans-serif;
    font-size: 12px;
    margin-top: 5px;
    text-decoration: none;
  float: right;
}

.Template.s2 .button a:hover {
    text-decoration: underline;
}

.box-links .links-top a {
    color: #515151;
    display: block;
    font-size: 11px;
    line-height: 27px;
    padding-left: 23px;
    text-decoration: none;
}

.box-links .links-top a:hover {
    color: #202020;
}

.box-links .links-top a#link1 {
    background: url("/gfx/icon-va.png") no-repeat scroll 4px 4px transparent;
}

.box-links .links-top a#link2 {
    background: url("/gfx/icon-newsletter.png") no-repeat scroll 4px 6px transparent;
}

.box-links .links-top a#link3 {
    background: url("/gfx/icon-news.png") no-repeat scroll 3px 4px transparent;
}

.box-links .links-top a#link4 {
    background: url("/gfx/icon-blume.png") no-repeat scroll 3px 4px transparent;
}

.box-links .links-top span {
    background: url("/gfx/button-bg.png") no-repeat scroll left top transparent;
    float: left;
    width: 123px;
    height: 24px;
    margin: 6px;
}

.links-bottom {
    border-top: 1px solid #919191;
    bottom: 36px;
    position: absolute;
    width: 100%;
}

.links-bottom a {
  border-top: 1px solid #E2E2E2;
    color: #4A4A4A;
    display: block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 46px;
    padding-left: 10px;
    text-decoration: none;
}

#zamg-link {
    background: url("/gfx/icons/zamg.png") no-repeat scroll 8px 10px transparent;
    padding-left: 42px;
}

#fblink {
    background: url("/gfx/icons/facebook_icon.png") no-repeat scroll 7px 9px transparent;
    padding-left: 45px;
}

#pisten-link {
  background: url("/gfx/icons/pdf-icon.png") no-repeat scroll 3px 9px transparent;
    padding-left: 42px;
}

.links-bottom a:hover {
  text-decoration: underline;
}

#bergsportbericht-link,
#wetter-link {
    bottom: 89px;
    left: 0;
    position: absolute;
}

#wetter-link a,
#bergsportbericht-link a,
#webcam-link a {
  font-size: 12px;
  font-family: 'Tahoma', sans-serif;
  color: #565555;
  margin-left: 5px;
  margin-top: 1px;
}

#wetter-link a:hover,
#bergsportbericht-link a:hover,
#webcam-link a:hover {
  color: #202020;
}

#wetter-include {
    color: #565555;
    font-family: 'Tahoma',sans-serif;
    font-size: 11px !important;
    height: 95px;
    margin: 8px 5px 0 5px;
    overflow: hidden;
    position: relative;
    width: 97%;
}

#wetter-icon {
    left: 5px;
    position: absolute;
    top: 328px;
    width: 50px;
}

#wetter-icon img {
  width: 50px;
  height: auto;
  position: relative;
}

.wetterBezeichnung {
  width: 78%;
  float: left;
}

.wetterDaten {
  width: 22%;
  float: left;
}

#wetter-include ul {
  margin-left: 68px;
}

#wetter-include ul li {
    line-height: 17px;
    list-style: none outside none;
}

#wetter-include .day {
  position: absolute;
  top: 17px;
  left: 0;
}

#news {
    background: url("/gfx/news-ticker-bg.jpg") no-repeat scroll left top transparent;
    height: 112px;
    margin: 10px 5px;
    overflow: hidden;
    position: relative;
    width: 260px;
}

#news .bx-prev {
    display: block;
    height: 25px;
    position: absolute;
    top: 0;
    width: 260px;
    text-indent: -9999px;
}

#news .bx-next {
    display: block;
    height: 25px;
    position: absolute;
    top: 87px;
    width: 260px;
  text-indent: -9999px;
  z-index: 150;
}

#news .bx-window {
  height: 60px !important;
  top: 27px;
    overflow: hidden;
}

#news .bx-window a {
    /*color: #565555;
    display: block;
    font-family: 'Tahoma',Arial,sans-serif;
    font-size: 11px;
    height: 20px;
    padding: 8px 5px;
    text-align: center;
    text-decoration: none;*/
}

#news .bx-window span {
  color: #565555;
    display: block;
    font-family: 'Tahoma',Arial,sans-serif;
    font-size: 11px;
    height: 20px;
    padding: 8px 5px;
    text-align: center;
    text-decoration: none;
}

#news ul li img {
  display: none;
}

#webcamSlider ul li {
  position: relative;
}

#webcamSlider ul li a {
    background: url("/gfx/trans-dark.png") repeat scroll left top transparent;
    bottom: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 44px;
    left: 0;
    line-height: 11px;
    padding: 6px;
    position: absolute;
    text-decoration: none;
    width: 100%;
}

#webcamSlider ul li img {
    height: 200px;
    width: 100%;
}

#webcamSlider .bx-prev {
    background: url("/gfx/webcam-left.png") repeat scroll left top transparent;
    display: block;
    float: left;
    height: 16px;
    position: absolute;
    right: 25px;
    text-indent: -9999px;
    width: 16px;
  margin-top: 3px;
}

#webcamSlider .bx-next {
    background: url("/gfx/webcam-right.png") repeat scroll left top transparent;
    display: block;
    float: left;
    height: 16px;
    margin-right: 5px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 16px;
  margin-top: 3px;
}

.disabled {
  opacity: 0.3;
}

.disabled:hover {
  cursor: default !important;
}

.stati {
    float: left;
    height: 315px;
    position: relative;
    width: 75px;
  margin-top: 10px;
}

.bahnen {
    color: #5C5C5C;
    float: left;
    font-size: 12px;
    margin-top: 10px;
    width: 190px;
  height: 315px;
}

.bahnen h2 {
  color: #525251;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

.bahnen a {
  text-decoration: none;
}

.bahnen .anlagen,
.bahnen .strecke {
  color: #525251;
  font-size: 13px;
}

.bahnen span {
  font-weight: bold;
}

.neho,
.feho,
.kawa,
.waho,
.ifen {
    height: 65px;
}

.stati .on {
    background: url("/gfx/status-open.png") no-repeat scroll center top transparent;
    height: 65px;
    width: 50px;
}

.stati .off {
    background: url("/gfx/piste-closed2.png") no-repeat scroll 19px top transparent;
    height: 65px;
    width: 50px;
}

#footer {
    background: url("/gfx/footer-bg2.png") no-repeat scroll left top transparent;
    height: 70px;
    margin: 0 auto;
    position: relative;
    width: 899px;
    z-index: 100;
}

#footer p {
    margin: 0px;
}

#footer .bottom {
    position: relative;
    width: 899px;
}

#footer .links a {
    color: #4A4A4A;
    font-size: 12px;
    font-weight: bold;
    display: block;
    float: left;
    padding-right: 15px;
}


#footer .logos {
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 408px;
}

.skihoch2 {
    display: block;
    height: 45px;
    left: 0;
    position: absolute;
    width: 83px;
}

.gletschercard {
    display: block;
    height: 45px;
    left: 83px;
    position: absolute;
    width: 40px;
}

.superschnee {
  display: block;
    height: 45px;
    left: 123px;
    position: absolute;
    width: 35px;
}

.allgaeu {
  display: block;
    height: 45px;
    left: 158px;
    position: absolute;
    width: 50px;
}

.schoeffel {
  display: block;
    height: 45px;
    left: 203px;
    position: absolute;
    width: 75px;  
}

.oberstdorf {
  display: block;
    height: 45px;
    left: 278px;
    position: absolute;
    width: 75px;  
}

.kleinwalsertal {
    display: block;
    height: 45px;
    left: 355px;
    position: absolute;
    width: 47px;
}

#footer .top {
    height: 46px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#footer .top .links {
    height: 46px;
    left: 11px;
    position: absolute;
    top: 23px;
    width: 100%;
}

#footer .top .links a {
    text-decoration: none;
}

#footer .top .links a:hover {
    text-decoration: underline;
}

#footer .bottom,
#footer .bottom a {
    color: #646464;
    font-size: 10px;
    font-weight: normal;
}

#footer .copyright {
    left: 11px;
    position: absolute;
    top: 51px;
}

#footer .realized {
    position: absolute;
    right: 14px;
    top: 51px;
}

.transparent_widget .uiBoxWhite, .transparent_widget .fbConnectWidgetFooter {
    background-color: #fff !important;
}
