/* CSS Document */
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	background-color:#9a9a88;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

.bg_kader{
	background-image:url(../images/bg_kaders.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

.stippellijn{
	border-top:1px dashed #CBc9c9;
	border-bottom:1px dashed #CBc9c9;
}

.foto{
	width:130px;
	height:100px;
}

.titel_wit{
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	color:#fff;
}

.titel{
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	color:#9A9A9A;
	text-transform:uppercase;
}

.text{
	font-family:arial, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}

.text11{
	font-family:arial, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}


.text10{
	font-family:arial, Geneva, sans-serif;
	font-size:10px;
	color:#000;
}

.text_grijs{
	font-family:arial, Geneva, sans-serif;
	font-size:12px;
	color:#989494;
}

.text_footer{
	font-family:arial, Geneva, sans-serif;
	font-size:10px;
	color:#9a9a67;
}

.gradient{
	background-image:url(../images/bg_menu2.jpg);
	background-repeat:repeat-y;
}

a{
	font-family:arial, Geneva, sans-serif;
	color:#989494;
	text-decoration:none;
}

a:hover{
	font-family:arial, Geneva, sans-serif;
	color:#000000;
	text-decoration:none;
}


a.menu{
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	color:#000;
	text-decoration:none;
}

a.menu: hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	color:#656543;
	text-decoration:none;
}

a.menu_active{
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	color:#656543;
	text-decoration:none;
}

a.menu_active:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	color:#656543;
	text-decoration:none;
}

a.submenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	/*color:#CBC9c9;*/
	color:#989494;
	display:block;
	line-height:26px;
	height:26px;
	width:170px;
	text-indent:5px;
	text-decoration:none;
}

a.submenu:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#989494;
	display:block;
	line-height:26px;
	height:26px;
	width:170px;
	background-color:#E8eee9;
	text-indent:5px;
	text-decoration:none;
}

a.submenu_active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#989494;
	display:block;
	line-height:26px;
	height:26px;
	width:170px;
	background-color:#E8eee9;
	text-indent:5px;
	text-decoration:none;
}

a.submenu_active:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#989494;
	display:block;
	line-height:26px;
	height:26px;
	width:170px;
	background-color:#E8eee9;
	text-indent:5px;
	text-decoration:none;
}

a.link_footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9a9a67;
	text-decoration:none;
}

a.link_footer:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#656543;
	text-decoration:none;
}

/********************** form ************************/

.btn{
	background-color: #9a9a67;
	color: #ffffff;
	border-width:0px;
	border-color:#FFFFFF;
	cursor:hand;
	text-transform: uppercase;
	font-family: verdana;
	font-size: 12px;
}

.textfield{
	border:#cccccc 1px solid;
	width: 250px;
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	background-color:#FFFFFF;
}

.textarea{
	border:#cccccc 1px solid;
	width: 250px;
	height: 80px;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
}
	


