/* Hovedrammer */
div.frame_global{
  width                 :545px;
  height                :540px;
  background-color      :white;
}

div.frame_logo_overskrift{
  width                 :515px;
  height                :20px;
  border                :0px solid red;
  margin-top            :20px;
}

div.frame_ovre_meny{
  height                :23px;
  margin-top            :7px;
  margin-bottom         :20px;
  line-height           :23px;
  text-align            :left;
  border-top            :1px solid #999999;
  border-bottom         :1px solid #999999;
  font-size             :10px;
  color                 :#999999;
}

div.frame_bil_overskrift{
  width                 :520px;
  height                :20px;
  text-align            :left;
  line-height           :21px;
  border                :0px solid red;
}

div.frame_hoved_selector{
  overflow              :visible;
  width                 :515px;
  height                :62px;
  margin-top            :10px;
  border                :1px solid #cccccc;
}

/* frame_hoved_selector */
div.bilde{
  float                 :left;
  width                 :80px;
  height                :60px;
  border                :0px solid green;
}

div.hoved_hoyre{
  float                 :left;
  height                :60px;
  width                 :515px;
  border                :0px solid green;
}

div.ovre_hoyre{
  height                :31px;
  border                :0px solid green;
  background-color      :#F3F3F3;
  text-align            :left;
}

div.ovre_hoyre_txt{
  display               :table;
  font-size             :16px;
  margin-left           :7px;
  margin-top            :6px;
  color                 :black;
  border                :0px solid yellow;
}

div.nedre_hoyre{
  height                :31px;
  border                :0px solid green;
  background-color      :#E9E9E9;
  text-align            :left;
}

div.nedre_hoyre form{
  float                 :left;
  display               :inline;
  border                :0px solid red;
  margin-top            :5px;
  margin-left           :6px;
}

div.nedre_hoyre_txt{
  float                 :left;
  font-size             :13px;
  display               :inline;
  margin-left           :7px;
  margin-top            :8px;
  border                :0px solid yellow;
}




