html, body{
  height:100%;
  width:100%;
  margin:0; 
  padding:0; 
  font-family:Arial,Helvetica,sans-serif;
  font-size:12pt;
  background-image:url("../img/Fotolia_37697111_S.jpg");
  /* background-image:url("../img/fotolia_10809198.jpg"); */
  background-position: 200px 100px;
  /* background-attachment:fixed; */
  /* background-image:url("../img/bg2.png");  */
  background-repeat: no-repeat;
} 
#Header{
  height:100px;
  width:100%;
  background: #c8482c;
  background:-webkit-gradient(linear, left top, right top, from(#c8482c), to(#fff));
  background: -moz-linear-gradient(left, #c8482c, #fff);
  background-image: linear-gradient(left, #c8482c, #fff);
  background-image: linear-gradient(top, #c8482c, #fff);
  background-image: linear-gradient(45deg, #c8482c, #fff);
  
  overflow:hidden;
  /*
  background:-webkit-gradient(linear, left right, left bottom, from(#c8482c), to(#fff));
  background: -moz-linear-gradient(left, #c8482c, #fff);
  background: linear-gradient(left, #c8482c, #fff);  
  */
}
#Logo {
  position:absolute;
  top:10px;
  left:10px;
}  
  
#Left {
  width:200px;  
  height:100%;
  float:left;
  position:relative;
  background: #c8482c;
  background:-webkit-gradient(linear, left top, left bottom, from(#c8482c), to(#fff));
  /* Für Mozilla/Gecko (Firefox etc) */
  background: -moz-linear-gradient(top, #c8482c, #fff);
  /* aktueller W3C working draft */
  background: linear-gradient(top, #c8482c, #fff);


}

#Main{
  height:100%;
  /* width:100%; */
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-position:100% 100%;
  display:inline;
  float:left;
}


#Content{
  font-weight: 700;
  padding-top:50px;
  padding-left:60px;
  margin-left:200px;
  /* overflow-x:hidden;
  overflow-y:hidden; */
  width: 600px;
  background-color:rgba(255,255,255,0.65);
}

#Panel {
  /* width:220px; */
  width:22%;
  height:500px;
  float:right;
  /* overflow:auto; */
}
#Map {
  /* width:350px; */
  width:75%;
  height:500px;
  /* float:left; */
}

.Impression {
  float:left;
  width:150px;
}

.Desc {
  float:left;
  width:430px;
  overflow:auto ;
  margin-left:10px;
  margin-right:10px; 
}

.Page {
  height:100%;
  text-align:left; 
  /* background-color:rgba(255,255,255,0.65); */
}

.HeadContent{
  height:100%;
  width:100%;
  padding-top:.2em;
  padding-left:50px;
  padding-right:50px;
  text-align:center;

  font-size: 3em;
  font-family:Tahoma;
}

ul li {
  padding-bottom:10px;
}


ul.Menu li{
  padding-top: 15px;
  padding-bottom: 15px;
  background-image:url("../img/button1.png");
  text-align:center;
  vertical-align:middle;
  background-position:15px;
  background-repeat:no-repeat;
  height:27px;
  list-style-type:none;
}

ul.Menu li a:link{
  color:#fff;
  text-decoration: none;
}
ul.Menu li a:visited{
  color:#fff;
  text-decoration: none;
}
ul.Menu li a:hover{
  color:#fff;
  text-decoration: none;
}