/* DATEI: afup.css */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #0000a0;
}

p {
  font-size: 10pt;
  line-height: 16px;
  text-align: justify;
  text-indent: 10px;
  margin-top: 0px;
  margin-bottom: 6px;
}

td {
  font-size: 10pt;
  line-height: 16px;
  margin-top: 0px;
  margin-bottom: 6px;
}

h1 { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt; 
  font-weight: bold; 
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
  color: #3fa0df;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-indent: 10px;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #3fa0df;
}

h3 { font-size: 10pt; font-weight: bold; }

h4 { font-size: 9pt; font-weight: bold; }

big { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  line-height: 150%;
  color: #3fa0df;
}

small { font-size: 8pt; }

pre {
  font-family: Courier New,Courier;
  font-size:11pt;
  color:#00a000;
}

.rechts {
  text-align: right;
  margin-top: 12px;
  margin-bottom: 6px;
}

.rot { color: #df0000; }
.grau { color: #808080; }
.gruen { color: #00a000; }
.blau { color: #0000a0; }

a.menu, a.sel, a.text, a.piwik_download, a.ext {
  text-decoration: none;
} 

a.menu:link    { color: #ffffff; }
a.menu:visited { color: #ffffff; }
a.menu:active  { color:#00ff00; }
a.menu:hover   { color: #00ff00; }

a.sel:link     { color: #00ff00; }
a.sel:visited  { color: #00ff00; }
a.sel:active   { color:#00ff00; }
a.sel:hover    { color: #00ff00; }

a.text:link    { color: #00a000; }
a.text:visited { color: #00a000; }
a.text:active  { color:#ff0000; }
a.text:hover   { color: #ff0000; }

a.piwik_download:link    { color: #00a000; }
a.piwik_download:visited { color: #00a000; }
a.piwik_download:active  { color: #ff0000; }
a.piwik_download:hover   { color: #ff0000; }

a.ext:link    { color: #902000; }
a.ext:visited { color: #902000; }
a.ext:active  { color:#ff0000; }
a.ext:hover   { color: #ff0000; }

