/* ==== Innehållet i denna css-fil är copyright skyddad. ====*/

/* ==== ALLMÄN ================================================*/

  BODY {
      MARGIN: 0px; 
      FONT-FAMILY: Verdana, Microsoft Sans Serif, Arial, Helvetica, sans-serif;
       font-size:11px;
   
   
      }
      
  TABLE {
      BORDER-RIGHT: 0px; 
      BORDER-TOP: 0px; 
      BORDER-LEFT: 0px; 
      BORDER-BOTTOM: 0px;
      }

  a:link { 
      text-decoration: none; 
      color: #0000FF;
      }
  a:visited { 
      text-decoration: none; 
      color: #0000FF;
      }
  a:active { 
      text-decoration: none; 
      color: #0000FF;
      }
  a:hover { 
      text-decoration: underline;
      } 


.textfield {
 
 height: 18px;
 font-family: Arial,helvetica,sans-serif; 
 font-size:12px;
 font-weight: bold;
 background: none;
 color: #000000;
 border: 1px solid #5F73A7;
 padding-top: 3px;
 padding-left: 5px;
}



 /* ==== ALLMÄN ================================================*/
 
 

/* ==== Huvudsida ================================================*/

.default_design_head_a {
      LEFT: 0px; 
      TOP: 0px;
      WIDTH: 100%; 
      HEIGHT: 100px;
      background: #5F73A7;
      background-color: #5F73A7;
      POSITION: absolute; 
      }
      
.default_design_head_b {
      LEFT: 0px; 
      TOP: 0px;
      WIDTH: 150px; 
      HEIGHT: 100px;
      background: #A3B9D9;
      background-color: #A3B9D9;
      POSITION: absolute; 
      }

.default_design_loggo {
      LEFT: 20px; 
      TOP: 10px;
      POSITION: absolute; 
      }

.default_design_pic_a {
      LEFT: 290px; 
      TOP: 50px;
      POSITION: absolute; 
      }

.default_design_menu_line_top {
      LEFT: 129px; 
      TOP: 20px;
      WIDTH: 1px; 
      HEIGHT: 80px;
      border-right: 1px solid #b02f3d;
      POSITION: absolute; 
      }

/* ==== Huvudsida ================================================*/


                    
                    
/* ==== Huvudfönster ================================================*/

.main_pos_window {
      LEFT: 130px; 
      TOP: 100px;
      WIDTH: 680px;
      padding-top: 8px;
      padding-bottom: 30px;
      border-left: 1px solid #b02f3d;
      POSITION: absolute;
      }
        
.main_window {
      WIDTH: 660px;
      float: right;
      }
   
  /* ==== Huvudfönster ================================================*/  



/* ==== Sidomeny ================================================*/

.menu_window {
      LEFT: 0px; 
      TOP: 130px;
      WIDTH: 130px;
      border-right: 1px solid #b02f3d;
      POSITION: absolute;
      }
     
 /* ==== Sidomeny ================================================*/      
      

                   
                   
/* ==== Rullgardinsmenyn ================================================*/

.dropmenu_window { 
      top:24px; 
      left:680px; 
      position:absolute;
      background: none;
      background-color: none;
      }
       
.dropmenu_control {
      width:130px;
      height: auto;
      font-family: Verdana; 
      font-size: 8pt;
      }      
      
/* ==== Rullgardinsmenyn ================================================*/


 /* ==== Reklamfönster ================================================*/  
 
.advertis_window {
      LEFT:830px;
      TOP: 120px;
      WIDTH: 166px;
      POSITION: absolute; 
      }
      
 .advertis_window2 {
      LEFT:995px;
      TOP: 120px;
      WIDTH: 166px;
      POSITION: absolute; 
      }
      
/* ==== Reklamfönster ================================================*/ 


.printHeader{ display: none; }


/* ==== PRINT ================================================*/ 
@media print 
    {
        .default_design_head_a  { display: none; }
        .default_design_head_b{ display: none; }
        .default_design_loggo { display: none; }
        .default_design_pic_a { display: none; }
        .default_design_menu_line_top { display: none; }
        .main_pos_window {TOP:0px;LEFT:0px;border-left:none;WIDTH:100%;padding-top:0px;padding-bottom:0px; } 
        .main_window  {WIDTH:100%;}
        .menu_window { display: none; }
        .dropmenu_window { display: none; }
        .advertis_window { display: none; }  
        .advertis_window2 { display: none; }
        .printHeader { display: block; }
        .antKundvagn {display: none;}
    }
/* ==== PRINT ================================================*/ 