
.hidden > H3 {
display: none;
}


a.tooltip {
  z-index: 20;
position: absolute;
display: block;
width: 40px;
height: 40px;
top: 0px;
left: -5px;
overflow: hidden;
padding: 0px;
margin: 0;
text-indent: -9999px;
background: url('http://www.matthijshofstede.nl/GetInfo.png') no-repeat top left;

}


a.tooltip:hover{
position: absolute;
display: block;
width: 200px;
height: 125px;
top: 0px;
overflow: hidden;
background: white;
border: 1px solid red;
padding: 0px;
text-indent: 1px
}



.hidden {
position: relative;
}


.MainArea {
float: left;
}
