body {
  text-align: center;
}

img {
  border: 0;
}

#main {
  margin: 90px auto 0 auto;
  text-align: left;
  width: 543px;
}

#menu {
  margin: 35px 0 35px 0;
}

#content {
  text-align: center;
}

  #content .galerie {
    margin: 5px;
  }
  
  /* for IE */
 #content .maerkte_box {
    background: url("../img/maerkte_border.png") no-repeat;
    height: 124px;
    margin: 0 0 25px 0;
    padding: 10px;
    text-align: left;
    width: 509px;
  }
  /* end for IE */
  
  html>body #content .maerkte_box {
    background: url("../img/maerkte_border.png");
    height: 104px;
    margin: 0 0 25px 0;
    padding: 10px;
    text-align: left;
    width: 489px;
  }
  
  #content .contact {
    text-align:left;
  }
  
    #content .maerkte_box h1, #content .contact h1 {
      color: #0b4aa8;
      font-family: "Trebuchet MS", Arial, Helvetica;
      font-size: 14px;
      font-style: italic;
      margin: 0 0 5px 0;
    }
    
    #content .maerkte_box h2 {
      color: #000;
      font-family: "Trebuchet MS", Arial, Helvetica;
      font-size: 11px;
      margin: 5px 0 5px 0;
    }
    
    #content .maerkte_box p, #content .contact p {
      color: #000;
      font-family: "Trebuchet MS", Arial, Helvetica;
      font-size: 10px;
      line-height: 13px;
      margin: 10px 0 0 0;
    }
    
      #content .maerkte_box p.left {
        float: left;
        width: 45%;
      }
      
      #content .maerkte_box p.right {
        float: right;
        width: 45%;
      }     
      
     #content .maerkte_box a, #content .contact a {
      color: #0b4aa8;
      text-decoration: none;
     } 
     
     #content .maerkte_box a:hover, #content .contact a:hover {
      color: #0b4aa8;
      text-decoration: underline;
     } 

#foot {
  color: #b2b2b2;
  font-family: "Trebuchet MS", Arial, Helvetica;
  font-size: 10px;
  margin: 35px 0 0 0;
  text-align: center;
}

  #foot a {
    color: #b2b2b2;
    text-decoration: none;
  }
  
  #foot a:hover {
    text-decoration: underline;
  }