
/* schriftstil, hintergrund */

body
                                            { color: #444; font-size: 10pt; font-family: Tahoma; background-color: #f5fefe; margin: 0 }

table,tr,td
                        { color: #444; font-size: 10pt; font-family: Tahoma }


/* scroll-leiste,farbig ab IE 5.5 */

body                  { scrollbar-3dlight-color: white; scrollbar-arrow-color: white; scrollbar-darkshadow-color: black; scrollbar-face-color: #808080; scrollbar-highlight-color: black; scrollbar-shadow-color: white  }




/* allgemeine links */
a:visited                        { color: #33f; font-size: 10pt; font-family: Tahoma; text-decoration: underline }
a:link                         { color: #33f; font-size: 10pt; font-family: Tahoma; text-decoration: underline }
a:active                 { color: #33f; font-size: 10pt; font-family: Tahoma; text-decoration: underline }
a:hover                       { color: #fff; font-size: 10pt; font-family: Tahoma; text-decoration: none; background-color: #33f }
