/*
************************************************************

       copyright (c) 2000 Intex Internet Services

       function: Stylesheet
        website: Spoormakers
         coding: Edwin Nouwen

        warning: This script has a subspace homing beacon
                 built into it. Unauthorized use of this
                 script will enable us to beam into your
                 livingroom and slap you silly.

************************************************************
*/

/*********************** HTMLCODES *************************/

BODY {
   scrollbar-3dlight-color: #F3E5CD;
   scrollbar-highlight-color: #F3E5CD;
   scrollbar-face-color: #E8DDC7;
   scrollbar-arrow-color: #E8DDC7;
   scrollbar-darkshadow-color: #D2C7B3;
   scrollbar-shadow-color: #D2C7B3;
   scrollbar-track-color: #D2C7B3;
/*
   border: 4px solid #987654;
   cursor: crosshair;
*/
}

BODY,TD {
   color: #835B21;
   font-size: 11px;
   font-family: arial, helvetica;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
}

A:LINK,A:VISITED {
   color: #5C0000;
   font-style: normal;
   font-weight: normal;
   text-decoration: underline;
}

A:HOVER,A:ACTIVE {
   color: #5C0000;
   text-decoration: none;
}

A.MENU:LINK,A.MENU:VISITED {
   color: #C8AA68;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
}

A.MENU:HOVER,A.MENU:ACTIVE {
   color: #EDDCB9;
}

LI {
   list-style-image: url(images/dot.gif);
}

INPUT {
   font-size: 11px;
   font-family: arial, helvetica;
   font-weight: bold;
   color: black;
   background: white;
/*
   border-color: black;
   border-style: solid;
   border-width: 1px;
   border-right-width: 1; 
   border-top-width: 1;
   border-left-width: 1;
   border-bottom-width: 1;
*/
}

TEXTAREA {
   font-size: 11px;
   font-family: arial, helvetica;
   font-weight: bold;
   color: black;
   background: white;
/*
   border-color: black;
   border-style: solid;
   border-width: 1px;
   border-right-width: 1; 
   border-top-width: 1;
   border-left-width: 1;
   border-bottom-width: 1;
*/
}

SELECT {
   font-size: 11px;
   font-family: arial, helvetica;
   font-weight: bold;
   color: black;
   background: white;
/*
   border-color: black;
   border-style: solid;
   border-width: 1px;
   border-right-width: 1; 
   border-top-width: 1;
   border-left-width: 1;
   border-bottom-width: 1;
*/
}

/************************* GROUPS **************************/

.HEAD1 {
   color: #5C0000;
   font-size: 16px;
   font-style: italic;
   font-weight: bold;
   text-decoration: none;
}

.SUBHEAD1 {
   color: #5C0000;
   font-size: 13px;
   font-style: italic;
   font-weight: bold;
   text-decoration: none;
}

.MENU1 {
   background: #7D1919;
   font-size: 11px;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
   border-color: #C8AA68;
   border-style: solid;
   border-width: 1px;
}

/*********************** SINGLEITEMS ***********************/

.1 {font-size: 11px;}
.2 {font-size: 13px;}
.3 {font-size: 16px;}
.4 {font-size: 18px;}

.GREEN {color: #5C532A;}
.LIGHTBLUE {color: #A1B1C8;}
.YELLOW {color: #E7BE67;}
.LIGHTBROWN {color: #835B21;}

.BORDER {border-style: solid; border-width: 2px;}

.NORMAL {font-style: normal; font-weight: normal;}
.BOLD {font-weight: bold;}
.ITALIC {font-style: italic;}
