* {
  margin: 0;
  padding: 0;
}

a, a:visited {
  color: #600;
}

a:hover {
  color: #a00;
}

acronym {
  cursor: help;
}

body {
  max-width: 1300px;
  min-width: 1024px;
  margin: 0 auto;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid #866d4d;
  font-family: verdana, helvetica, arial, sans-serif;
  background-color: #f0ede6;
  position: relative;
}

caption {
  font-size: smaller;
  padding: 10px 0 0 0;
}

caption>span {
  font-weight: bold;
}

em {
  font-style: italic;
  color: #f00;
}

fieldset {
  margin: 10px 30px 10px 40px;
  padding: 8px;
}

fieldset label {
  display: block;
  margin: 8px 0 0 0;
}

fieldset legend {
  font-style: italic;
  margin-left: 15px;
  padding: 0 3px;
}

fieldset #send {
  margin: 10px 0 0 0;
}

h1,h2,h3,h4 {
  font-family: georgia, verdana, helvetica, arial, sans-serif;
  font-style: italic;
  letter-spacing: 1pt;
  background-color: transparent;
  color: #65533a;
}

hr {
  height: 0;
  width: 99%;
  border: 0;
  border-bottom: 1px solid black;
  border-collapse: collapse;
  margin-top: 30px;
}

input[type="button"], input[type="submit"] {
  display: block;
}

noscript {
  color: red;
}

p,ul,table,fieldset,div,dl {
  font-size: small;
}

select#salutation {
  width: 75px;
}

table img {
  width: 150px;
  border: 0;
}

table td.rightData {
  padding: 15px 30px;
}

.error {
  font-weight: bold;
  color: red;
}

.center {
  margin: 0 auto;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.right {
  float: right;
  margin-left: .5em;
}

.left {
  float: left;
  margin-right: .5em;
}

#content {
  margin: 0 auto;
  padding: 0 0 20px 0;
  text-align: left;
  width: 56%;
  min-width: 550px;
  min-height: 600px;
  color: #454545;
  background-color: #f7f5f2;
  border-left: 1px solid #866d4d;
  border-right: 1px solid #866d4d;
  z-index: 2;
}

#content h1 {
  padding: 30px 0 20px 30px;
  font-size: medium;
}

#content h2 {
  padding: 15px 0 0 40px;
  font-size: 100.01%;
}

#content>h3 {
  padding: 30px 0 20px 30px;
}

#content>h4 {
  padding: 15px 0 0 40px;
}

#content input#agreement {
  margin: 20px 0;
}

#content input + a {
  font-style: italic;
}

#content>p.img {
  text-align: center;
}

#content>p.img img {
  border: 0;
  max-width: 100%;
}

#content>p, #content>div, #content>span {
  padding: 10px 30px 10px 40px;
}

#content>input {
  margin: 10px 30px 10px 40px;
}

#content input.button {
  display: block;
}

#content>p>span {
  font-weight: bold;
  line-height: 140%;
  margin: 10px 0;
  display: block;
}

#content table{
  margin: 10px 30px 10px 40px;
  border-collapse: collapse;
}

table#methodologyTable th, table#methodologyTable td {
  border: 1px solid black;
  padding: 2px 0 2px 5px;
}

table#methodologyTable ul {
  list-style-position: outside;
  margin-left: 15px;
}

#content>ul, #content>dl {
  padding: 10px 30px 10px 60px;
}

#content>ul ul {
  padding: 10px 30px 10px 40px;
}

#content ul>li, #content dl>dt {
  line-height: 140%;
  padding: 3px 0;
}

#headerBox>#header {
  background-color: #dad3c2;
  height: 100px;
  color: #50412e;
}

#headerBox>#header>h1 {
  height: 60px;
  text-align: left;
  background-color: transparent;
  color: #50412e;
  margin: 0 0 0 260px;
  padding: 10px 0 0 0;
  letter-spacing: 2pt;
  white-space: nowrap;
  font-size: x-large;
}

#headerBox>#logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 120px;
  padding: 5px;
  background-image: url(../images/logo_small.gif);
  background-position: center;
  background-repeat: no-repeat;
}

#headerBox>#path {
  height: 30px;
  background-color: #e2ddcf;
  color: #000;
  border-top: 1px solid #866d4d;
  border-bottom: 1px solid #866d4d;
}

#headerBox>#path>p {
  margin: 8px 30px 0 0;
  text-align: right;
  font-size: x-small;
}

#headerBox>#path>p>a {
  padding: 0 2px;
  color: #600;
}

#headerBox>#path>p>a:hover {
  color: #a00;
}

#info {
  position: absolute;
  top: 160px;
  right: 0;
  width: 21%;
  z-index: 1;
}

#info>p {
  margin: 10px 5px 0 0;
}

#menubar {
  height: 30px;
}

#menubar li {
  float: left;
  list-style-type: none;
  text-align: center;
  width: 32%;
  background-color: #efebe4;
  padding: 0!important;
  font-size: 90%;
  font-weight: bold;
}

#menubar li a {
  color: #5e4b35;
  text-decoration: none;
  border: 1px solid #866d4d;
  display: block;
  padding: 3px 0 4px 0;
}

#menubar li a:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #bbb;
  padding: 4px 0 3px 0;
}

#menubar li a.active {
  background-color: #e1dbd0;
  color: #000;
  border: 1px solid #866d4d;
  padding: 4px 0 3px 0;
  cursor: default;
}

#menuBox {
  position: absolute;
  top: 160px;
  left: 7px;
  width: 15em;
  background-color: transparent;
  padding: 0 0 0 5px;
  list-style-type: none;
}

#menuBox li {
  text-align: left;
  margin: 5px auto 0 auto;
}

#menuBox li a {
  display: block;
  text-decoration: none;
  color: #5e4b35;
  background-color: #f2efea;
  padding: 3px 10px 4px 10px;
  border: 1px solid #866d4d;
  font-size: 90%;
  font-weight: bold;
}


#menuBox li a:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #bbb;
  padding: 4px 10px 3px 10px;
}

#menuBox li a.active {
  background-color: #e1dbd0;
  color: #000;
  padding: 3px 10px 4px 10px;
  border: 1px solid #866d4d;
  cursor: default;
}

#menuBox li ul {
  list-style-type: none;
  padding: 0!important;
}

#menuBox li ul.submenu {
  display: none;
}

#menuBox li ul.show {
  display: block;
  padding: 1px 10px 0 10px;
  background-color: transparent;
}

#menuBox li ul.show li {
  width: 80%;
  margin: 5px auto 0 auto;
}

#suche {
  display: none;
}
