html, body
  {
  color:#5D5D5D;
  
  margin:0px;
  padding:0px;
  }
  
.inhalt
  {
  color:#5D5D5D;
  background:#FFFFFF;
  
  font-size:11pt;
  font-family:Arial,Tahoma,Geneva,sans-serif;
  }
  
input
  {
  margin-top:3px;
  margin-bottom:3px;
  }
  
.error
  {
  color:#FF0000;
  font-size:10pt;
  margin-bottom:8px;
  }

P
  {
  color:#5D5D5D;
  
  font-size:11pt;
  font-family:Arial,Tahoma,Geneva,sans-serif;

  margin-top:5px;

  }

H1
  {
  color:#8C6C0D;
  background:none;
  
  
  letter-spacing:1px;
  text-decoration:none;
  
  font-size:13pt;
  font-weight:700;
  font-family:Arial,Tahoma,Geneva,sans-serif;
  
  
  margin-bottom:10px;
  }
  
H2
  {
  color:#8C6C0D;
  background:none;
  
  
  text-decoration:underline;
  
  font-size:11pt;
  font-family:Arial,Tahoma,Geneva,sans-serif;
  
  margin-bottom:8px;
  }
  
  
A
  {  
  font-size:11pt;
  font-family:Arial,Tahoma,Geneva,sans-serif;
  }
  
  
A.fuss:link
  {
  color:#FFFFFF;
  background:none;
  
  letter-spacing:normal;
  text-decoration:none;
  
  font-size:11pt;
  font-weight:500;
  font-family:Arial,Tahoma,Geneva,sans-serif;
  }
  
A.fuss:visited
  {
  color:#FFFFFF;
  background:none;
  
  letter-spacing:normal;
  text-decoration:none;
  
  font-size:11pt;
  font-weight:500;
  font-family:Arial,Tahoma,Geneva,sans-serif;
  }
  
A.fuss:active
  {
  color:#FFFFFF;
  background:none;
  
  letter-spacing:normal;
  text-decoration:none;
  
  font-size:11pt;
  font-weight:500;
  font-family:Arial,Tahoma,Geneva,sans-serif;
  }
  
A.fuss:hover
  {
  color:#FFFFFF;
  background:none;
  
  letter-spacing:normal;
  text-decoration:underline;
  
  font-size:11pt;
  font-weight:500;
  font-family:Arial,Tahoma,Geneva,sans-serif;
  }