/*
©®2003 by Jürn Hocke
*/

body   {
        background-color:              #FFFFFF;
        font-family:                   Verdana;
        font-size:                     12px;
        font-weight:                   normal;
        color:                         #000000;
        scrollbar-arrow-color:         #000000;
        scrollbar-face-color:          #FFFFFF;
        scrollbar-base-color:          #FFFFFF;
        scrollbar-dark-shadow-color:   #FFFFFF;
        scrollbar-highlight-color:     #000000;
        scrollbar-track-color:         #FFFFFF;
        scrollbar-shadow-color:        #000000;
       }
/* SCHRITFEN */

font.s9         {font-family:Verdana; font-size: 9px; color:#000000;}
font.s10        {font-family:Verdana; font-size:10px; color:#000000;}
font.s12        {font-family:Verdana; font-size:12px; color:#000000;}
font.s14        {font-family:Verdana; font-size:14px; color:#000000;}
font.sf10       {font-family:Verdana; font-size:10px; color:#000000; font-weight:bold;}
font.sf12       {font-family:Verdana; font-size:12px; color:#000000; font-weight:bold;}
font.sf13       {font-family:Verdana; font-size:13px; color:#000000; font-weight:bold;}
font.sf14       {font-family:Verdana; font-size:14px; color:#000000; font-weight:bold;}
font.sf18       {font-family:Verdana; font-size:18px; color:#000000; font-weight:bold;}
font.sf20       {font-family:Verdana; font-size:20px; color:#000000; font-weight:bold;}


/* LINKS */

a:link.s9        {font-family:Verdana; font-size:9px; color:#000000; text-decoration:none;}
a:visited.s9        {font-family:Verdana; font-size:9px; color:#000000; text-decoration:none;}
a:hover.s9        {font-family:Verdana; font-size:9px; color:#000000; text-decoration:underline;}
a:active.s9        {font-family:Verdana; font-size:9px; color:#000000; text-decoration:underline;}

a:link.s10        {font-family:Verdana; font-size:10px; color:#000000; text-decoration:none;}
a:visited.s10        {font-family:Verdana; font-size:10px; color:#000000; text-decoration:none;}
a:hover.s10        {font-family:Verdana; font-size:10px; color:#000000; text-decoration:underline;}
a:active.s10        {font-family:Verdana; font-size:10px; color:#000000; text-decoration:underline;}

a:link.s12        {font-family:Verdana; font-size:12px; color:#000000; text-decoration:none;}
a:visited.s12        {font-family:Verdana; font-size:12px; color:#000000; text-decoration:none;}
a:hover.s12        {font-family:Verdana; font-size:12px; color:#000000; text-decoration:underline;}
a:active.s12        {font-family:Verdana; font-size:12px; color:#000000; text-decoration:underline;}

a:link.s14        {font-family:Verdana; font-size:14px; color:#000000; text-decoration:none;}
a:visited.s14        {font-family:Verdana; font-size:14px; color:#000000; text-decoration:none;}
a:hover.s14        {font-family:Verdana; font-size:14px; color:#000000; text-decoration:underline;}
a:active.s14        {font-family:Verdana; font-size:14px; color:#000000; text-decoration:underline;}

a:link.sf10        {font-family:Verdana; font-size:10px; color:#000000; text-decoration:none; font-weight:bold;}
a:visited.sf10        {font-family:Verdana; font-size:10px; color:#000000; text-decoration:none; font-weight:bold;}
a:hover.sf10        {font-family:Verdana; font-size:10px; color:#000000; font-weight:bold; text-decoration:underline;}
a:active.sf10        {font-family:Verdana; font-size:10px; color:#000000; font-weight:bold; text-decoration:underline;}

a:link.sf12        {font-family:Verdana; font-size:12px; color:#000000; text-decoration:none; font-weight:bold;}
a:visited.sf12        {font-family:Verdana; font-size:12px; color:#000000; text-decoration:none; font-weight:bold;}
a:hover.sf12        {font-family:Verdana; font-size:12px; color:#FCC0000; font-weight:bold; text-decoration:underline;}
a:active.sf12        {font-family:Verdana; font-size:12px; color:#000000; font-weight:bold; text-decoration:underline;}

a:link.sf14        {font-family:Verdana; font-size:14px; color:#000000; text-decoration:none; font-weight:bold;}
a:visited.sf14        {font-family:Verdana; font-size:14px; color:#000000; text-decoration:none; font-weight:bold;}
a:hover.sf14        {font-family:Verdana; font-size:14px; color:#000000; font-weight:bold; text-decoration:underline;}
a:active.sf14        {font-family:Verdana; font-size:14px; color:#000000; font-weight:bold; text-decoration:underline;}


/* tabellen */
table.s      { background-color: #000000; }
table.w      { background-color: #FFFFFF; }

td.w         { background-color: #FFFFFF; }
td.odd       { background-color: #EEEEEE; }
td.even      { background-color: #CCCCCC; }

th.w         { background-color: #FFFFFF; }
th.odd       { background-color: #EEEEEE; }
th.even      { background-color: #CCCCCC; }


/* eingabefelder */

input        {
               background-color: #EEEEEE;
               border-left:      1px solid #000000;
               border-right:     1px solid #000000;
               border-top:       1px solid #000000;
               border-bottom:    1px solid #000000;
               font-family:      Courier;
               font-size:        12px;
               color:            #000000;
             }

input.button {
               background-color: #999999;
               border-left:      1px solid #000000;
               border-right:     1px solid #000000;
               border-top:       1px solid #000000;
               border-bottom:    1px solid #000000;
               font-family:      Courier;
               font-size:        12px;
               color:            #000000;
             }
textarea     {
               background-color: #EEEEEE;
               border-left:      1px solid #000000;
               border-right:     1px solid #000000;
               border-top:       1px solid #000000;
               border-bottom:    1px solid #000000;
               font-family:      Courier;
               font-size:        12px;
               color:            #000000;
               scrollbar-arrow-color:         #999999;
               scrollbar-face-color:          #FFFFFF;
               scrollbar-base-color:          #FFFFFF;
               scrollbar-dark-shadow-color:   #FFFFFF;
               scrollbar-highlight-color:     #999999;
               scrollbar-track-color:         #FFFFFF;
               scrollbar-shadow-color:        #999999;
             }