
/*Lettertype, kleur en grote van de tricker en navigatie balk*/
body, a.navbar_link:hover,  a.navbar_link, .ticker, .navbar, table,td,tr,p,div,span{
	font-family : Verdana, Arial, sans-serif ;
	font-size : 9px;
	color: #2B002B;

	scrollbar-3dlight-color : white;
	scrollbar-arrow-color : lime;
	scrollbar-base-color : yellow;
	scrollbar-darkshadow-color : orange;
	scrollbar-face-color : yellow;
	scrollbar-highlight-color : yellow;
	scrollbar-shadow-color : yellow;
	scrollbar-track-color : white;
}

body {
margin-top: 0px;
background: white;

}

.kop {

	font-family : Verdana, Arial, sans-serif ;
	font-size : 12px;
	color: #000000;
}

.txt {
font-size : 10px;
background: #FFFF00;
color: black;
font-weight: none;
}


/*Kleur van de links*/
a.navbar_link:hover {
	color: #99c;
	text-decoration: none;
}
/*Kleur van formulier velden. (Donkere kleur)*/
.input_file, .textinput, .content_image, select, option,
.input_button, .input_textarea, .input_text,  .input_select {
	border : 1px solid #A9C7EC;
}
/*Kleur van de links*/
a {
	color: black;
}

/*Highlight kleur van de links*/
a:hover, a.meerlink_content_td:hover {
	color: #FF00FF;
}

li {
	list-style-image: url("maxidoc/images/bullet.gif");
}

