<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Standard-CSS für sh:z */

/* Wichtige Farben
blau = #1689D8
rot = #EE3338
hellgrau = #F6F6F6
dunkelgrau = #D2D2D2
*/


/* Abstände aller Elemente werden auf Null gesetzt */
html, body, div, p, h1, h2, h3, h4, ul, ol,
span, a, form, li {
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
}

a:link {
   color: #1689D8;
   text-decoration: none;
}

a:visited {
   color: #1689D8;
   text-decoration: none;
}

a:hover {
   color: #f60;
   text-decoration: underline;
}

a:active {
   color: #f60;
   text-decoration: underline;
}



.evotable{
  border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
  border-bottom:3px solid #CCCCCC;
}

.evo {
   font-size: 12px;
   color: #666666;
   font-weight: bold;
}

.evo-text {
   font-size: 12px;
   color: #000000;
   font-weight: normal;
}

.evo-textblau {
   font-size: 12px;
   color: #1689D8;
   text-decoration: none;
}

.evo-textrot {
   font-size: 12px;
   color: #800000;
   font-weight: normal;
}

.evo-text13weiss {
   font-size: 13px;
   color: #ffffff;
   font-weight: bold;
}

.evo-text13schwarz {
   font-size: 13px;
   color: #000000;
   font-weight: bold;
}

.evo-text12weiss {
   font-size: 12px;
   color: #ffffff;
   font-weight: bold;
}

.evo-text12schwarz {
   font-size: 12px;
   color: #000000;
   font-weight: bold;
}

.evo-textsmall {
   font-size: 11px;
   color: #000000;
   font-weight: normal;
}

.evo-textbold {
   font-size: 12px;
   color: #000000;
   font-weight: bold;
}

.evo-input,input,select {
   font-size: 11px;
   height:    19
}

.evoklein {
   font-size: 11px;
   color: #666666;
   font-weight: normal;
}

a.evo-linkbold:link {
   color: #1689D8;
   text-decoration: none;
   font-weight: bold;
}

a.evo-linkbold:visited {
   color: #1689D8;
   text-decoration: none;
   font-weight: bold;
}

a.evo-linkbold:hover {
   color: #1689D8;
   text-decoration: underline;
   font-weight: bold;
}

a.evo-linkbold:active {
   color: #1689D8;
   text-decoration: none;
   font-weight: bold;
}

a.evo-link:link {
   color: #1689D8;
   text-decoration: none;
}

a.evo-link:visited {
   color: #1689D8;
   text-decoration: none;
}

a.evo-link:hover {
   color: #f60;
   text-decoration: underline;
}

a.evo-link:active {
   color: #1689D8;
   text-decoration: none;
   font-weight: bold;
}

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