@charset "utf-8";
/*ALGEMEEN*/
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	width: 100%;
}
h1 {
	margin-top: 12px;
	margin-bottom: 15px;
}
h2 {
	margin: 0px;
	margin-bottom: 15px;
}
h3 {
	margin: 0px;
}
.clear {
	clear:both;
	height: 0px;
}
/*HEADER*/
#header {
	height: 48px;
	width: 100%;
	background-image: url(../img/algemeen/header_bg.gif);
	background-repeat: repeat-x;
	position:relative;
}
#menu {
	width:400px;
	margin-top: 15px;
	margin-right: 24px;
	float:right;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	text-align: right;
}
#logo {
	position:absolute;
	left: 24px;
	top: 8px;
}
/*KRUIMELPAD*/
#kruimelpad {
	height: 36px;
	width: 978px;
	font-size: 11px;
	line-height: 36px;
	margin: auto;
}
#kruimelpad a, #kruimelpad a:visited {
	text-decoration:none;
}
#kruimelpad a:hover {
	text-decoration:underline;
}
/*CONTENT*/
#content {
	width: 978px;
	margin: auto;
	padding-bottom: 25px;
}
#main {
	width: 978px;
	margin-top: 10px;
	background-image:url(../img/algemeen/subkol_top.png);
	background-repeat:no-repeat;
	background-position:top right;
}
#hoofdkol {
	float:left;
	width: 703px;
	margin-right: 10px;
}
.hoofdkol_content {
	width:703px;
	padding-right: 0px;
}
#subkol {
	float:left;
	width: 265px;
}
/*MERKENBALK*/
#merkenbalk {
	width: 100%;
	height: 133px;
	background-image:url(../img/algemeen/bg_merkenbalk.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	position:relative;
}
#merkenbalk_wrapper {
	width: 977px;
	height: 133px;
	margin:auto;
}
#merkenbalk ul {
	height: 133px;
	display:block;
	margin: 0px;
	padding: 0px;
	list-style:none;
	background-image:url(../img/algemeen/merkbalk_end.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	width: 977px;
}
#merkenbalk li {
	float:left;
}
#merkenbalk li a {
	display:block;
}
#merkenbalk li a img {
	margin-top: 7px;
	border-left: 1px solid #c6d2d2;
}
.active {
	background-image:url(../img/algemeen/merkbalk_active.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
/*NAVIGATIE*/
#menu a {
	font-weight:bold;
	padding-left:10px;
	border-left:solid 1px #ffffff;
	padding-right:10px;
	color:#FFF;
}
.menuitem {
	height: 11px;
	text-decoration:none;
}
.menuitem:hover {
	height: 11px;
	text-decoration:underline;
}
.menuitem_active {
	text-decoration:none;
	height: 11px;
}
.menuitem_active:hover {
	text-decoration:underline;
	height: 11px;
}
/*NAVIGATIE NAAST FLASH*/
#nav_row {
	width: 100%;
	background-repeat:repeat-y;
	background-position:right;
}
#flash_animatie {
	width: 703px;
	height: 246px;
	float:left;
}
#merkmenu {
	width: 265px;
	padding: 0px;
	margin: 0px;
	margin-top: 12px;
	list-style:none;
	float: right;
}
#merkmenu li {
	width: 265px;
	height: 30px;
	background-repeat:no-repeat;
	background-position:bottom;
	display:block;
}
#merkmenu li a {
	width: 245px;
	font-weight:bold;
	text-align: right;
	line-height: 32px;
	padding-right: 20px;
	font-size: 12px;
	text-decoration:none;
	display:block;
}
#merkmenu li a:hover {
	text-decoration:underline;
}
/*FOOTER*/
#footer_wrapper {
	background-image:url(../img/algemeen/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-bottom: 20px;
}
#footer {
	width: 100%;
	background-position: top;
	background-repeat: repeat-x;
	position:relative;
	background-image:url(../img/algemeen/logo_bs_footer.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.listwrapper {
	margin-left: 25px;
	margin-top: 20px;
	margin-right: 18px;
	display:inline;
	float:left;
}
.listwrapper li a, a:visited {
	color: #9eadad;
	text-decoration:none;
}
.listwrapper li a:hover {
	color: #FFF;
	text-decoration:underline;
}
.listwrapper h3 {
	color: #9eadad;
}
.listwrapper a, a:visited {
	color: #9eadad;
	text-decoration:none;
}
.listwrapper ul {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
.vactik {
	font-size: 10px;
	padding-top: 10px;
	width: 400px;
	padding-left: 25px;
}
.vactik a:visited {
	color: #9eadad;
	text-decoration:none;
}
.vactik a:hover {
	color: #FFF;
	text-decoration:underline;
	}
.vactik a {
	color: #9eadad;
	text-decoration:none;
}
/*******************************************************************/
/* FORMULIEREN
/*******************************************************************/
	
	.titel
				{
				font-family:				Arial, Verdana, Helvetica, sans-serif, "Arial Black";
				font-size:					12px;
				background-color:			#990117;
				color:						#ffc000;
				font-weight:				bold;
				height:						25px;
				padding-left:				5px;					
				}
	.links
				{
				padding-left:				5px;
				padding-top:				5px;
				}
	.rechts
				{
				width:						280px;
				padding-top:				5px;
				}
	.verplicht
				{
				color:						#F00F00;
				}
	form
				{
				padding:					0;
				margin:						0;
				}
	.formelement_single1
				{
				width:						280px;
				font-family:				Arial, Verdana, Helvetica, sans-serif, "Arial Black";
				color:						#858585;
				font-size:					12px;
				background-color:			#ffffff;
				border:						1px solid #CCCCCC;
				padding-left:				5px;
				}
	.formelement_single2
				{
				width:						85px;
				font-family:				Arial, Verdana, Helvetica, sans-serif, "Arial Black";
				color:						#858585;
				font-size:					12px;
				background-color:			#ffffff;
				border:						1px solid #CCCCCC;
				padding-left:				5px;
				}
	.formelement_single3
				{
				width:						286px;
				font-family:				Arial, Verdana, Helvetica, sans-serif, "Arial Black";
				color:						#858585;
				font-size:					12px;
				background-color:			#ffffff;
				border:						1px solid #CCCCCC;
				padding-left:				5px;
				}
	.formelement_button1
				{
				width:						200px;
				font-family:				Arial, Verdana, Helvetica, sans-serif, "Arial Black";
				font-size:					12px;
				background-color:			#990117;
				color:						#ffc000;
				font-weight:				bold;
				border:						1px solid #990117;
				}
	.formelement_multi1
				{
				height:						100px;
				width:						280px;
				font-family:				Arial, Verdana, Helvetica, sans-serif, "Arial Black";
				color:						#A6A6A6;
				font-size:					12px;
				background-color:			#ffffff;
				border:						1px solid #E2E2E2;
				padding-left:				5px;
				}
	.kalender_pulldown_jaar
				{
				padding-left:					3px;
				font-size:						12px;
				color:							#4c4c4c;
				width:							60px;
				}
	.kalender_pulldown_maand
				{
				padding-left:					3px;
				font-size:						12px;
				color:							#4c4c4c;
				width:							100px;
				}

