/* orgkart */
a:visited, a:link, a.link a.visited {
 text-decoration	:none;
}
div.main_box {
  position		:absolute;
  top			:-130px;
  right			:0px;
  text-align            :center;
  z-index               :300;
  width                 :660px;
  height                :480px;
  padding	        :20px;
  border		:3px solid gray;
  background		:black;
}
div.nedre_orgkart, div.ovre_orgkart{
  float                 :left;
  }
div.nedre_orgkart{
  padding-top 		:5px;
  border-top	        :1px solid white;
  width			:660px;
}
div.tekst_box{
  display		:block;
  font-family           :arial,helvetica,verdana;
  float                 :left;
  font-size             :11px;
  border                :0px solid green;
  width                 :110px;
  color			:white;
}
div.tekst_box a {
  text-decoration       :none;
  color                 :black;
}
div.tekst_box_navn a {
  width                 :100%;
  border                :0px solid yellow;
  margin-top            :0px;
  line-height           :14px;
  color			:white;
}

div.tekst_box_vline{
  border-left           :1px solid white;
  height                :90px;
  margin-left           :50px;
}

div.tekst_box_hline{
  float                 :left;
  margin-top            :42px;
  margin-left           :5px;
  margin-right          :5px;
  border-bottom         :1px solid white;
  width                 :90px;
}

/* popup */
div.popup_main{
  border                :0px solid red;
  margin-top            :50px;
  margin-left           :60px;
  width                 :100%;
  height                :100%;
  font-family           :arial,helvetica,verdana;
  font-size             :14px;
}
div.popup_main img{
  float                 :left;
  border                :3px solid white;
  margin-right          :15px;
}


span.grey{
  color                 :#64B7AD;
  font-size             :9px;
  line-height           :9px;
}
