.laag2 { position: absolute; 
	top: 110px; 
	left: 120px;
	width: 980px;
    visibility: visible; display: block }
.titel { position: absolute; top: 15px;
    left: 110px;
    height: 110px;
    width:980px;
	font-size: 50pt;
	float: left;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    visibility: visible; 
	display: block }

.onder {font-size: 16pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, 	sans-serif;
	 visibility: visible;

 }

body { position: relative ;
	background-color: white;
	height: 100%;
	width: 100%;
	padding:px;
	margin:0px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, 		sans-serif;
	font-size: 10pt;
 }

td {position: relative ;
	width=140px;
	height=140px;}

.bottom {position: absolute;
    background-color:white;

    border-width:1px;
    border-style:solid;
    border-color:purple;
    font-family: "Times New Roman", serif;
    font-weight: bold;
    color: black;
    padding:5px;
	height: 108px;
	width: 108px;
    }

.top{position: absolute;
    border-style:none;
    border-width:0px;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
    top:-1px;
    left:-1px;
    height: 122px;
    width: 122px;}

.top:hover{
    filter:alpha(opacity=40);
    -moz-opacity:.4;
    opacity:.40;
     }

