* {
	margin:0px;
	padding:0px;
	font-family: Arial, verdana, Helvetica;
	font-size: 12px;
	line-height: 18px;
}

body {
	margin-left: 70px;
	vertical-align: top;
	color: #303030;
	background-color: #FFFFFF;
	width:400px;
	background-image:url(images/tekstpagina_background.gif);
	background-position:top right; background-repeat:no-repeat; background-attachment:scroll;
}



.alfabetkiezer a {
	padding-right:2px;
	font-size: 13px;
	padding-left: 2px;
}

.alfabetkiezer a:hover {
	color:#0268A6; background-color:#CCFF00;
}


table {border-collapse:collapse;}


h1 {
	color: #0268A6;
	font-size: 23px;
	line-height: 25px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
	letter-spacing: -1px;
}

.h1_groen {
font-size: 23px;
	line-height: 25px;
	font-weight: bold;
color: #009999
}


h2 {
	font-size: 17px;
	font-weight: bold;
	color: #009999;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 20px;
}



b,strong {
	color:#0268A6;
	font-size: 13px;
}


.accenttekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #0268A6;
	font-weight: normal;
	vertical-align: top;
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
}

 li { margin:auto; padding:auto; list-style-position: inside; margin-left: 10px;
	padding-left: 10px; text-indent:-14px;
}

a{
	text-decoration: none;
	color: #4A8E69;
	font-weight: bold;
	outline: none; /* Deze verwijderd de stippellijntjes selectierand in Firefox! */
}

.link_zonderpijltje {
background-image:none; padding:0px; margin:0px;
}


/* ------------------- formulier -----------------------------------*/

form {
	background:#fff;
	padding:1em;
	border:0px solid #eee;
}

fieldset div {
	margin:0.3em 0;
	clear:both;
}

/*form {
	margin:1em;
	width:29em;
}*/

label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#0268A6;
	font-size:1.2em;
	font-weight:bold;
}
legend span {
	width:10em;
	text-align:right;	
}
input, textarea {
	padding:0.15em;
	width:16em;
	border:1px solid #B1B1B1;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

textarea {
	width:15.5em;
	margin-top: 5px;
}

input:hover, input:focus {
	border-color:#c5c5c5;
	background:#E4F4FF;
} 

textarea:hover, textarea:focus {
	border-color:#c5c5c5;
	background:#E4F4FF;
} 

fieldset {
	border:0px solid #ddd;
	border-top: solid 1px black;
	padding:0 0.5em 0.5em;
}

.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top: 1em;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	background-color: #9CBEC0;
	height: 26px;
	overflow: hidden;
	border: 0;
	margin-left: 140px;
	display: block;
	width: 100px;
	cursor: pointer !important;
	cursor: hand;
}
#submit-go:hover {
	background-color:#898989;
}

