body  { scrollbar-base-color:       yellow;
        scrollbar-3dlight-color:    #80A080;
        scrollbar-arrow-color:      yellow;
        scrollbar-darkshadow-color: #406040;
        scrollbar-face-color:       #608060;
        scrollbar-highlight-color:  #709070;
        scrollbar-shadow-color:     #507050;
        scrollbar-track-color:      #606060;
        background-color:           #408040 }

p, li  { font-family: Times New Roman, serif; font-size: 14pt; color: yellow }

a          { text-decoration: none }
a:link     { color: #000060 }
a:visited  { color: #000060 }
a:hover    { color: #000060; background-color: #FFFF80 }

/* menu - heller Hintergrund, dunkler Text */
body.menu        { background-color: #C0C0C0 }
.menu, .menu p, .menu li   { color: #202020 }
.menu a          { text-decoration: none }
.menu a:link     { color: #000060 }
.menu a:visited  { color: #000060 }
.menu a:hover    { color: #000060; background-color: #FFFF80 }
.menu a:active   { color: #600000; background-color: #FFFF80 }

/* no text decoration */
.ntd a  { text-decoration: none }

/* keine Rahmen um Bilder, v.a. bei Links */
img              { border-width: 0px }

/* border */
.border          { border-width: 6; border-style: solid; border-color: white }
a .border        { border-style: double; text-decoration: none }
a:hover .border  { border-style: dashed }

.block          { text-align: justify; margin: 0px 10% 24px }  /* für alte Seiten */
.images .block  { text-align: justify; margin: 0px 10% }       /* für neue Seiten */

.images            { text-align: center }
.images table      { width: 300px; margin: 16px auto 0px; border-spacing: 2px; background-color: white }
.images td         { padding: 4px 4px 2px; text-align: center; font-family: 'Times New Roman', serif; font-size: 14pt; color: #000080 }
.images table img  { border-bottom: 2px solid white }

/* Überschriften */
h1, .Fh1  { font-family: Times New Roman, serif; font-size: 26pt; font-weight: bold; color:#FF9F00; text-align: center }
h2, .Fh2  { font-family: Times New Roman, serif; font-size: 18pt; font-weight: bold; color:#FFCF00; text-align: left }
h3, .Fh3  { font-family: Courier New, monospace; font-size: 14pt; font-weight: bold }

/* Font serif tiny */
.Fst  { font-family: Times New Roman, serif; font-size: 8pt }
/* Font serif small */
.Fss  { font-family: Times New Roman, serif; font-size: 10pt }
/* Font serif medium */
.Fsm  { font-family: Times New Roman, serif; font-size: 12pt }
/* Font serif big */
.Fsb  { font-family: Times New Roman, serif; font-size: 14pt }
/* Font serif large */
.Fsl  { font-family: Times New Roman, serif; font-size: 16pt }
/* Font serif huge */
.Fsh  { font-family: Times New Roman, serif; font-size: 24pt }
/* Font serif giant */
.Fsg  { font-family: Times New Roman, serif; font-size: 36pt }
/* Font block tiny */
.Fbt  { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 7pt }
/* Font block small */
.Fbs  { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt }
/* Font block medium */
.Fbm  { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11pt }
/* Font block large */
.Fbl  { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 15pt }
/* Font courier medium */
.Fcm  { font-family: Courier New, monospace; font-size: 10pt; font-weight: bold }
/* Font courier big */
.Fcb  { font-family: Courier New, monospace; font-size: 12pt; font-weight: bold }
/* Font courier medium */
.Fcl  { font-family: Courier New, monospace; font-size: 14pt; font-weight: bold }
/* Font fixed (size) */
.Ff   { font-family: System, sans-serif }
/* Font monospaced small*/
.Fm  { font-family: Fixedsys, monospace }
/* Font extra */
.Fx   { font-family: Comic Sans MS, serif }
/* Font rounded */
.Fr   { font-family: Arial Rounded MT bold, Arial, sans-serif }

