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

h2 a:link, h2 a:visited, h2 a:active
{
  color : #2C413A;
}

h2 a:hover, h3 a:hover, h4 a:hover,
h2 a:focus, h3 a:focus, h4 a:focus
{
  color : #AEA8A8;
}

/*************************************************************************************************/
/* Links */

a.farbe:link, a.farbe:visited, a.farbe:active, .farbe a:link, .farbe a:visited, .farbe a:active,
a#farbe:link, a#farbe:visited, a#farbe:active, #farbe a:link, #farbe a:visited, #farbe a:active
{
  color : #2C413A;
}

a:hover, a:focus,
a.farbe:hover, a.farbe:focus, .farbe a:hover, .farbe a:focus,
a#farbe:hover, a#farbe:focus, #farbe a:hover, #farbe a:focus,
a.schwarz:hover, a.fusszeile:hover, a.schwarz:focus, a.fusszeile:focus,
a#schwarz:hover, a#fusszeile:hover, a#schwarz:focus, a#fusszeile:focus,
.schwarz a:hover, .fusszeile a:hover, .schwarz a:focus, .fusszeile a:focus,
#schwarz a:hover, #fusszeile a:hover, #schwarz a:focus, #fusszeile a:focus
{
  color : #AEA8A8;
}

.form_button a:link, .form_button a:visited, .form_button a:active, .form_button a:hover, .form_button a:focus,
a.form_button
{
  color           : #FFFFFF !important;
  font-family     : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size       : 13px;
  text-decoration : none;
}

.form_button:hover a:link, .form_button:hover a:visited, .form_button:hover a:active, .form_button:hover a:hover, .form_button:hover a:focus,
.form_button_hover a:link, .form_button_hover a:visited, .form_button_hover a:active, .form_button_hover a:hover, .form_button_hover a:focus,
a.form_button:hover
{
  color           : #2C413A !important;
  font-family     : Trebuchet MS, Verdana, Arial, sans-serif;
  font-size       : 13px;
  text-decoration : none;
}
</pre></body></html>