html
 {
  height: 100%;
 }

body
 {
  height: 100%;
  background-color: #0f0f0f;
  margin: 0;
  padding: 0;
 }

table.main
 {
  height: 100%;
  width: 100%;
  table-layout: fixed;
  border-style: none;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 0;
  padding: 0;
  margin: 0;
 }

a
 {
  font-weight: normal;
  font-size: 12px;
  font-family: Verdana,Helvetica,sans-serif;
  color: #8f7e50;
  text-decoration: none;
 }

a.menu
 {
  font-weight: normal;
  font-size: 11px;
  font-family: Verdana,Helvetica,sans-serif;
  color: #2b2302;
  text-decoration: none;
 }

a:hover
 {
  color: #880000;
 }

h1
 {
  font-weight: bold;
  font-size: 14px;
  font-family: Verdana,Helvetica,sans-serif;
  color: #8f7e50;
  text-decoration: none;
  margin-top: 0px;
 }

h2
 {
  font-weight: bold;
  font-size: 13px;
  font-family: Verdana,Helvetica,sans-serif;
  color: #8f7e50;
  text-decoration: none;
  margin-bottom: 12px;
 }

h3
 {
  font-weight: bold;
  font-size: 12px;
  font-family: Verdana,Helvetica,sans-serif;
  color: #8f7e50;
  text-decoration: none;
  margin-bottom: 3px;
 }

body,td,p
 {
  font-weight: normal;
  font-size: 12px;
  font-family: Verdana,Helvetica,sans-serif;
  color: #d8d8d8;
  text-decoration: none;
 }

input.feld,textarea.feld,select.feld
 {
  width:450px;
  background-color:#ccc4aa;
  color:#1f1f1f;
  border-style:double;
  border-width:1px;
  border-color:#8f7e50;
  font-weight: normal;
  font-size: 12px;
  font-family: Verdana,Helvetica,sans-serif;
  text-decoration: none;
 }

input.feld2,textarea.feld2,select.feld2
 {
  width:380px;
  background-color:#ccc4aa;
  color:#1f1f1f;
  border-style:double;
  border-width:1px;
  border-color:#8f7e50;
  font-weight: normal;
  font-size: 12px;
  font-family: Verdana,Helvetica,sans-serif;
  text-decoration: none;
 }

input.button
 {
  width:100px;
  background-color:#3c320e;
  color:#8f7e50;
  border-style:solid;
  border-width:1px;
  border-color:#8f7e50;
  font-weight: normal;
  font-size: 12px;
  font-family: Verdana,Helvetica,sans-serif;
 }


