body
{
   cursor                      : default;
   font-family                 : Tahoma, Arial, Verdana;
   color                       : #000000;
   text-decoration             : none;
   font-size                   : 13px;

   scrollbar-arrow-color       : #DDDDDD;
   scrollbar-3dlight-color     : #111111;
   scrollbar-highlight-color   : #DBDFD8;
   scrollbar-face-color        : #C9303C;
   scrollbar-shadow-color      : #DBDFD8;
   scrollbar-track-color       : #DBDFD8; 
   scrollbar-darkshadow-color  : #DBDFD8;
}

h1
{
   font-family                 : Tahoma, Arial, Verdana;
   font-size                   : 16px;
   color                       : #C9303C
}

h2
{
   font-family                 : Tahoma, Arial, Verdana;
   font-size                   : 18px;
   color                       : #C9303C
}

UL
{
   font-family                 : Tahoma, Arial, Verdana;
   font-size                   : 13px;
}

LI
{
   font-family                 : Tahoma, Arial, Verdana;
   font-size                   : 13px;
}

P
{
   font-family                 : Tahoma, Arial, Verdana;
   font-size                   : 13px;
}

TD
{
   font-family                 : Tahoma, Arial, Verdana;
   font-size                   : 13px;
; color: #000000
}

TR
{ 
   font-family                 : Tahoma, Arial, Verdana;
   font-size                   : 13px;
}

select
{
   font-family                 : Tahoma, Arial, Verdana;
   font-size		             : 10px;
   /*border		                : 1px #000000 inset;*/
   color		                   : #000000;
   /*background-color	       : #DFDFDF;*/
   background-color	          : #CFCFCF;

   border-top-width            : 1px;
   border-right-width          : 1px;
   border-bottom-width         : 1px;
   border-left-width           : 1px;
   text-indent                 : 2px;	
}

.input
{
   font-family                 : Tahoma, Arial, Verdana;
   font-size                   : 13px;
   /*border                    : 1px #000000 inset;*/
   color                       : #000000;
   background-color            : #FFFFFF;

   border-top-width            : 1px;
   border-right-width          : 1px;
   border-bottom-width         : 1px;
   border-left-width           : 1px;
   text-indent                 : 2px;
}

.buttons
{
   font-family                 : Tahoma, Arial, Verdana;
   font-size                   : 13px;
   color                       : #000000;
   background-color            : #CCCCCC;

   border-top-width            : 1px;
   border-right-width          : 1px;
   border-bottom-width         : 1px;
   border-left-width           : 1px;
   text-indent                 : 2px;
}

textarea
{
   font-family                 : Tahoma, Arial, Verdana;
   font-size                   : 13px;
   /*border                    : 1px #000000 inset;*/
   color                       : #000000;
   background-color            : #E0E0E0;

   border-top-width            : 1px;
   border-right-width          : 1px;
   border-bottom-width         : 1px;
   border-left-width           : 1px;
   text-indent                 : 2px;
   scrollbar-arrow-color       : #353535;
   scrollbar-3dlight-color     : #DFDFDF;
   scrollbar-highlight-color   : #CCCCCC;
   scrollbar-face-color        : #CFCFCF;
   scrollbar-shadow-color      : #CCCCCC;
   scrollbar-track-color       : #DFDFDF;
   scrollbar-darkshadow-color  : #353535;	
}

/* STANDARD */
a:link
{
   font-size                   : 13px;
   font-family                 : Tahoma, Arial, Verdana;
   color                       : #000000;
; text-decoration: none
}
a:visited
{
   font-size                   : 13px;
   font-family                 : Tahoma, Arial, Verdana;
   color                       : #000000;
; text-decoration: none
}
a:active
{
   font-size                   : 13px;
   font-family                 : Tahoma, Arial, Verdana;
   color                       : #000000;
; text-decoration: none
}
a:hover
{
   font-size                   : 13px;
   font-family                 : Tahoma, Arial, Verdana;
   color                       : #C9303C;
; text-decoration: none
   /*border-bottom               : 1pt solid #951C1C; */
   /*cursor                      : url(http://www.scpfarrwerfen.at/hwe.cur),pointer; */
}

/* SUBLINKS */
a.grey
{
   font-size                   : 13px;
   font-family                 : Tahoma, Arial, Verdana;
   color                       : #AAAAAA;
   text-decoration             : none;
   font-weight                 : bold;
}
a.grey:visited
{
   font-size                   : 13px;
   font-family                 : Tahoma, Arial, Verdana;
   color                       : #AAAAAA;
   text-decoration             : none;
   font-weight                 : bold;
}
a.grey:active
{
   font-size                   : 13px;
   font-family                 : Tahoma, Arial, Verdana;
   color                       : #AAAAAA;
   text-decoration             : none;
   font-weight                 : bold;
}
a.grey:hover
{
   font-size                   : 13px;
   font-family                 : Tahoma, Arial, Verdana;
   color                       : #FFFFFF;
   text-decoration             : none;
   font-weight                 : bold;
   border-bottom               : 1pt solid #951C1C;
}

/* NUR WEGEN DER DÄMLICHEN BROWSER KOMPATIBILITÄT... */
a.img
{
   color                       : #FFFFFF;
   text-decoration             : none;
   font-weight                 : bold;
   border-bottom               : none;
}
a.img:visited
{
   color                       : #FFFFFF;
   text-decoration             : none;
   font-weight                 : bold;
   border-bottom               : none;
}
a.img:active
{
   color                       : #FFFFFF;
   text-decoration             : none;
   font-weight                 : bold;
   border-bottom               : none;
}
a.img:hover
{
   color                       : #951C1C;
   text-decoration             : none;
   font-weight                 : bold;
   border-bottom               : none;
}

.toolbar
{
   border-style                : dashed;
   border-width                : 1pt;
   border-color                : #CCCCCC;
   border-collapse             : collapse;
}
