html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #f00; color:#fff; text-shadow: none; }
::selection { background:#f00; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #f0f; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;   } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

p {
  margin: 10px 0;
}

.left ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4 {
  color: #f00;
  font-size: 20px;
}
.rahmenRot h1, .rahmenRot h2, .rahmenRot h3, .rahmenRot h4 {
  color: #fff;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
ul{
  margin: 0 0 0 25px;
}

html {height: 100%;}
body {
  background: rgb(0,0,0) url(../hintergruende/sommer/rotate.php) fixed;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main {
  height: 100%;
}

.centerContainer {
  width: 990px;
  margin: 0 auto;
  height: 100%;
  z-index: 2;
  position: relative;
}

a {
  color: #f00;
}

.top {
  position: relative;
  z-index: 5;
}

.top div {
  float:left;
}

.left , .right {
  float:left;
  position:relative;
}

.left {
  width: 220px;
  margin: 0 10px 0 0;
}

.right {
  width:760px;
  position: relative;
  z-index: 20;
}

.logoContainer {
  background: #fff;
  text-align: center;
  padding: 30px 0;
  -moz-border-radius: 0 0 5px 5px; 
  -webkit-border-radius: 0 0 5px 5px; 
  border-radius: 0 0 5px 5px;
  -moz-box-shadow: 3px 3px 5px #444; /* FF3.5+ */
  -webkit-box-shadow: 3px 3px 5px #444; /* Saf3.0+, Chrome */
  box-shadow: 3px 3px 5px rgba(0,0,0,0.6); /* Opera 10.5, IE 9.0 */
  filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=3px, OffY=3px, Color='444'); /* IE6,IE7 */
}

.button {
  margin: 8px 0 0 0;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  border-radius: 5px;
  line-height: 40px;
  height: 40px;
  text-shadow: rgba(0,0,0,0.7) 2px 2px 4px;
}

.leftTop .button a{
  display: block;
  color: #fff;
  text-decoration: none;
  width: 208px;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 10px;
  background: #FF0000; /* old browsers */
  background: -moz-linear-gradient(top, #FF0000 0%, #990000 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0000), color-stop(100%,#990000)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#990000',GradientType=0 ); /* ie */
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  border-radius: 5px;
  border: 1px solid #990000;
  text-shadow: rgba(0,0,0,0.7) 2px 2px 4px;
  margin: 8px 0 0 0;
  font-size: 18px;
}

.redSubMenu {
  width: 218px;
  padding: 10px 0;
  background: #FF0000; /* old browsers */
  background: -moz-linear-gradient(top, #FF0000 0%, #990000 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF0000), color-stop(100%,#990000)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#990000',GradientType=0 ); /* ie */
  border: 1px solid #990000;
  -moz-border-radius: 0 0 5px 5px; 
  -webkit-border-radius: 0 0 5px 5px; 
  border-radius: 0 0 5px 5px;
}
.redSubMenu a{
  display: block;
  padding: 0 0 0 20px;
  color: rgb(255,255,255);
  text-decoration: none;
}

.buttonWinter {
  width: 208px;
  padding: 0 0 0 10px;
  background: #37ACE5; /* old browsers */
  background: -moz-linear-gradient(top, #37ACE5 0%, #2778A0 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37ACE5), color-stop(100%,#2778A0)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37ACE5', endColorstr='#2778A0',GradientType=0 ); /* ie */  
  border: 1px solid #2778A0;
  font-size: 20px;
  color: #fff;
  color: rgba(0,0,0,0.6);
  cursor: pointer;
}

.buttonSki {
  width: 208px;
  padding: 0 0 0 10px;
border: 1px solid #FF9900;
  background: #FF0000; /* old browsers */
  background: -moz-linear-gradient(top, #FF9900 0%, #FF6600 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF9900), color-stop(100%,#FF6600)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9900', endColorstr='#FF6600',GradientType=0 ); /* ie */
  border: 1px solid #FF9900;
  font-size: 18px;
  color: #fff;
/*  color: rgba(0,0,0,0.6);*/
  cursor: pointer;
}

.buttonSommer {
  width: 208px;
  padding: 0 0 0 10px;
  background: #BDE242; /* old browsers */
  background: -moz-linear-gradient(top, #BDE242 0%, #89A72D 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BDE242), color-stop(100%,#89A72D)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BDE242', endColorstr='#89A72D',GradientType=0 ); /* ie */  
  border: 1px solid #89A72D;
  font-size: 20px;
  color: #fff;
  color: rgba(0,0,0,0.6);
  cursor: pointer;
}

.menucontent {
  display: none;
  background: rgb(100,10,10);
  width: 208px;
  border: 1px solid;
  border-top: 0;
  padding: 10px 0 15px 10px;
  -moz-border-radius: 0 0 5px 5px; 
  -webkit-border-radius: 0 0 5px 5px; 
  border-radius: 0 0 5px 5px;
  position:relative;
  top: -4px;
  overflow: hidden;
}

.menucontent li {
  list-style: none;
  font-size: 16px;
  margin: 5px 0 5px 10px;
  text-shadow: 3px 3px 5px #000;
}

.mainMenuNo:hover, .subMenuNo:hover {
  text-decoration: underline;
}

.menucontent a{
  color: rgb(255,255,255);
  text-decoration: none;
  display: block;
}

.menuSommer {
  border: 1px solid #89A72D;
  background: #BDE242; /* old browsers */
  background: -moz-linear-gradient(top, #BDE242 0%, #89A72D 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BDE242), color-stop(100%,#89A72D)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BDE242', endColorstr='#89A72D',GradientType=0 ); /* ie */
}

.menuWinter {
  border: 1px solid #2778A0;
  background: #37ACE5; /* old browsers */
  background: -moz-linear-gradient(top, #37ACE5 0%, #2778A0 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#37ACE5), color-stop(100%,#2778A0)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37ACE5', endColorstr='#2778A0',GradientType=0 ); /* ie */
}
.menuSki {
  border: 1px solid #FF9900;
  background: #FF0000; /* old browsers */
  background: -moz-linear-gradient(top, #FF9900 0%, #FF6600 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF9900), color-stop(100%,#FF6600)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9900', endColorstr='#FF6600',GradientType=0 ); /* ie */
}

.winterMenuInnen, .summerMenuInnen {
  position: relative;
  z-index: 5;
}

.topBalken {
  height: 40px;
  line-height: 35px;
  font-size: 14px;
  padding: 5px 20px 5px 20px;
  border-right: 1px solid #fff;
  color: #fff;
}

.topBalken a {
  text-decoration: none;
  color: #fff;
}

.balkenOben {
  background: url(../img/trans.png);
  height: 50px;
  width: 100%;
  position:absolute;  
}

.activeButton {
  -moz-border-radius: 5px 5px 0 0; 
  -webkit-border-radius: 5px 5px 0 0; 
  border-radius: 5px 5px 0 0;
  border-bottom: 0;
}

.buttonimg {
  position:relative;
  left: -5px;
  top: 5px;
  margin: 0 6px;
}

.bigflocke {
  background: url(../img/bigflocke.png) no-repeat;
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 123px;
  height: 127px;
  z-index: 1;
}
.menuSki .bigflocke {
  background: url(../img/skis.png) no-repeat;
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100px;
  height: 179px;
  z-index: 1;
}

.bigflower{
  background: url(../img/bigflower.png) no-repeat;
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 120px;
  height: 116px;
  z-index: 1;
}



#wetterbox {
  font-size: 12px;
  margin: 2px 0 0 0;
  cursor: pointer;
}

#wetterbox #header {
  color: #ccc;
  position: relative;
  top: -12px
}

#wetterbox #aktuell {
  margin: 0 0 0 10px;
}

#wetterbox #aktuellnum{
  font-size: 14px;
  margin: 0 5px 0 0
}

#wetterbox #aktuell, #wetterbox #aktuellnum {
  position: relative;
  top: -12px
}

.lang {
  width: 80px;
  overflow: hidden;
  border-left: 1px solid #fff;
  margin: 0 0 0 -1px;
}

.sprache {
  width: 101px;
  background: url(../img/trans.png);
  position: relative;
  height: 45px;
  line-height: 37px;
  padding: 0 0 0 20px;
  left: -21px;
  display: none;
}
.sprache a {
  display: block;
}
.sprache:first-child {
  background: none;
}

.kontakt {
  width: 80px;
  text-align: center;
}

.kontakt a{
  display: block;
  width: 70px;
  padding: 1px 0 0 0;
  height: 45px;
}

.wetterBigBox {
  position: absolute;
  left: 0;
  top: 30px;
  margin-top: 50px;
  padding: 10px 10px 10px 10px;
  width: 500px;
  background: url(../img/trans8.png)  0 50px;
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
  border-radius: 10px;
  color: #fff;
  height: 260px;
  display:none;
}

.transupwetter {
  position: absolute;
  top: -22px;
  left: 286px;
  height: 22px;
  width: 30px;
  background: url(../img/transup8.png);
}

.tx_wetter_detailview_main td {
  padding: 4px 10px;
  text-align: center;
}

.livecam {
  position:absolute;
  right: 20px;
  width: 320px;
  height:250px;
}

.livecam div {
  float: none;
}

.innerwetterbox {
  text-align: center;
}
.wibox1 {
  width: 160px;
  margin: 0 0 15px 0;
  text-align: center;
}
.wibox2 {
  width: 80px;
}

.downimg {
  position:relative;
  top: -12px;
  margin: 0 0 0 5px;
}

hr {
  height: 0;
  border: 0;
  border-bottom: 1px solid #730000;
  border-top: 1px solid #FF0000;
  width: 705px;
  margin: 0 0 0 20px;
}

.untenlinks {
  float: right;
  margin: 15px 25px 0 0;
  color: #4B0000;
}
.untenlinks a {
  text-decoration: none;
  font-size: 16px;
  margin: 0 10px 0 0;
  display: block;
  float: left;
  color: #4B0000;
}

.mainMenuAct a, .subMenuAct a {
  text-decoration: underline;
  margin: 0 10px 0 0;
}
.subMenuAct a{
  background: url(../img/right.png) no-repeat left 1px;
}

.subMenu a{
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 16px;
}

.anderMenu a {
  display: block;
  height: 40px;
  border: 1px solid #E7E7E7;
  margin: 8px 0 0 0;
  width: 210px;
  color: #444;
  line-height: 40px;
  padding: 0 0 0 10px;
  font-size: 16px;
  text-decoration: none;
  background: #FFFFFF; /* old browsers */
  background: -moz-linear-gradient(top, #FFFFFF 0%, #E7E7E7 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E7E7E7)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E7E7E7',GradientType=0 ); /* ie */
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
  border-radius: 5px;
}

.specialUntermenu {
  display: none;
  position: relative;
  top: -5px;
}

.scrollstuff {
  position: fixed;
}

.rahmenRot{
    min-height:140px;
    background-color:#CC0000;
    background-image:url(../img/hgLogo.gif);
    background-repeat:no-repeat;
    background-position:right top;
    color:#ffffff;
    padding:10px;
  margin: 5px 0 8px 0;
  -moz-border-radius: 8px; 
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgb(115,25,25);
}
.rahmenRot a, .rahmenRot h1, .rahmenRot h2{
    color:#ffffff;
  valign: middle;
}

.table_preise_gelb {
background-color: #FFF000;
height: 25px;
font-size: 10px;
valign: middle;
}
.table_preise_hellgrau {
background-color: #EEE;
height: 25px;
  valign: middle;
}
td, th {
display: table-cell;
vertical-align: inherit;
}
table {
border-collapse: separate;
border-spacing: 2px;
}
.table_preise_blau {
background-color: #FF0004;
text-align: center;
color: white;
font-weight: bold;
height: 30px;
  valign: middle;
}

.closeMenu {
  position: absolute;
  right: 0;
  top: 5px;
  width: 25px;
  height: 25px;
  background: url(../img/closemenu.png) no-repeat center;
  z-index: 50;
  cursor: pointer;
}

.rahmenKontur {
border: 1px solid #FF0004;
padding: 10px;
margin-bottom: 10px;
-moz-border-radius: 10px; 
-webkit-border-radius: 10px; 
border-radius: 10px;
}

.specialUntermenu a{
  background: none;
  height: 18px;
  line-height: 18px;
  border: 0;
  font-size: 14px;
}
.specialUntermenu {
  background: #FFFFFF; /* old browsers */
  background: -moz-linear-gradient(top, #FFFFFF 0%, #E7E7E7 100%); /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#E7E7E7)); /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E7E7E7',GradientType=0 ); /* ie */
  margin: 0 0 0 0;
  padding: 10px 0;
  border: 1px solid #E7E7E7;
  -moz-border-radius: 0 0 5px 5px; 
  -webkit-border-radius: 0 0 5px 5px; 
  border-radius: 0 0 5px 5px;
  display: block;
}

.extraact {
  text-decoration: underline;
}

.radlink {
  width: 218px;
  padding: 0 0 0 0;
background: red;
background: -moz-linear-gradient(top, red 0%, #900 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,red), color-stop(100%,#900));
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0000', endColorstr='#990000',GradientType=0 );
  border: 1px solid #990000;
  -moz-border-radius: 5px; 
  border-radius: 5px;
  color: rgb(255,255,255);
  text-decoration: none;
  text-align: center;
  position: relative;
  font-size: 16px;
  display: block;
	font-weight: bold;
}

.radlink img {
  position: absolute;
  left: 5px;
  top: 5px;
}

.untenstreifen {
  background: url(../img/steifoen.png) no-repeat;
  width: 750px;
  height: 35px;
  margin: 40px 0 -22px -22px;
  -moz-border-radius: 0 0 5px 5px ; 
  border-radius: 0 0 5px 5px ;
}

.preise_head {
  width: 100%;
  font-size: 14px;
}
  .preise_head td {
    background: #f3f3f3;
    padding: 5px;
    text-align: center;
    width: 50px;
  }
  .preise_head .td-0 {
    width: 240px;
    text-align: left;
  }
  .preise_head .td-6 {
    background: #fff438;
  }

.preise_rot td {
    background: #ee3b1a;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    width: 690px;
  }

.preistabelle {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 0 0 0;
}
  .preistabelle td {
    background: #f3f3f3;
    padding: 5px;
    text-align: center;
    width: 50px;
  }
  .preistabelle .td-0 {
    width: 240px;
    text-align: left;
    position: relative;
  }
/*  .preistabelle .tr-0 {
    background: #ee3b1a;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .preistabelle .tr-0 td {
      background: transparent !important;
    }

    .preistabelle .tr-0 .td-0 {
      position: absolute;
      background: #ee3b1a !important;
      display: block;
      height: 19px;
      width: 100%;
      z-index: 100
    }
*/
  body .preistabelle tr .td-6 {
    background: #fff438;
  }
.preistabelle .starBox{
    color: #FF0000;
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 16px;
  }

  .preistabelle .tr-even td {
    background: #dbdbdb;
  }

  .share {
                margin-top: 15px;
                float: left;
              
        }

        .shareGoogle {
                width: 150px;
        }        

        .shareFacebook {
                width: 170px;
        }
        
        .shareTwitter {
                width: 180px;
        }

.mobileswitch a{
  color: #fff;
  background: #f00;
  padding: 30px;
  width: 100%;
  display: block;
  font-size: 50px;
}
