/*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 : 11px;
	line-height: 20px;
	color: #00468B;
}
/*Kleur van de links*/
a.navbar_link:hover {
	color: #FA6E15;
	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: #022E5B;
}

/*Highlight kleur van de links*/
a:hover, a.meerlink_content_td:hover {
	color: #FA6E15;
}

li {
	list-style-image: url("maxidoc/images/bullet.gif");
}

a.navbar_link {
	font-weight: bold;
	text-decoration: underline;
}

.ticker {
	font-weight: bold;
	text-decoration: none;
}

.navbar {
	font-weight: bold;
	background : transparant;
}


.div_leftframe {
	position: relative;
	right: 0px;
	top: 0px;
	height: 550px;
	background-image: url(../images/backgrounds/leftframe_top_leather.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: transparent;
	z-index: 1;
}

.div_rightframe {
	position: relative;
	right: 0px;
	top: 0px;
	height: 550px;
	background-image: url(../images/backgrounds/rightframe_top_leather.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	z-index: 1;
}

td.leftframe {
	background-image: url(../images/backgrounds/leftframe_filler.gif);	
	background-repeat: repeat-y;
	background-color: #785A3C;
	background-position: top right;
}

td.rightframe {
	background-image: url(../images/backgrounds/rightframe_filler.gif);	
	background-repeat: repeat-y;
	background-color: #785A3C;
	background-position: top left;
}

.input_text_zoeken {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 12px;
	color: #00468B;
	padding: 3px;
	position:absolute; 
	left: 520px; 
	top: 109px; 
	width: 138px; 
	height: 24px; 
	z-index: 3; 
	background-color: white;
	border: 0px solid white;
	line-height: 14px;
}

.adminlogin{
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 40px; 
	height: 40px; 
	z-index: 2;
}
