/* ---------------- UEBERGEORDNETE DEFINITIONEN ------------------- */

html, body {
      background-color: #fff;
      width: 100%;
      margin: 0px;
      padding: 0px;
      font-family: Helvetica,Arial,sans-serif;
      font-size: 11px; 
      color: #111;
      /*\*/
      overflow: auto;
      /*\*/
      }

      
p {
      margin: 0px;
      padding: 0px;
}
      
.tiefer {
      margin-top: 18px;
      margin-left: 50px;
      margin-bottom: 0px;
}

.umbruch {
      clear: both;
      padding-top: 10px;
      width: 500px;
}

/* ------------------------- HAUPTRASTER --------------------------- */
      
#head {
      position: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 120px;
      background-color: #fff;
      margin: 0px;
      padding: 0px;
      }
      
*+ html #head {
      top: 29px;
}

#info {
      position: fixed;
      margin-top: 120px;
      left: 144px;
      top: 0px;
      height: 45px;
      width: 100%;
      line-height: 1em;
      background-color: #fff;
      vertical-align: top;
      } 
      
#inhalt {
      clear: both;
      margin-top: 165px;
      padding-left: 194px;
      vertical-align: top; 
      
      }

      
#news {
      clear: both;
      margin-top: 153px;
      padding-left: 194px;
      vertical-align: top; 
      }      
      
      
      
#archiv {
      clear: both;
      margin-top: 134px;
      margin-left: 194px;
      vertical-align: top; 
      }
/* -------------------------- Inhalte HEAD ---------------------------- */     

#logo {
      position: absolute;
      top: 0px;
      left: 0px;
      background-color: #fff;
      background-image: url(../design/logo.gif);
      background-repeat: no-repeat;
      background-position: 30px 30px;
      width: 194px;
      height: 100px;
}

*+ html #logo {
      top: -29px;
}

#menuecontainer {
      background-color: #fff;
      margin-top: 29px;
      margin-left: 188px;
      width: 800px;
      height: 53px;

}
  
.hmenue {
      height: 15px;
      clear: both;
      }

      
.submenue {
      text-align: center;
      height: 30px;
      margin-top: 8px;
      margin-left: 0px;
      width: 480px;
      background-color: #fff;
      }

    
/* ----------------------------- LINKS ------------------------------- */
      
a:link, a:visited {
      text-decoration: none;
      color:#cc0000;
      }   
a:hover {
      text-decoration: none;
      color: #000;
}  

.hmenue a:link, .hmenue a:visited {
      font-weight: normal;
      color: #555;
}   

.submenue a:link, .submenue a:visited {
      color: #999;
} 

.hmenue a:hover, .submenue a:hover {
      color: #cc0000;
      text-decoration: none;
      } 

  
.hlink, .nohlink {
      background-color: transparent;
      padding-right: 6px;
      padding-left: 6px;
      height: 13px;
      line-height: 13px;
      border-right: 1px solid #ddd;
      float: left;
      margin-bottom: 2px;
      }

.nohlink {
      font-weight: normal;
      color: #cc0000;
      }    

 
.noborder {
      border-right: 1px solid #fff;
}      
      
.content_link {
      margin-left: 0px;
      margin-top: 15px;
      width: 50px;
      color: #999;
      float: left;
}

.homebild {
      margin-right: 63px;
      margin-top: 90px;
}


.zaehlwerk {
      text-align: center;
      width: 25px;
      margin-right: 2px;
      margin-left: 2px;
      line-height: 12px;
      float: left;
}

.pfeil {
      float: left;
      margin-left: 0px;
      margin-right: 0px;
      padding: 0px;
}

.objekttitel { 
      float: left;
      color: #333; 
      margin-top: 18px;
      padding: 0px 6px 0px 6px;
      border-left: 1px solid #aaa; 
      line-height: 12px;  
}    

.otitel {
      font-weight: normal;
      color: #cc0000;
}

