/* ---------------------------- */
/* - Allgemeine Styles -------- */
body {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 4;
  margin-left: 4;
  margin-right: 4;
  margin-top: 7;
}
a, td {
  font-family: Arial, Helvetica, sans-serif;  
}
p {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 0;    
  margin-bottom: 15;
}
a:hover {
  color: #D00000;
}
.nobr {
  white-space: nowrap;
}
form {
  display: inline
}
/* Textformate */
.title {
  font-size: 18pt;
  font-weight: bold;
  letter-spacing: 1px;
}
.head {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 130%;   
}
.sub  {
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  line-height: 130%;  
}
.text {
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  line-height: 130%;
}
.textlight {
  font-size: 10pt;
  font-weight: normal;
  color: #606060;
  text-decoration: none;
  color: #000000;
  line-height: 130%;
}
.smalltext {
  font-size: 9pt;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
  line-height: 140%;    
}
.smalltextlight {
  font-size: 9pt;
  font-weight: normal;
  color: #606060;
  text-decoration: none;
  line-height: 140%;   
}
td.line {
  font-size: 1px;
  border-left: 0px none;  
  border-right: 0px none;  
  border-top: 0px none;  
  border-bottom: 1px solid #707070;
}
