<!--

/* Text  */
.center {
  font-family: Arial, Helvetica, San Serif;
  font-style: normal; 
  font-weight: normal;
  font-size: 8pt; 
  color: #gray;
  text-decoration: none;
  text-align: center; 
  alignment: center;
}

.justify {
  font-family: Arial, Helvetica, San Serif;
  font-style: normal; 
  font-weight: normal;
  font-size: 8pt; 
  color: #gray;
  text-decoration: none;
  text-align: justify; 
  alignment: justify;
}

.linkcenter {
  font-family: Arial, Helvetica, San Serif;
  font-style: normal; 
  font-weight: normal;
  font-size: 8pt; 
  color: #gray;
  text-decoration: none;
  text-align: center; 
  alignment: center;
}

.right {
  font-family: Arial, Helvetica, San Serif;
  font-style: normal; 
  font-weight: normal;
  font-size: 8pt; 
  color: #gray;
  text-decoration: none;
  text-align: right; 
  alignment: right;
}

.fensterklein {
  font-family: Arial, Helvetica, San Serif;
  font-style: normal; 
  font-weight: normal;
  font-size: 8pt; 
  color: #gray;
  text-decoration: none;
  text-align: center; 
  alignment: center;
}

.menucenter {
  font-family: Arial, Helvetica, San Serif;
  font-style: normal; 
  font-weight: normal;
  font-size: 11pt; 
  color: #gray;
  text-decoration: none;
  text-align: left; 
  alignment: left;
}

.textunterbild {
  font-family: Arial, Helvetica, San Serif;
  font-style: normal; 
  font-weight: normal;
  font-size: 10pt; 
  color: #gray;
  text-decoration: none;
  text-align: center; 
  alignment: center;
}

.headertextunterbild {
  font-family: Arial, Helvetica, San Serif;
  font-style: normal; 
  font-weight: strong;
  font-size: 17pt; 
  color: #gray;
  text-decoration: none;
  text-align: center; 
  alignment: center;
}

.header {
  font-family: Arial, Helvetica, San Serif;
  font-style: normal; 
  font-weight: strong;
  font-size: 17pt; 
  color: #gray;
  text-decoration: none;
  text-align: left; 
  alignment: left;
}

.mengentext {
  font-family: Arial, Helvetica, San Serif;
  font-style: normal; 
  font-weight: normal;
  font-size: 11pt; 
  color: #gray;
  text-decoration: none;
  text-align: justify; 
  alignment: justify;
}

-->