/*ALGEMEEN*/
* {
	padding:0;
	margin:0;
}
html, body {
	height: 100%;
	color: #415c77;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #fff;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}
a {
	color: #809324;
}
h1 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #809324;
	font-style:italic;
	font-weight:300;
	margin-bottom: 20px;
	float:left;
}
h1:first-letter {
	text-transform:	capitalize;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #809324;
	font-style:italic;
	font-weight:300;
	margin-bottom: 20px;
}
h4 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #809324;
	font-style:italic;
	font-weight:300;
	margin-bottom: 5px;
	float:left;
}
.clear {
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	clear:both;
}
#logo {
	margin-left: 17px;
	margin-top: 23px;
}
#container {
	width: 878px;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/subkol_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#subkolend {
	position:absolute;
	height:8px;
	width:283px;
	background-image: url(../img/subkolom_bottom.gif);
	background-repeat: no-repeat;
	right: 20px;
	top: -8px;
}
#hoofdafbeelding {
	position:absolute;
	width:509px;
	height:336px;
	right: 0px;
	top:0px;
	z-index:1;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	padding:0px;

}
/*header/ navigatie*/
#header {
	height:129px;
	width: 878px;
	line-height: 60px;
	margin:auto;
	background-image: url(../img/slagzin.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#vinklijst {
	width: 500px;
	height: 114px;
	position:absolute;
	margin-left: 28px;
	margin-top: 156px;
	z-index:3;
}
#vinklijst ul {
	list-style:none;
	margin: 0px;
}
#vinklijst li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	height: 29px;
	line-height: 32px;
	font-style: oblique;
	color: #FFFFFF;
	background-image:url(../img/vinkje.gif);
	background-repeat:no-repeat;
	padding-left: 26px;
	margin-bottom: 10px;
}
#vinklijst li a {
	color: #FFFFFF;
	text-decoration:none;
}
#navigatiebalk {
	height: 206px;
	width: 100%;
	position:relative;
	background-image:url(../img/bg_navigatie.gif);
	background-position:top;
}
#menuhouder {
	height:0px;
	margin: auto;
	width: 878px;
}
#menu {
	text-align:left;
	margin:0;
	margin-left: 28px;
	list-style:none;
	z-index:2;
	top: 301px;
	position:absolute;
	width: 800px;
}
/* edit renske MENU LIST */
#menu ul {
	list-style:			none;
	padding:			0px;
	margin:				0px;
	height: 			35px;
}
#menu li {
	float:				left;
	padding:			0px;
	margin:				0px;
	margin-right:		5px;
	height: 			35px;
	cursor: pointer;
	background-position:right;
	background-repeat:no-repeat;
}
#menu li:hover {
	float:				left;
	padding:			0px;
	margin:				0px;
	margin-right:		5px;
	cursor: pointer
}
#menu li a {
	font-size:			16px;
	color: 				#FFFFFF;
	text-decoration:	none;
	font-weight:		bold;
	line-height: 		35px;
	display: inline-block;
	padding-left:		5px;
	margin-right:		5px;
	height: 			35px;
	background-image:	url(../img/navigatie/tab_left.png);
	background-position:left;
	background-repeat:no-repeat;
	cursor: pointer
}
#menu li a.current {
	background-image:	url(../img/navigatie/tab_act_left.png);
	background-position:left;
	background-repeat:no-repeat;
}
#menu li:hover a {
	background-image:	url(../img/navigatie/tab_act_left.png);
	background-position:left;
	background-repeat:no-repeat;

}
#menu li a .end {
	display:inline-block;
	background-image:	url(../img/navigatie/tab_right.png);
	background-position:right;
	background-repeat:no-repeat;
}
#menu li a.current .end, #menu li:hover a .end {
	display:inline-block;
	background-image:	url(../img/navigatie/tab_act_right.png);
	background-position:right;
	background-repeat:no-repeat;
}
#menu li:hover a .middle, #menu li a.current .middle {
	display:inline-block;
	margin-right:5px;
	padding-left: 5px;
	padding-right:  5px;
	background-image:	url(../img/navigatie/tab_act_bg.png);
}
#menu li a .middle {
	display:inline-block;
	margin-right: 5px;
		padding-left: 5px;
	padding-right:  5px;
	background-image:	url(../img/navigatie/tab_bg.png);
}
#menu li:hover a {
	font-size:			16px;
	text-decoration:	underline;
	color:				#415c77;
}

#menu li .current {
	background-image:	url(../img/navigatie/tab_act_bg.png);
	height: 			35px;
	font-size:			16px;
	text-decoration:	none;
	color:				#415c77;
}
/* edit renske MENU LIST */
.leesverder {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #A0AEBB;
}
.m_item {
	display: inline;
	height: 35px;
}
.m_tekst {
	font-size:16px;
	color: #FFFFFF;
	line-height: 35px;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
	height: 35px;
}
.m_tekst a, .m_tekst a:visited {
	font-size:16px;
	color: #FFFFFF;
	text-decoration:none;
	display: block;
	font-weight:bold;
}
.m_tekst a:hover {
	text-decoration:underline;
}
/*CONTENT*/
.noprint {
}
#inhoud {
	padding: 0 0 0 0;
	width: 878px;
	margin:auto;
	background-image: url(../img/subkolom_top.gif);
	background-repeat: no-repeat;
	background-position:right top;
	height: inherit;
	margin-bottom: 105px;
}
#hoofdkolom {
	float:left;
	width: 499px;
	float: left;
	padding-left: 28px;
	margin-top: 43px;
	line-height: 1.5em;
}
#hoofdkolom h1 {
	width: 450px;
	word-wrap: break-word;
}
#subkolom {
	width: 267px;
	float: right;
	margin-top: 45px;
	font-size: 0.9em;
	color:#FFFFFF;
	padding: 0px;
	padding-right: 28px;
}
.subkolom_content {
	margin: 18px;
	margin-top: 0px;
	line-height: 1.5em;
}
.subkolom_content h3 {
	color: #FFFFFF;
	font-size: 1.6em;
}
.wwwemail {
	color: #FFFFFF;
}
.directcontact {
	background-color:#7C8E23;
	border-bottom-style:solid;
	border:thin;
	border-color:#49580E;
	color: #FFF;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 8px;
}
.directcontact a {
	color:#FFF;
}
.directcontact h3 {
	color: #FFF;
	font-size: 19px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:300;
}
/* edit renske DIENSTEN LIST */
#diensten ul {
	list-style:			none;
	padding:			0px;
	margin:				0px;
}
#diensten li {
	padding:			0px;
	padding-left:		10px;
	padding-top:		3px;
	margin:				0px;
	background-image:	url(../img/bg_dienst.gif);
	background-repeat:	no-repeat;
	list-style:			none;
	height:				30px;
}
#diensten li:hover {
	padding:			0px;
	padding-left:		10px;
	padding-top:		3px;
	margin:				0px;
	background-image:	url(../img/bg_dienst_act.gif);
	background-repeat:	no-repeat;
	list-style:			none;
	height:				30px;
}
#diensten li a {
	font-size:			10px;
	color: 				#415c77;
	text-decoration:	none;
}
#diensten li:hover a {
	font-size:			10px;
	color: 				#415c77;
	text-decoration:	none;
}
/* edit renske DIENSTEN LIST */
.diensten {
	text-align:left;
	margin:0;
	list-style:none;
	font-size:10px;
}
.diensten_item {
	height: 25px;
	background-image:url(../img/bg_dienst.gif);
	background-repeat:no-repeat;
	list-style:none;
	margin-bottom: 10px;
	line-height: 22px;
	padding-left: 5px;
	cursor: pointer;
	font-size:10px;
}
.diensten_item_act {
	height: 25px;
	background-image: url(../img/bg_dienst_act.gif);
	background-repeat:no-repeat;
	list-style:none;
	margin-bottom: 10px;
	line-height: 22px;
	padding-left: 5px;
	cursor: pointer;
	font-size:10px;
}
.itemnaam {
	font-size:14px;
	font-weight:bold;
	display:inline;
	float: left;
	margin-right: 10px;
}
.normale_lijst {
	text-align:left;
	margin:0;
	list-style: disc;
	margin-left: 28px;
}
/* FORMULIEREN */
.links {
	background-color: #415c77;
	color: #FFFFFF;
	font-weight:bold;
	padding: 10px;
	border-bottom: solid 1px #ffffff;
}
.rechts {
	background-color: #a0aebb;
	padding: 5px;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}
.formelementinput {
	color: #415c77;
	background-color: #F4F6F7;
	border: none;
	width: 345px;
	padding-left: 5px;
	padding-top: 2px;
	height: 20px;
}
.formelementinputmulti {
	color: #415c77;
	background-color: #F4F6F7;
	border: none;
	width: 345px;
	padding-left: 5px;
	height: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.bttn {
	background-color: #415c77;
	color: #FFFFFF;
	font-weight:bold;
	width: 350px;
	border: none;
}
.bttn2 {
	background-color: #415c77;
	color: #FFFFFF;
	font-weight:bold;
	width: 200px;
	height: 25px;
	border: none;
}
#survey_next {
	background-color: #415c77;
	color: #FFFFFF;
	font-weight:bold;
	width: 200px;
	height: 25px;
	border: none;
}
#alle_nieuwsitems a {
	background-color: #809324;
	color: #FFFFFF;
	font-weight:bold;
	width: 300px;
	height: 25px;
	border: 1px solid #FFFFFF;
	padding:5px;
	text-decoration:none;
}
/*FOOTER*/
#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	color: #a0aebb;
	height: 77px;
	background-image: url(../img/bg_color_bl.gif);
	margin: 0px;
	z-index: 2;
}
.footercontent {
	width: 878px;
	text-align:left;
	position: relative;
	margin: auto;
	font-size:0.8em;
}
.footer_item {
	margin-left: 28px;
	float:left;
	margin-top: 20px;
}
#footer a, #footera:visited {
	color: #a0aebb;
	text-decoration:none;
}
#footer a:hover {
	color: #a0aebb;
	text-decoration: underline;
}
