/* ----------------------- */
/* al de vaste html tags   */
/* ----------------------- */

body{
	margin: 0px;/*
	background-color: #FFFFFF;
	background-image: url('beelden/algemenebg.jpg');
	background-position: center top;
	background-repeat: no-repeat;*/
	font-family: verdana;
	font-size: 10px;
}
#mainTable{
		/*background-color:#CC3300;*/
		margin-left:13px;
		margin-top:8px;
}
#container{
	background-image: url('beelden/algemenebg.jpg');
	/*background-position: center middle;*/
	background-repeat: no-repeat;
	/*background-color:#CC3300;*/
	width:980px;
	height:560px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-490px;
	margin-top:-280px;
	}
a {
	text-decoration: none;
	 color: black;
}
a:hover {
	text-decoration: underline;
	 color: black;
}
td, p {
	font-family: verdana;
	font-size: 10px;
}

p {
	margin-top: 6px;
	margin-bottom:6px;
	padding: 0px;
}

hr{
	width: 99%;
	color: #cdd20d;
	background-color:#cdd20d;
}
hr.korter{
	width: 100%;
}

/* ----------------------- */
/* alles van het hoofdmenu */
/* ----------------------- */
.menubalk{
	background-color: #cdd20d;
	padding-bottom: 6px;
	padding-left: 43px;
	width: 186px;
}

td.menubalk div a.menuitem{
	font-family: verdana;
	font-size: 10px;
	color: black;
	line-height: 5px;
	text-decoration: none;
	display: block;
	padding-bottom: 3px;
}

td.menubalk div div a.menuitem{
	font-family: verdana;
	font-size: 10px;
	color: black;
	line-height: 5px;
	text-decoration: none;
	display: block;
	padding-bottom: 3px;
}

td.menubalk div a.menuitemactive{
	font-family: verdana;
	font-size: 10px;
	color: black;
	line-height: 5px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
	
		line-height: 5px;
	border-bottom:solid;
	border-bottom-color:#FFFFFF;	
	border-bottom-width:1px;
}

td.menubalk div div a.menuitemactive{
	font-family: verdana;
	font-size: 10px;
	color: black;
	line-height: 5px;
/*	border-bottom:solid;
	border-bottom-color:#FFFFFF;	
	border-bottom-width:1px;*/
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
}

td.menubalk div div {
	padding-left: 20px;
}

b.menutitel{
	font-size: 12px;
}
/* ----------------------- */
/* alles van het contenvak */
/* ----------------------- */
.content{
	padding-left: 16px;
	width: 504px;
	padding-bottom: 6px;

	
}

#contentvak{
	display: block;
	width: 490px;
	height: 330px;
	overflow: auto;
	text-align: justify;
}

#contentvak1{
	display: block;
	width: 650px;
	height: 230px;
	overflow: auto;
	text-align: justify;
}

div#contentvak a {
	font-weight: bold;
	text-decoration: none;
	color: #2e5772;
}

div#contentvak a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #2e5772;
}
/* ------------------------ */
/* alles van de featurebalk */
/* ------------------------ */
.featurebalk{
	background-color: #6db2e0;
	width: 208px;
}
/* ----------------------- */
/* alles van de footerbalk */
/* ----------------------- */
div#footer{
	color: #999;
}

div#footer a {
	color: #747474;
	text-decoration:underline;
	}
	
div#footer a:hover {
	color: #747474;
	text-decoration:none;
	}

/* ----------------------- */
/* alles voor de FAQ       */
/* ----------------------- */
div#antwoord{
	display: block;
	width: 450px;
	border-bottom: 1px solid #ccc;
}

/* ---------------------- */
/* formulieren            */
/* ---------------------- */
td.formtitel{
	/* border-bottom: 1px solid #6db2e0; */
}
.field_form {
	padding-left:6px;
}
.field_title {
	font-size: 10px;
	width: 138px;
	vertical-align: top;
	text-align:right;	
}
.textfield {
	font-size: 10px;
	width: 250px;
	border: 1px solid #999;
}