.zoekfunctie 
	{
	text-align: center;
	border: 1px solid #999;
	margin: 0px 100px 0px 100px;
	}

acronym, .tooltip
	{
	border-bottom: 1px dotted rgb(128,128,128);
	cursor: help;
	margin: 0;
	padding: 0 0 0.4px 0;
	}

a.info 
	{
	color: navy; /* werkt niet in IE6 */
	font-weight: bold; 
	text-decoration: none; 
	position: relative;
	}

a.info span 
	{
	display:none;
	}

a.info:hover 
	{
	cursor:default; 
	}

a.info:hover .infobox 
	{
	font-weight: normal; 
	display: block; 
	position: absolute; /* plaatst box boven de tekst, anders verschuiving */
	top: 20px; 
	left: 0px;
	width: 205px; 
	height: 88px; 
	border: 1px solid #ccc; 
	background: #ECECFE url(images/logo_mini_2.jpg) no-repeat bottom right; 
	color: #000; 
	text-align: left; 
	font-size: 0.7em; 
	padding-left: 20px; 
	padding-right: 50px;
	padding-top: 10px; 
	}

.capital
	{
	float: left;
	width: .7em;
	font-size: 4em;
	line-height: 83%;
	}

.boxtopsm 
	{width: 210px; 
	height: 19px; 
	background: #fff url(images/boxtop_sm.gif) no-repeat; 
	color: #000; 
	margin-top:25px;  
	}
        
.boxsm {
        width: 210px;
        background: /* #fff */ url(images/box_sm.gif) no-repeat bottom left;
        color: #5b5b5b; 
        margin: 0;
        padding: 0 0 15px 8px;
	}

.boxheader 
	{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
	}
 

