body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #7F7F7F;
}

p {
  line-height: 150%;
}

body, th, td, input, textarea, select, option {
  font-weight: normal;
  font-family: Trebuchet MS,Liberation Sans,DejaVu Sans,sans-serif;
}

input, textarea, select, option {
  border: 1px solid #767676;
}

h1, h2, h3 {
  letter-spacing: 1px;
  font-weight: normal;
  color: #767676;
  font-family: verdana,arial,sans-serif;
}

h1 {
  font-size: 35px;
  font-weight: bolder;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 1em;
}

blockquote {
  padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
  line-height: normal;
  font-style: italic;
}

a {
  color: #7ACE11;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  border-bottom: 3px solid #7ACE11;
}

a:visited {
  color: #4a7a0b;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


/* Header */

#header {
  height: 97px;
  margin: 0px auto 0px auto;
  padding-right: 20px;
  background: #222222 url(immerda_logo.jpg) left top no-repeat;
}

#header a:hover {
  border-bottom: none;
}

/* Menu */

#navi {
  float: right;
  font-family: Monospace;
}

#navi ul {
  margin: 0px;
  padding: 50px 0px 0px 0px;
  list-style: none;
}

#navi li {
  display: inline;
}

#navi a {
  display: block;
  float: left;
  margin-left: 20px;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 1.36em;
  color: #FFFFFF;
}

#navi a:hover, .active a {
  border-bottom: 3px solid #FFFFFF;
}

/* Content */

#topbox {
  padding: 20px 70px;
  margin: 0px;
  background:#f8f9f4;
  border-bottom: 1px solid #767676;
}

#topbox h1 {
  color: #60d545;
  font-weight: bold;
  margin-bottom: 10px;
}

#topbox p {
  margin-top: 5px;
  line-height: 150%;
}

#content {
  padding: 0 70px 20px 70px;
}


#content h1 {
  border-bottom: 2px solid #767676;
}

div.fronth1 {
  width: 58%;
}

#content h2 {
  text-transform: none;
  margin-bottom: 2px;
}


#wrapper {
  position: relative;
  min-height: 100vh;
}

#content {
  padding-bottom: 2.5rem;    /* Footer height */
}

/* Footer */
#footer {
  position: absolute;
  height: 2.5rem;
  width: 100%;
  background: #222222;
  bottom: 0;
}

#footer p {
  padding-left: 5px;
  text-align: left;
  font-size: 10px;
  color:#7F7F7F;
}

