/* position of the div with the navigation */
div.pmenu { position: absolute; left: 10px; top: 260px; }
div.pmenu table { font: small Arial, Helvetica, sans-serif; line-height: 36px; border: 0px; }
/* every td within table within div.pmenu */ 
div.pmenu table td { vertical-align: middle; text-align: center; padding: 0px; width: 136px; }
div.pmenu table td a, div.pmenu table td a:hover, div.pmenu table td a:visited,
div.pmenu table td.td1 a, div.pmenu table td.td1 a:hover,
div.pmenu table td.td3 a, div.pmenu table td.td3 a:hover {
	display: block;
	width: 100%;
	text-decoration: none;
}
div.pmenu table td a, div.pmenu table td a:visited { background: transparent url(bttn136a.gif) no-repeat; }
div.pmenu table td a:hover { background: transparent url(bttn136b.gif) no-repeat; }

/* smaller and wider buttons */
div.pmenu table td.td1 { vertical-align: middle; text-align: center; width: 68px; }
div.pmenu table td.td3 { vertical-align: middle; text-align: center; width: 220px; }
div.pmenu table td.td1 a, div.pmenu table td.td1 a:visited { background: transparent url(bttn068a.gif) no-repeat; }
div.pmenu table td.td3 a, div.pmenu table td.td3 a:visited { background: transparent url(bttn220a.gif) no-repeat; }
div.pmenu table td.td1 a:hover { background: transparent url(bttn068b.gif) no-repeat; }
div.pmenu table td.td3 a:hover { background: transparent url(bttn220b.gif) no-repeat; }

/* */
div.tooltip{
	position: absolute;
	visibility: visible;
	display: none;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#ff8000,direction=135);
	z-index: 150;
}
td.bigbttn {
	width: 200px;
	height: 200px;
	text-align: center;
	background: transparent url(bttnstart.jpg) no-repeat;
}

/* button on page 'nieuws'
td.newsbttn {
	margin-top: 5px;
	
	text-align: center;
	background: transparent url(bttn136a.gif) no-repeat top;
	vertical-align: top;
}
 */
td.news { font: small Arial, Helvetica, sans-serif; width: 136px; height: 36px; }
td.news a, td.news a:hover, td.news a:visited {  display: block; width: 100%; text-decoration: none; line-height: 36px; 
                  background: transparent url(bttn136a.gif) no-repeat; text-align: center; vertical-align: middle; }
td.news a:hover { background: transparent url(bttn136b.gif) no-repeat; }
td.newstext { vertical-align: middle; background-color: transparent; }
td.newsdate { font-size: small; font-weight: bold; padding: 0px 6px 0px 6px; width: 120px; }

table#news td { border-bottom: 1px silver solid; padding: 0 0 6px 0; }
