body {
  margin: 0;
  padding: 0;
  background-color: #f2efc4;
  color: black;
  font-family: verdana,sans-serif;
  font-size: 13px;
}

#content_container {
  padding-bottom: 3em;
}

#header{
  background-color: #32663a;
  color: white;
  font-family: verdana,sans-serif;
  text-align: right;
  padding: 1px 30px 1px 0px;
  margin: 0px 0px 40px 0px;
}

#header h1 {
  font-size: 20px;
  font-weight: bold;
}

#header h3 {
  font-size: 12px;
  font-weight: normal;
}

#links {
  padding: 20px;
  float: left;
  width: 200px;
  background-color: #e1de84;
}
#links ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  width: 200px;
}
#links li {
  margin: 0;
  padding: 0 0 2px;
}
#links a {
  border: 1px solid black;
  padding: 2px 2px 2px 10px;
  background: #bb9137 none repeat scroll 0% 50%;
  width: 180px;
  display: block;
  color: black;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
#links a:hover {
  border: 1px solid black;
  background: #32663a none repeat scroll 0% 50%;
  color: white;
}
#links .titel {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
#rechts {
  margin: 0 0 0 250px;
  padding: 0px 50px;
  background-repeat: no-repeat;
  background-position:  center center;
  max-width: 800px;
}
#rechts h2 {
  border-left: 10px solid #32663a;
  border-bottom: 1px solid #32663a;
  margin: 0 0 10px;
  padding: 2px 0 2px 5px;
  font-family: verdana,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
#rechts h3 {
  border-left: 8px solid #32663a;
  border-bottom: 1px solid #32663a;
  margin: 25px 0 10px;
  padding: 2px 0 2px 5px;
  font-family: verdana,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
#rechts h4 {
  border-left: 6px solid #32663a;
  border-bottom: 1px solid #32663a;
  margin: 25px 0 10px;
  padding: 2px 0 2px 5px;
  font-family: verdana,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}

#rechts table {
  border: 0px hidden #000000;
  padding-bottom: 20px;
}

#rechts td {
  background: #e1de84;
  border: 0px hidden #000000;
  margin: 20px;
  padding: 3px 15px;
}

input.longtext {
  width:500px;
}

#foot p {
  margin: 0;
  padding: 0;
}

#foot a {
  text-decoration: none;
  color: white;
}

#foot {
  padding: 10px;
  background: #32663a none repeat scroll 0% 50%;
  position: fixed;
  bottom: 0px;
  text-align: center;
  width: 100%;
  color: white;
  font-family: verdana,sans-serif;
  line-height: normal;
  font-size: 10px;
}

* html, * html body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

* html #content_container {
  padding: 0;
  height: 90%;
  overflow: scroll;
}

* html #rechts {
  padding-bottom: 30px;
}

* html #foot {
  background: #32663a none repeat scroll 0% 50%;
  height: 5%;
  text-align: center;
  line-height: normal;
  padding-top: 1%;
}


