  body {
    margin: 0;
    padding: 0;
    color: #000;
    background-color: lightgray;
  }
  
  /************************ PAGE Layout **************/
  #container {
    margin: 1em 2%;
    background-color: white;
/*    background-image: url(images/bmwicon.jpg);
    background-repeat: repeat-y;  */
    border: 1px solid gray;
  }
  
  #banner {
    background-color: #B0CAFF;
/*     border-bottom: 1px solid #333333; */
  }
  
  #banner p {
     margin: 0;
     padding: .5em;
  }
  
  #navi {
   float:       left;
   width:       184px;
   margin-left: 1px;
   padding-top: 1em;
  }
  
  #content {
    padding-top: 1px;
  	margin: 0 2em 0 190px;
    margin-top: 0;
  }
  
  #teoribox {
    padding-top: 1em;
/*  			margin: 0 2em 0 90%;*/
  	float:right;
  	align:right;
  }
  
  #footer {
    clear: both;
    background-color: #B0CAFF;
    padding: 1em;
    text-align: right;
    border-top: 1px solid #333333;
  }
  
  /**************** END OF PAGE Layout **************/
  
  
  /* OVERSKRIFTER */
  
  h1, h2, h3, h4 {
    padding:0 0 0 0;
    FONT-FAMILY: 'Comic Sans MS';
    color:#555555; background-color:transparent;
  }
  
  h1 {
    font-size:160%;
    padding-bottom:0;
  }

  h1.newsH {
    font-size: 120%;
    color:black;
    margin: 1em 0 0 0;
  }

  h1.text_head {
    font-size: 130%;
    color: black;
    margin: 1em 0 0 0;
  }
  
  h2 {
    font-size:140%;
    margin-left:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;
  }
  
  h3 {
    font-size:110%;
    margin:1em 0 0.1em 0;
  }
  
  h4 {
    font-size:100%;
    margin:1em 0 0 8px;
  }

/******************* Definition af Menuer ***********************/
  a.menu:hover {
    color:Blue;
    font-weight: bold;
  }
  
  a.menu_sub:hover {
    color:Blue;
    font-weight: bold;
  }
  
  a.menu {
    color: gray  ; 
  }
  
  a.valgt {
    color: black;
    font-weight: bold;
  }
  
  a.menu_sub {
    color: darkgray; 
  }
  
  a.valgt_sub {
    color: black;
    font-weight: bold;
  }
  
  ul.menu {
  list-style: square outside url('images/pil.gif');
  }
  
  ul.sub {
  list-style: square outside url('images/sub_pil.bmp');
  }


/******************* Slut Definition af Menuer ******************/

  a.bannerH {
    font-size: 160%;
  }
  
  a.prisH {
    font-size: 160%;
  }
  
/*******************      Definition af Tabeller ****************/
/*******************         Prisliste           ****************/
  td.pris_col1 {
    color:black;
    width:70%;
  }
  
  td.pris_col2 {
    color: black;
    width:10%;
  }
  
  td.pris_col3 {
    text-align:right;
    color:black;
    width:10%;
  }
  span.tpris {
    color:green;
/*    font-weight: bold; */
  }
  
  span.fejlfarve {
    color:red;
/*    font-weight: bold; */
  }  
/********************    Slut Definition Prisliste *******************************/
  
/********************           Teoribox           *******************************/

  table.teo_box {
    border-style:solid;
  }
  
  td.teo_box_h {
    text-align: center;
    font-weight: bold;
    background-color:red;
    
  }  

  td.teo_box {
    text-aling: center;
    background-color:lightgray;
  }  

/*************************    Slut Definition Teoribox *******************************/

/********************           Førstehjælp           *******************************/
table.forstehjalp {
  background: url(images/forstehjalp.gif);
  background-repeat:no-repeat;
}
td.fh_heading {
  text-align: left;
  font-size: 160%;
}
td.fh_tekst {
  text-align: left;
  font-size: 120%;
  valign:top;
}



/*************************    Slut Definition Førstehjælp *******************************/

  font.newsH {
    font-size: 120%;
  }
  
  span.highlight {
    color: Blue;
    font-weight: bold;
  }