body,table,td { font-family: arial, helvetica, sans-serif; margin: 0px; }

.slogan { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #000000; line-height: 22px; }   
.author { font-family: arial, helvetica, sans-serif; font-size: 10px; color: gray; padding-right: 5px; }

.head { color: #a21235; font-size: 12px; line-height: 16px; font-weight: bold; }
.content { color: #000000; font-size: 12px; line-height: 16px; }
.sub { color: #a21235; font-size: 12px; line-height: 16px; }
.small { color: #000000; font-size: 11px; line-height: 13px; }
.active {
 font-family: arial, helvetica, sans-serif;
 font-size: 12px;
 color: #a21235; }  
a, a:visited {
 font-family: arial, helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
 text-decoration: none; }
a:hover, a:active {
 font-family: arial, helvetica, sans-serif;
 font-size: 12px;
 color: #a21235;
 text-decoration: none; } 
  /* Formularfelder */
  .errortext {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
  color: #a21235;
  background-color: transparent; }
  .errorcell {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #a21235; }
  input {
  /* top left bottom right */
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
  width: 250px;
  background-color: #ffffff;
  color: #000000;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000; }
  textarea {
  /* top left bottom right */
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
  width: 250px;
  background-color: #ffffff;
  color: #000000;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  overflow: hidden; }
  input.button {
  /* top left bottom right */
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 12px;
  width: 125px;
  background-color: whitesmoke;
  color: #a21235;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000; }
/* DOM ausser MSIE (-> siehe marker.js) */  
input[type="text"]:focus
{
color: #000000;
background-color: whitesmoke;
}    
textarea:focus
{
color: #000000;
background-color: whitesmoke;
}   
