
/* ------------- scroll bar ------------- */

/* 'visibility' SKAL ærklæres inline  */
.OP, .OP_o, .NED, .NED_o, .BAR, .BAR_o, .SCROLLERT, .SCROLLERT_o, .TOP, .TOP_o, .BUND, .BUND_o
{
  position:absolute;
  width:17px;
}

     .OP, .OP_o, .NED, .NED_o
     {
        height:17px;
        visibility:hidden;
     }

     .OP, .OP_o
     {
        top:-6px;
     }

     .NED, .NED_o
     {
        bottom:-6px;     
     }

     .OP, .NED
     {
        cursor:pointer;cursor:default;     
     }

     .OP_o, .NED_o
     {
        cursor:pointer;cursor:hand;     
     }

          .OP
          {
            background:url(/includes/javascript/Ajax/IMG/scroll_000_web/scrOP.gif) no-repeat center center;
  
          } 
          
          
          .OP_o
          {
            background:url(/includes/javascript/Ajax/IMG/scroll_000_web/scrOP.gif) no-repeat center center;
          }  
          
          
          .NED
          {
            background:url(/includes/javascript/Ajax/IMG/scroll_000_web/scrNED.gif) no-repeat center center;
          } 
          
          
          .NED_o
          {
            background:url(/includes/javascript/Ajax/IMG/scroll_000_web/scrNED.gif) no-repeat center center;
          } 


    .SCROLLERT, .SCROLLERT_o
    {
      height:auto;
      /* hvis 'ende-billeder' eller top/bund */
      margin-top:1px;
      margin-bottom:1px;
    }

        
          .SCROLLERT
          {
            background:url(/includes/javascript/Ajax/IMG/scroll_000_web/scrBAR.gif) repeat-y 50%;
            cursor:pointer;cursor:default;
          } 
          
          /* klassen scriptes online */
          .SCROLLERT_o
          {
            background:url(/includes/javascript/Ajax/IMG/scroll_000_web/scrBAR.gif) repeat-y 50%;
            cursor:pointer;cursor:hand;
          } 
        
         
    .TOP, .TOP_o,
    .BUND, .BUND_o
    {
      position:absolute;

    }        

        /* kun TOP */
        .TOP, .TOP_o
        {

          background-position:50% 100%;        
        }

        /* kun BUND */
        .BUND, .BUND_o
        {        

          background-position:50% 0%;
        }

        /* normal class */
        .TOP, .BUND
        {
          width:100%; height:0px; 
          cursor:pointer;cursor:default;        
        }

        /* hover class  .. bemærk forceret HEIGHT værdier */
        .TOP_o, .BUND_o
        {
          width:100%; height:6000px; 
          cursor:pointer;cursor:hand;        
        }


            /* bemærk background-position .. hos ALLE */
            .TOP
            {
              top:0px;
              /* background:url(../IMG/scroll_000_web/pilOP.png) no-repeat 50% 100%; */
            } 
            
                    
            .TOP_o
            {
              top:-6000px;
             /* background:url(../IMG/scroll_000_web/pilOP.png) no-repeat 50% 100%; */
            } 
    
    
            .BUND
            {
              bottom:0px;
              /* background:url(../IMG/scroll_000_web/pilNED.png) no-repeat 50% 0%; */
            } 
            

            
            .BUND_o
            {
              bottom:-6000px;
              /* background:url(../IMG/scroll_000_web/pilNED.png) no-repeat 50% 0%; */
            } 
 
 
        .BAR, .BAR_o
        {
          /* marginTop og marginBottom styres af samlede height på hhv.OP og NED knap */
          right:-10px;
/*          background:url(../IMG/scroll_000_web/barbck.png) repeat-y center center; */
          margin:6px 0px 6px 0px;        
        }
        
        .BAR_o
        {
          cursor:pointer;cursor:default;
        }


        .BAR_o
        {
          cursor:pointer;cursor:hand;
        }