/* --------------------------------------------------------------------------------------------------------
nieuwsberichten
---------------------------------------------------------------------------------------------------------*/
div.nieuwsbericht {
	width:					200px;
	padding:					12px 0;
}

div.nieuwsbericht-details {
	width:					430px;
	padding:					12px 0;
}

div.nieuwsbericht {
	font-weight:			normal;
}

div.nieuwsbericht a img {
	border:                 solid 1px #ABABAB;
}

div.onderlijn {
	padding-bottom:		    12px;
	border-bottom:			solid 1px #ABABAB;
}

div.nieuwsimage {
	width:					60px;
}

div.nieuwsimage-details {
	width:					110px;
}

div.nieuwstekst {
	width:					140px;
	font:					normal 12px Arial, Verdana, Tahoma, sans-serif;
}

div.nieuwstekst-details {
	width:					320px;
	font:					normal 12px Arial, Verdana, Tahoma, sans-serif;
}

div.nieuwsdatum {
	color:					#ABABAB;
	font-size:				11px;
}

a.nieuwsbericht, a.nieuwsbericht:visited {
	line-height:			15px;
	font-weight:			bold;
	text-decoration:		none;
}

a.nieuwsbericht:hover, a.nieuwsbericht:active {
	line-height:			15px;
	font-weight:			bold;
	text-decoration:		underline;
}

/* --------------------------------------------------------------------------------------------------------
links
---------------------------------------------------------------------------------------------------------*/

div.linkcategorie {
	width:					140px;
	padding:				12px 0;
	border: solid 1px #000000;
}

/* --------------------------------------------------------------------------------------------------------
Vacatures
---------------------------------------------------------------------------------------------------------*/
table.Vacancies 
{
    width:100%;
}
/* --------------------------------------------------------------------------------------------------------
TreeViewControl
---------------------------------------------------------------------------------------------------------*/
.indent
{
    margin-left:25px;
}

.textbox, .textarea, .dropdownlist
{
    border: solid 1px #004A8F;
    font: normal 0.9em Arial, Verdana, Tahoma, sans-serif;
}
.button
{
    padding: 1px;
    background-color: #004A8F;
    color: #fff;
}

.searchresult, .searchresult a, .searchresult table td
{
    font: normal 1em Arial, Verdana, Tahoma, sans-serif;
}

.error
{
	background: 			transparent url("../images/error.gif") no-repeat 2px 0;
	padding-left: 			20px;
	padding: 1px 3px 0px 24px;
	text-decoration:		none;
	margin:					0px;
	height: 12px;
	color: #ff0000;
}

.searchitem
{
    padding:4px;
    background-color: #efefef;
}

.textboxerror {
	border: solid 1px #FF0000;
}

a.readSpeaker
{
	background: 			transparent url("../images/readspeaker.gif") no-repeat 0 center;
	height:34px;
	width:69px;
}