/*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: #000000;
}
/*Kleur van de links*/
a.navbar_link:hover {
	color: #000000;
	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 #000000;
}
/*Kleur van de links*/
a {
	color: #000000;
}

/*Highlight kleur van de links*/
a:hover, a.meerlink_content_td:hover {
	color: #000000;
}

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;
}
/* Zijkanten van de linker- en rechterframe */
.div_leftside {
	background-image: url(../images/backgrounds/left_frame_1px.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #350B25;
	height: 100%;
	width: 100%;
	z-index: 2;
	position: absolute;
	top: 0px;
	right: -1px;
}

.td_rightside {
	background-image: url(../images/backgrounds/right_frame_1px.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #350B25;
}
/* Zijkanten (top) van de linker- en rechterframe */

.td_topright {
	background-image: url(../images/backgrounds/right_topside.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #C51E6F;
}

.div_topleft {
	background-image: url(../images/backgrounds/left_topside.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #C51E6F;
	z-index: 5;
	height: 126px;
	text-align: right;
	vertical-align: top;
	position: absolute;
	right: -1px;
	top: 0px;
	height: 126px;
	width: 100%;
}


.div_pic {
	/*background-image: url(../../images/backgroundphotos/bg_left_01.gif);*/
	background-attachment: fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	right: -1px;
	bottom: -1px;
	margin: 0px;
	padding: 0px;
	float: right;
	z-index: 3;
	position: absolute;
}
