/*** main.css: stylesheet fuer alle Seiten ***/

body {
  color: black; 
  font-family: Helvetica,Arial,sans-serif; 
  margin: 0; padding: 2em 0;
  text-align: center;  /* Zentrierung im Internet Explorer */
  background:  #6c4a3a url(../img/sand.jpg) repeat; 
}

#page {
  text-align: left;    /* Seiteninhalt wieder links ausrichten */
  margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  width: 780px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 8px;
  padding-bottom: 8px;   
  background-color: #FFFFFF;
  min-height: 270px;
  font-size: 13px;
}

#logo {
  padding-left: 12px; 
  padding-top: 8px;
  border: none;
}
  
h1 {
  font-size: 15px;   
  line-height: 160%;
  background: #BD0F1E; 
  color: #FFFFFF;  
  text-indent: 35px; 
  margin: 0px;
  margin-top: 10px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

h3 {
  margin: 2.0em 0em 0.7em 0em;
  font-size: 16px;
  font-weight: bold;
  line-height: 0%;
  color: #494951;
}

h4 {
  margin: 0px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top:10px;
}

h5 {
  margin: 2.0em 0em 0.7em 0em;
  font-size: 15px;
  line-height: 0%;
  font-weight: bold;
}
                               
h6 {  /* Ueberschrift fuer News */
  font-size: 13px;
  line-height: 150%; 
  text-indent: 15px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
  width: 150px;
  background: #BD0F1E;    
}

div#page_left {
  float: left; 
  width: 150px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
}

#navi {
  float: left; 
  width: 200px;
  height: 250px;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 15px; 
  position: relative; 
}

#iframe_ID {
  margin: 0;
  padding: 0;
  height: 250px;
  width: 200px;
  position: relative;
}

#news { 
  float: left;
  margin-top: 5px; 
  position: relative;    
}

#news_ID {  
  height: 180px;
  width: 150px;
}

#navi_fotos {
  width: 750px;
  height: 30px;
  margin: 0;
  margin-top: 5px;
  position: relative;  
}

#foto_ID {
  height: 80px;
  width: 780px;
}

div#page_right {
  float: right;
  width: 560px;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

#footer {
  text-decoration: none; 
  font-size: 15px;
  line-height: 150%;  
  font-weight: bold;
  text-indent: 35px;
  background: #BD0F1E; 
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 8px;   
  clear: both;
}

#footer a:hover {
  text-decoration:underline;
}
