/* CSS definition file containing site wide stylesheets */
body,html				{
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: #0099cc;
	scrollbar-highlight-color: #0099cc;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #66ccff;
	scrollbar-track-color: #66ccff;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow-x: hidden;
}

a { color: #0482ac; text-decoration:none;  }
a:hover {text-decoration: underline; }
.wborder { border: 1pt solid rgb(255,255,255);}
.tekst { font-family: 'Bookman Old Style', serif; font-size: 12pt; color: rgb(255,255,255); line-height: 15pt;}
.tekst2 { font-family: Verdana; font-size: 9pt; color: rgb(255,255,255); line-height: 15pt;}

.menu { background-image: url("../assets/images/but-uit.gif"); text-align: center;}
.hoofdmenu { font-family: 'Bookman Old Style', serif; font-size: 12px; color: #FFFFFF; text-decoration:none; font-weight: bold; text-align: center; width: 100%;}
.hoofdmenuaan { font-family: 'Bookman Old Style', serif; font-size: 12px; color: #0099cc; text-decoration:none; font-weight: bold; text-align: center; width: 100%;}
.hoofdmenu:hover { text-decoration:none; }
.hoofdmenuaan:hover { text-decoration:none; }

.link { font-family: Verdana; font-size: 9pt; color: rgb(255,255,255); line-height: 15pt;}

/* CSS definition file containing sitestyle stylesheets */
#dropmenudiv {		position:absolute;
					border:1px solid #096888;
					border-bottom-width: 1;
					font:normal 10pt 'Bookman Old Style';
					line-height:20px;
					z-index:100; 
					margin-top: 8pt;
					margin-left: 4pt;}

#dropmenudiv a {	width: 100%;
					display: block;
					text-indent: 9pt;
					border-bottom: 1px solid #FFFFFF;
					padding: 1px 0;
					text-decoration: none;
					color: #FFFFFF; text-align: left;}

#dropmenudiv a:hover{ background-color: #FFFFFF; color: #0099cc;}
.dropmenu {background-color: #0099cc;}
.dropmenu:hover {background-color: #FFFFFF;}
 


