
body {
  background: #e0e0e0; 
  color: black;
  margin: 0;
  padding: 1%; 
  min-width: 700px; 
  font-size: 100.01%; 
  font-family: verdana, arial, sans-serif ;
}

h1 { 
  color: #9c4057;
  font-family: verdana, arial, sans-serif;
  font-size: 2.7em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 2%;
  margin: 0;
  border-bottom: 1px dashed #E6E6FA;
}
h2 { 
  color: #9c4057;
  font-family: verdana, arial, sans-serif;
  font-weight: normal;
  line-height: 0.5em;
  padding: 0;
}

img { 
  border: solid 1px #aaa;
  padding: 1px;
  max-width: 95%; 
}
.fleft { 
  float: left;
  margin: 0 1em 0.2em 0; 
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}

#container { 
  font-size: 0.8em; 
  width:700px;
  margin: auto; 
  border: 1px solid #aaa; 
  border-top: 0; 
  background: white;
}
#footer {
  background: url(../img/footer.jpg) 0 0 no-repeat black;
  height: 20px; 
  line-height: 20px;
  text-align: center;
  color: white;
  font-size: 0.9em;
  font-weight: lighter;  
}

#logo {
  background: url(../img/sued-west.jpg) 0 0 no-repeat black; 
  height: 254px; 
  padding: 0 7% 0 7%;
  text-align: left;
  color: white;
  font-size: 20px;
  font-weight: bold;  
  overflow: hidden; 
  margin: 0; 
}

#logo1 {
  background: url(../img/Anreise.jpg) 0 0 no-repeat black; 
  height: 254px; 
  padding: 0 7% 0 7%;
  text-align: left;
  color: white;
  font-size: 20px;
  font-weight: bold;  
  overflow: hidden; 
  margin: 0; 
}

#menu {
  background: url(../img/menue.jpg) #287635;
  padding: 0 30px;
  height: 45px; 
  line-height:45px;
  margin: 0;
  text-align: right;
  font-weight: normal;
  color: #a8c050; 
}
#menu a:hover {
   background-color:#9c4057;
   height: 45px;
}
#menu li {
  font-size: 1.2em;
  display: inline; 
  list-style-type: none; 
  padding: 0 10px 0 15px;
  font-weight: bold;
}
#menu li a {
  color: white; 
  line-height:45px;
  text-decoration: none;
}


#main {
  background: 100% 0 white; 
  padding: 0 7% 0 7%; 
  line-height: 1.4em; 
}