
/* ADD: RdV */
a.more{
	display:block;
	background:url(../img/newsmore.gif) 0px 5px no-repeat;
	padding-left:10px;
}

a.more:hover{
	color:#97B929;
	background:url(../img/newsmore_hover.gif) 0px 5px no-repeat;
}

/*** div#tab div ***/
div#tab div.blad, div.employee{
	overflow:hidden;
	display:none;
}

div#tab div.selected,
div#tab div.selected div.employee_selected{
	display:block;
}

 div#tab div div.employee{
	display:none;
}

form input.submit{
	border:none;
	cursor:pointer;
	background:transparent;
	padding:0;
	font-size:11px;
}

div#main input.submit{
	padding:5px 30px 0 0;
	letter-spacing:1px;
	clear:left;
	float:right;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Sans-serif;
	font-weight:bold;
	color:#153776;
	background:url(../img/arrowbutton2.gif) right 0px no-repeat;
	height:20px;
}

div#main input.submit:hover{
	color:#97B929;
	background:url(../img/arrowbutton3.gif) right 0px no-repeat;
}

img.vestiging{
	float: right;
	padding: 3px;
	border: 1px solid #AAD5F5;
	margin-bottom: 10px;
}
div.blad_selected h2{
	clear:both;
}

div#aside form#search{
	position: relative;
}

h1, h2, h3{
	line-height: 1.1em;
}
/*
div#aside form#search h2{
	position: relative;
	z-index:20;
}

h3.search{
	margin-bottom: 2px;
}
h3.search a{
	color:#153776;
}
*/