body, td { 
	font: 1.9em Arial, Verdana, Tahoma, Sans-Serif; 
	font-size: 9pt;
	color: #2a2b2d; 
	line-height: 14pt;
}

h1 { 
	margin: 0 0 15px; 
	font-size: 14pt; 
	color: #2a2b2d; 
}

h2 { 
	margin: 0 0 15px; 
	font-size: 12pt; 
	color: #2a2b2d; 
}

.footer
{
color: #999;
}


a:link {color:#2857a7; text-decoration : underline; text-weight: none;}
a:visited {color:#2857a7; text-decoration : underline;}
a:hover {color:#2a2b2d; text-decoration : none; }
a:active {color:#2857a7;text-decoration : underline;}

a.footerlink:link {color:#999; text-decoration : none; text-weight: none;}
a.footerlink:visited {color:#999; }
a.footerlink:hover {color:#dcdcdc; }
a.footerlink:active {color:#999;}


.dotted {border: 1px dotted #bbbbbb; border-style: none none dotted; color: #fff; background-color: #fff; }

input[type=submit] {padding:3px;  background:#ffffff; border:1px solid gray;cursor:pointer;}



/* Stijl van tekst/kader boven topslider */

        .captionOrange, .captionBlack
        {
            color: #FFFFFF;
            font-size: 16px;
            line-height: 40px;
            text-align: center;
            border-radius: 0px;
						font-family:arial, calibri
						
        }
        .captionOrange
        {
            background: #363636;
            background-color: rgba(32, 32, 32, 0.6);
        }

        a.captionOrange, A.captionOrange:active, A.captionOrange:visited
        {
        	color: #ffffff;
        	text-decoration: none;
        }
        a.captionOrange:hover
        {
            color: #eb5100;
            text-decoration: underline;
            background-color: #eeeeee;
            background-color: rgba(238, 238, 238, 0.7);
        }
        .bricon
        {
            background: url(images/browser-icons.png);
        }
/* einde style van de topslider */


/* menu */
#mainmenu { 
	float: right; 
	padding: 39px 0 0;
	font-size: 10pt 
}
#menu ul { 
	float: right; 
}
#menu li { 
	display: inline; 
	float: left; 
	margin: 0 0 0 18px; 
}
#menu li a { 
	display: block; 
	color: #999; 
	padding: 7px; 
	font-size: 1.1em; 
	border: 1px solid transparent; 
}
#menu a:hover, #menu li.current a { 
	border-color: #636568;  
}
#menu li ul { 
	top: 98px;
	background: url(images/dot.png); 
	padding: 3px;
	font-size: .92em; 
	position: absolute; 
	display: none; 
	z-index: 100; 	
}
#menu li ul li { 
	float: none; 
	display: inline; 
	margin: 0; 
	padding: 0; 
	clear: left;
}

#menu li ul li a { 
	color: #fff;
	margin: 4px; 
	white-space: nowrap;
	padding: 8px;	
}
#menu li ul li a:hover {
	background: #2C2D2F;
	border-color: #2C2D2F;
}


