@charset "UTF-8";

@media all
{
  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body {
  background: #fff url("../../../../../img/kabinenbahn/sommer/background.jpg") no-repeat top left fixed; padding: 0px;
  color:#2c3d4a;
  }
  
  h1 {border-bottom: 1px solid #2c3d4a; padding-bottom: 6px; }                        /* 21px */  

  .textBelowMenu h2 {
  border-bottom: 1px solid #2c3d4a; padding-bottom: 6px;
  font-style: italic;
  }

  #wetterbox h2 {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin:0px;
  }

  a {color:#2c3d4a; text-decoration:underline;  font-style:italic; }
  
  ul#navi li a:hover p.nav_title { text-decoration:none; color: #2c3d4a; font-style:normal; }
  ul#navi li a:hover p.nav_subtitle { text-decoration:none; color: #2c3d4a; font-style:normal; }


  #footer { 
    color:#000; 
    background: #2c3d4a;
    padding-left:10px;
    padding-top: 12px;
    height: 28px;
    border-top: 0px #efefef solid;
    position:relative;
    margin-right: 240px;
    filter:Alpha(Opacity=80);
    opacity: 0.8;
  }
  
  td.gallery {
  height: 136px;
  background: #2c3d4a;
  filter:Alpha(Opacity=80);
  opacity: 0.8;
  }

}