/* Copyright (c) 2007 Nismo! Inc. All rights reserved. */
a.helpneskladem span, a.helpneskladem:visited span {
   font-size: 10px;
   text-align: left;
   font-weight: normal;
   display:none;
   }
a.helpneskladem:hover {
   position: relative;
   }
a.helpneskladem:hover span {
   display:inline;
   position: absolute;
   top:20px; left:-50px;
   padding:5px;
   margin:5px;
   border:1px solid #808080;
   width:320px;
   height:100px
   text-align:left;
   background:#FF9900;
   }
a.helpneskladem {
   font-size: 12px;
   color: #FF0000;
   font-weight: bold;
   text-decoration: underline;
}  
   a.helpskladem span, a.helpskladem:visited span {
   font-size: 10px;
   text-align: left;
   font-weight: normal;
   display:none;
   }
a.helpskladem:hover {
   position: relative;
   }
a.helpskladem:hover span {
   display:inline;
   position: absolute;
   top:20px; left:-50px;
   padding:5px;
   margin:5px;
   border:1px solid #808080;
   width:320px;
   height:100px
   text-align:left;
   background:#99FF00;
   }
a.helpskladem {
   font-size: 12px;
   color: #008000;
   font-weight: bold;
   text-decoration: underline;
} 
   
.helptext {
   text-decoration: none;
   color: #000000;
   font-size: 1em
   }

