/*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: #004990;
}
body {
	scrollbar-3dlight-color : #FF0000;
	scrollbar-arrow-color : #FF0000;
	scrollbar-base-color : #8BD1E7;
	scrollbar-darkshadow-color : #FF0000;
	scrollbar-face-color : #EEEEEE;
	scrollbar-highlight-color : #EEEEEE;
	scrollbar-shadow-color : #EEEEEE;
	scrollbar-track-color : #FFFFFF;
	}
/*Kleur van de links*/
a.navbar_link:hover {
	color: #004990;
	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: #004990;
}

/*Highlight kleur van de links*/
a:hover, a.meerlink_content_td:hover {
	color: #004990;
}

li {
	list-style-image: url("maxidoc/images/bullet.gif");
}

a.navbar_link {
	font-weight: bold;
	text-decoration: none;
}

a:hover.navbar_link {
	text-decoration: underline;
}

.ticker {
	font-weight: bold;
	text-decoration: none;
}

.navbar {
	font-weight: bold;
	background : transparent;
	position:absolute;
	left:12px;
	top:6px;
	height:17px;
}

.bottom {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index:1;
}

.rechtsonder{
	position: absolute;
	bottom: 0px;
	right: -1px;
	z-index:1;
}
.rechtsboven{
	position: absolute;
	top: 0px;
	right: -1px;
	z-index:2;
}


.lijnboven_bc {
	position: absolute;
	border-top: 3px solid red;
	top:0px;
	left:0px;
	right: 0px;
	width:100%;
	height:3px;/*3px;
	background-color: #AABD26;*/
}