/* css für alles */

h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 font-family:Arial,sans-serif; }

/* Überschriften  und Titel */
h1 { font-size:26px; margin-bottom:18px; color:#000000; font-weight:bold; }
h1#Titel { text-align:center; margin-bottom:36px;}

h2 { font-size:21px; margin-bottom:18px; border-top-width:medium; border-top-style:groove; }

h2.sh2 { font-size:21px; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:16px; }

h4 { font-size:13px; }
/* normaler Text */
p,ul,ol,li,div,td,th,address,blockquote { font-size:13px; }

li { margin-top:3px; }
div {border-top-width:medium; border-top-style:groove; }

.blue { color:#0000FF; }
.red { color:#FF0000; }
.green { color:#00FF00; }
.lgrey { color:#E6E6E6; }
.black { color:#000000; }
.white { color:#FFFFFF; }
.magenta { color:#5500CC; }

pre { font-family:Arial,sans-serif; font-size:13px; color:blue; }

blockquote,cite { font-style:italic; }

.doc { background-color:#E6E6E6;} /*#EEEEEE; }*/

.nav { background-color:#E6E6E6;} /*#FFEEDD; } */

.qbar { background-color:#E6E6E6; /*#FFFFE0*/ font-size:13px; font-family:Arial,sans-serif; }

a.an { text-decoration:none; }

.sect { font-family:Arial,sans-serif; font-size:16pt; color:blue;
      border-bottom-style:solid; border-bottom-width:3px; border-color:red;
      margin:0px; margin-top:24px; margin-bottom:16px; }
.p  { font-family:Arial,sans-serif; font-size:11pt; color:black; margin-top:6px; margin-bottom:6px; }
/* Hervorhebungen */
.emphasis {font-style:italic; color:blue; }

.bold  { font-weight:bold }
.big   { font-size:14pt }
.small { font-size:6pt; font-family:'Small Fonts',sans-serif; }

/* links */

a:link { color:blue; text-decoration:underline; }  /* unberührter link */
a:visited { color:blak; text-decoration:underline; } /* bereits besuchter link */
a:active { color:magenta; text-decoration:none; } /* angeclickt "
a:hover { color:#CC00CC; text-decoration:underline; } /* wenn Mauszeiger darauf zeigt */
