  a {
	color		: #384CAD;
	text-decoration : none;
  }
  a:visited {
	color		: #384CAD;
	text-decoration : none;
  }
  a:hover {
	color		: #384CAD;
	text-decoration : none;
  }

/* Hovedrammer */
div.frame_global{
  width                 :545px;
  border                :0px solid blue;
  background-color      :white;
}

div.frame_overskrift{
  float                 :left;
  width                 :537px;
  height                :25px;
  border                :0px solid red;
  margin-left           :3px;
}

div.frame_bilder_venstre{
  float                 :left;
  width                 :331px;
  background-color      :#f3f3f3;
  margin-left           :3px;
}
div.frame_bilder_venstre_wide{
  float                 :left;
  width                 :400px;
  background-color      :#f3f3f3;
  margin-left           :3px;
  padding               :5px;
}


div.frame_info_hoyre{
  float                 :left;
  margin-left           :8px;
  width                 :196px;
  border                :0px solid red;
  background-color      :#f3f3f3;
}

/* bilde og artikkel- rammer */
div.overskrift{
  float                 :left;
  display               :inline;
  margin-left           :4px;
  margin-top            :3px;
  text-align            :left;
  width                 :500px;
  height                :14px;
  border                :0px solid green;
}
  /* frame_bilder_venstre */
div.bilde_top_stort{
  float                 :left;
  display               :inline;
  margin-left           :4px;
  margin-top            :5px;
  width                 :321px;
  height                :254px;
  border                :0px solid green;
}


div.bilder_top_stort{
  float                 :left;
  display               :inline;
  margin	        :0 0 5px 0;
  width                 :400px;
  height                :300px;
  overflow : hidden;
}

div.bilde_bunn_lite{
  float                 :left;
  display               :inline;
  margin-left           :4px;
  margin-top            :3px;
  width                 :61px;
  border                :0px solid green;
}

div.bilde_tekstfelt_bunn{
  float                 :left;
  display               :inline;

  margin-top            :8px;
  margin-bottom         :8px;
  line-height		:18px;
  border                :0px solid green;
  text-align            :left;
}

div.bilde_tekstfelt_footer{
  float                 :left;
  display               :inline;
  margin-left           :3px;
  margin-top            :3px;
  width                 :323px;
  height                :20px;
  border                :0px solid green;
}

div.bilde_tekstfelt_footer img{
  float                 :left;
  border                :0px solid red;
}

div.bilde_tekstfelt_header{
  float                 :left;
  display               :inline;
  margin-left           :3px;
  margin-top            :3px;
  width                 :400px;
  height                :20px;
  border                :0px solid green;
}
div.bilde_tekstfelt_header img{
  float                 :left;
  border                :0px solid red;
  margin-right           :4px;
}


  /* frame_info_hoyre */
div.blaa_overskrift{
  float                 :left;
  display               :inline;
  margin-left           :3px;
  margin-top            :3px;
  width                 :190px;
  height                :16px;
  border                :0px solid green;
  text-align            :left;
  font-weight           :bold;
  line-height           :16px;
  color                 :#2D3258;
  background-color      :#CFD5E3;
}

div.info_tekstfelt_kontakt{
  float                 :left;
  display               :inline;
  margin-left           :8px;
  margin-top            :3px;
  width                 :184px;
  border                :0px solid green;
  text-align            :left;
  line-height		:15px;
}

div.info_tekstfelt_informasjon{
  float                 :left;
  display               :inline;
  margin-left           :8px;
  margin-top            :3px;
  width                 :184px;
  border                :0px solid green;
  text-align            :left;
}

div.info_tekstfelt_utstyr1{
  float                 :left;
  display               :inline;
  margin-left           :8px;
  margin-top            :3px;
  width                 :184px;
  border                :0px solid green;
  text-align            :left;
  line-height		:20px;
  margin-bottom		:10px;
}

div.info_tekstfelt_utstyr2{
  float                 :left;
  display               :inline;
  margin-left           :8px;
  margin-top            :3px;
  width                 :184px;
  border                :0px solid green;
  text-align            :left;
  line-height		:20px;
  margin-bottom		:10px;
}

.box .desc {
float: left;
margin-right: 10px;
}
.box .field {
float: left;
}
.box .field input{
width: 200px;
}

