/********************************************/
/* GENERAL                                  */
/********************************************/

HTML, BODY, TEXTAREA {
  scrollbar-base-color:#FFFFFF;
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#cccccc;
  scrollbar-darkshadow-color:#FFFFFF;
  scrollbar-face-color:#FFFFFF;
  scrollbar-highlight-color:#cccccc;
  scrollbar-shadow-color:#cccccc;
  scrollbar-track-color:#FFFFFF;
}

P, DIV, H1, H2, H3, H4, H5, H6, OL, A, UL, LI, TABLE, TD {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 10px;
    color: #666666;
}

BODY {
    background-image: url(../images/bg_main.gif);
}

DIV#CONTENT {
    margin: 0 0 0 0px;
}


/********************************************/
/* TEXTELEMENTE
/********************************************/


H1 { 
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
    font-size: 12px;
}

P { 
    line-height: 17px;
    margin: 0 0 0 0;
}


OL {
    list-style-type: inside;
    list-style-image: url(../images/list-image.gif);
    line-height: 17px;

    margin: 0 0 0 17px;
    padding: 0 0 0 0;
}

UL {
    list-style-type: inside;
    list-style-image: url(../images/list-image.gif);
    line-height: 17px;

    margin: 0 0 0 17px;
    padding: 0 0 0 0;
}

LI {
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
}

P A { 

    background-image: url(../images/hg8_anchor_green.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 10px;

    color: #006600;
    text-decoration: underline; 
}

LI A   { 

    /* background-image: url(../images/bg_px_dotted_green.gif);
    background-repeat: repeat-x;
    background-position:0px 11px; */
    /* border-bottom: 1px dotted #666666; */
    color: #006600;
    text-decoration: underline; 
}


P A:link   { text-decoration: underline; color: #666666; }
P A:hover   { text-decoration: underline; color: #006600; }
P A:active  { text-decoration: line-through; color: #666666; }
P A:visited { text-decoration: underline; color: #666666; }

LI A:link   { text-decoration: underline; color: #666666; }
LI A:hover   { text-decoration: underline; color: #006600; }
LI A:active  { text-decoration: line-through; color: #666666; }
LI A:visited { text-decoration: underline; color: #666666; }


/********************************************/
/* IMAGES
/********************************************/

IMG.nav_top { 
    margin: -5 0 0 0; 
}

IMG.nav_bottom { 
    margin: 0 0 0 0; 
}



/********************************************/
/* CSC MAILFORM
/********************************************/

TABLE.csc-mailform {
    width: 270px;
}

TABLE.csc-mailform TD.csc-form-labelcell {
    width: 80px;
    padding: 0 0 5 0;
}

TABLE.csc-mailform TD.csc-form-fieldcell {
    width: 190px;
    padding: 0 0 5 0;
}

/* TEXTCELLS */

TABLE.csc-mailform TD.csc-form-commentcell {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 10px;
    color: #666666;
}

TABLE.csc-mailform P.csc-form-label {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 10px;
    color: #666666;
}

TABLE.csc-mailform P.csc-form-label-req {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 10px;
    color: #666666;
}

/* FORMS */

TABLE.csc-mailform INPUT,TEXTAREA,SELECT {
    font-family: verdana, geneva, arial, sans-serif;
    font-size: 10px;
    color: #666666;
    
    margin: 0 0 0 0;
    padding: 2px;
    width: 190px;
}

TABLE.csc-mailform INPUT {
    background-color: #FFFFFF;
    
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #666666;
    
    height: 20px;
}

TABLE.csc-mailform TEXTAREA {
    background-color: #FFFFFF;

    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #666666;
}

TABLE.csc-mailform SELECT {
    background-color: #FFFFFF;

    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #666666;
}



/********************************************/
/* CSC SEARCHFORM
/********************************************/

TABLE.csc-searchform {
    width: 403px;
}

TABLE.csc-searchform TD.csc-form-labelcell { 
    width: 100px;
}

TABLE.csc-searchform TD.csc-form-fieldcell { 
    width: 300px;
}

TABLE.csc-searchform P.csc-form-label { }

TABLE.csc-searchform INPUT,SELECT,TEXTAREA,FILE {
    
}

TABLE.csc-searchResultInfo {
    width: 403px;
}

TABLE.csc-searchResultInfo TD.csc-searchResultRange { }

TABLE.csc-searchResultInfo TD.csc-searchResultPrevNext { }

H3.csc-noSearchResultMsg {
    width: 403px;
}

H3.csc-searchResultHeader { }

P.csc-searchResult { }



/********************************************/
/* CSC SITEMAP
/********************************************/

DIV#csc-menu { }

P.csc-sitemap { 
    margin: 0 0 0 0px;    
    padding: 5 5 5 5px;
}

/** FIRST LEVEL *****************************/

P.csc-sitemap-level1 { 
    font-weight: bold;
    margin-left: 0px;
    background-color: #FFFFFF;
}

P.csc-sitemap-level1 A:link { 
    list-style-type: inside;
    list-style-image: url(../images/list-image.gif);
    line-height: 17px;
}

P.csc-sitemap-level1 A:link    { text-decoration: none; }
P.csc-sitemap-level1 A:hover   { text-decoration: none; }
P.csc-sitemap-level1 A:active  { text-decoration: none; }
P.csc-sitemap-level1 A:visited { text-decoration: none; }

/** SECOND LEVEL *****************************/

P.csc-sitemap-level2 { 
    margin-left: 10px;
}

P.csc-sitemap-level2 A:link    { text-decoration: none; }
P.csc-sitemap-level2 A:hover   { text-decoration: none; }
P.csc-sitemap-level2 A:active  { text-decoration: none; }
P.csc-sitemap-level2 A:visited { text-decoration: none; }

/** THIRD LEVEL *****************************/

P.csc-sitemap-level3 { 
    margin-left: 20px;
}

P.csc-sitemap-level3 A:link    { text-decoration: none; }
P.csc-sitemap-level3 A:hover   { text-decoration: none; }
P.csc-sitemap-level3 A:active  { text-decoration: none; }
P.csc-sitemap-level3 A:visited { text-decoration: none; }



/********************************************/
/* CSC SITEMAP
/********************************************/

TD.csc-form-fieldcell INPUT {
    background-color: #FFFFFF;
    
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #666666;
    
    height: 20px;
}