* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fffae2;
  color: #818181;
  font-family: Arial, Helvetica, Swiss, Geneva, sans-serif;
  font-size: 80%;
  line-height: 1.1;
  margin: 10px;
}

h1 {
  background-position: left;
  background-repeat: no-repeat;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.7em;
  font-weight: normal;
  height: 30px;
  padding: 3px 0 0 12px;
  margin-bottom: 0.7em;
}

h2 {
  font-size: 1em;
  margin: 1em 0 0.3em 0;
}

p {
  margin: 0.3em 0 0.7em 0;
}

a {
  color: maroon;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

hr {
  height: 0px;
  border: none;
  border-top: 1px dashed #cdcdcd;
  margin: 1em 0 1em 0;
}

ul {
  list-style: circle;
  margin-left: 15px;
}

#topmenu {
  margin: 0 auto 10px auto;
  text-align: right;
  width: 820px;
}

  #topmenu a {
    text-decoration: none;
  }

  #topmenu a:hover,
  #topmenu a.impressum.selected,
  #footer a:hover {
    text-decoration: underline;
  }

#topwrapper {
  background-color: #ffffff;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  margin: auto;
  width: 820px;
}

  #decoimage {
  }

#contentwrapper {
  background-color: #ffffff;
  background-image: url(images/bg_contentwrapper.gif);
  background-position: left;
  background-repeat: repeat-y;
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  margin: auto;
  width: 820px;
}


  #sidebox {
    float: left;
    width: 176px;
  }

    #mainmenu {
      float: right;
      width: 154px;
    }

      #mainmenu ul {
        list-style: none;
        margin: 0px;
      }

        #mainmenu li {
          background-position: right;
          background-repeat: no-repeat;
          display: block;
          height: 31px;
        }

          #mainmenu a {
            display: block;
            font-weight: bold;
            font-size: 0.9em;
            padding: 15px 0 0 15px;
            text-decoration: none;
            text-transform: uppercase;
          }

  #contentbox {
    background-image: url(images/bg_content.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    float: right;
    min-height: 500px;
    width: 635px;
  }
  
    #content {
      margin: 16px 30px 23px 40px;
    }

    #content p {
      text-align: justify;
    }

  #footer {
    font-size: 0.8em;
    height: 25px;
    line-height: 25px;
    margin: auto;
    text-align: center;
    width: 820px;
  }

    #footer a {
      text-decoration: underline;
    }

.clearer {
  clear: both;
}

/* Additional CSS */
td.title, td.field {
  padding: 3px;
}

td.title {
  vertical-align: top;
}


