<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************************************************************************************/
/* Text */

.h1, #h1
{ 
  color             : #37779D; 
}

h2 
{ 
  color             : #05345E; 
}

.titel, .titel a:link, .titel a:active, .titel a:visited, .titel a:hover
{
  font-family       : Trebuchet MS, Verdana, Arial;
  font-size         : 16px;
  font-weight       : bold;
  font-style        : italic;
  color             : #05345E;
  line-height       : 18px;
  text-decoration   : none;
}

.beschreibung, .beschreibung a:link, .beschreibung a:active, .beschreibung a:visited, .beschreibung a:hover
{
  font-family       : Trebuchet MS, Verdana, Arial;
  font-size         : 11px;
  font-weight       : normal;
  font-style        : normal;
  color             : #05345E;
  line-height       : 14px;
  text-decoration   : none;
  text-align        : justify;
  padding-top       : 8px;
}

</pre></body></html>