body {
  background-color: #f0f0f0;
  margin: 0;
  padding: 0;
  font-family: Georgia, Times, Times New Roman, Serif;
  font-size: 13px;
  color: #4c4a4a;
}

h1, h2, h3, form, p {
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-weight: normal;
}

h1 {
  color: #6d8f52;
  font-size: 22px;
}

h2 {
  font-size: 17px;
}

a {
  text-decoration: none;
  color: #6d8f52;
}

img {
  border: 0;
}

div#top {
  background-color: #1e1e1e;
}

div#top img {
  margin-left: 110px;
  margin-top: 25px;
  margin-bottom: 25px;
}

div#main {
  background-color: #ffffff;
  padding-left: 110px;
}

div#menu {
  padding-top: 10px;
}

  div#menu ul {
    margin: 0;
    padding: 0;
  }

    div#menu li {
      list-style: none;
      display: block;
      float: left;
      font-size: 17px;
      margin-right: 12px;
    }

      div#menu li a {
        display: block;
        color: #5a5a5a;
        border-bottom: 2px solid #5a5a5a;
        padding-bottom: 3px;
      }

      div#menu li.current a, div#menu li a:hover {
        color: #000;
        border-bottom: 2px solid #6d8f52;
      }

div.clear {
  clear: both;
}

  div.clear hr {
    display: none;
  }

div#content {
  clear: both;
  padding-top: 10px;
  padding-bottom: 30px;
  width: 660px;
}

  div#content div.teaser p {
    line-height: 1.4em;
    font-size: #4a4a4a;
    font-size: 22px;
    width: 600px;
  }
  
  div#content div.element {
    padding-top: 20px;
  }
  
  /* Spacer element start */
  div#content div.spacer {
    margin-top: 20px;
    margin-right: 10px;
  }
  /* Spacer element end */
  
  /* Teaser element start */
  div#content div.teaser div.hr {
    margin-top: 20px;
    margin-right: 10px;
  }
  /* Teaser element stop */
  
  /* Cases element start */
  div#content div.case {
    margin-top:35px;
    margin-bottom:20px;
  }
  
  div#content div.case h2
  {
    margin-bottom:5px;
  }
  
  div#content div.case img {
    margin-top: 10px;
    margin-bottom: 10px;
    border: #4c4a4a 2px solid;

  }
  
  div#content div.case div.description {
    width: 430px;
  }
  
  div#content div.case div.link {
    float: right;
    width: 200px;
    margin-right: 10px;
    text-align: right;
  }
  /* Cases element stop */
  
  /* Person element start */
  div#content div.person {
    width: 320px;
    float: left;
    margin-right: 10px;
  }

    div#content div.person img {
      margin-top: 10px;
    }
  
    div#content div.person div.tel {
      display: inline;
    }
  
    div#content div.person div.description {
      padding-top: 10px;
    }
  /* Person element end */
  
  /* Post element start */
  div#content div.post {
    width: 450px;
  }
  
  div#content div.post div.meta {
    font-size: 11px;
    color: #4c4a4a;
  }

  div#content div.post div.content {
    margin-top: 10px;
  }
  
  div#content div.post img {
    margin-top: 3px;
    margin-right: 10px;
    float: right;
  }

  div#content div.post div.content p {
    margin-bottom: 1em;
  }
  /* Post element end */

div.hr, div#content div.spacer {
  padding: 0;
  clear: both;
  height: 2px;
  background-image: url(../images/line.gif);
  background-repeat: repeat-y;
  background-position: left;
  background-color: #646464;
}

  div.hr hr, div#content div.spacer hr {
    display: none;
  }

div#footer {
  color: #646464;
  padding: 10;
  padding-left: 110px;
}