﻿a.info, a.info_left
{
  display: block; /*  */
  position:relative;
  z-index:24; 
  text-decoration:none;
  font-family: verdana, arial, geneva, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#336633;
}
a.info:hover, a.info_left:hover
{
  text-indent: 0; /* nodig voor IE-bug (cf : http://www.webmasterworld.com/forum83/1189.htm */
  z-index: 25;
  text-decoration: none;
  color: #336633;
  background-color: #ddf; /*** eee ***/
}
a.inf
{
  font-family: verdana, arial, geneva, helvetica, sans-serif;
  color:#008080;
}
a.inf:hover
{
  color: #008080;
}
a.info span, a.info:visited span, a.info_left span, a.info_left:visited span
{
  display: none;
} 
a.info:hover span
{
  display: block;
  height: auto;
  position: absolute;
  top:31px; left: 15px;
}
a.info_left:hover span
{
  display: block;
  height: auto;
  position: absolute;
  top:31px; left: -80px;
}
		   
span.description
{
  font-weight: normal;
  text-align: left;
  color:#454556;
  width: 240px;
  padding: 5;
  border-top : 1px solid #FFFFFF;
  border-left : 1px solid #FFFFFF;
  border-bottom : 1px solid #4C4C70;
  border-right : 1px solid #4C4C70;
  background-color:#F9F9F9;
  background-repeat: repeat-x;
}

/*** img in de tooltip ***/
img.tooltip
{
  border:1px solid #000000;
  margin-bottom: 4px;
}
