* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, verdana, Helvetica;
    font-size: 12px;
    line-height: 18px;
}

body {
    margin-left: 30px;
    vertical-align: top;
    color: #303030;
    background-color: #FFFFFF;
    margin-top: 0px;
    width: 400px;
}

.alfabetkiezer a {
    padding-right: 2px;
    font-size: 13px;
    padding-left: 2px;
}

.alfabetkiezer a:hover {
    color: #0268A6;
    background-color: #CCFF00;
}
/*  Groene infovlak met ronde hoeken */


.download_richtlijn {
    text-decoration: none;
    font-size: 17px;
    color: #669900;
    font-weight: bold;
    background-image: url(images/pijl.gif);
    background-repeat: no-repeat;
    background-position: 1 50%;
    padding: 3px 0 0px 20px;
}

.download_richtlijn a {
    font-size: 17px;
}

.nieuwsdatum {
    color: #000000;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: Corbel, Arial, Helvetica, sans-serif;
}

.download_richtlijn_datum {
    color: #8A8A8A;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: Corbel, Arial, Helvetica, sans-serif;
}

.boxheader {
    color: #0268A6;
    font-size: 23px;
    line-height: 23px;
    font-weight: bold;
    padding-bottom: 20px;
    letter-spacing: -1px;
}

.boxitem {
    font-size: 17px;
    color: #669900;
    font-weight: bold;
    background-image: url(images/pijl.gif);
    background-repeat: no-repeat;
    background-position: 1 1%;
    padding: 1px 0 0px 20px;
    display: block;
    width: 190px;
    border: 0px none;
}

.archief_item {
    font-size: 15px;
    color: #669900;
    font-weight: bold;
    background-image: url(images/pijl.gif);
    background-repeat: no-repeat;
    background-position: 1 1%;
    padding: 1px 0 0px 20px;
    display: block;
    width: 190px;
}



table {
    border-collapse: collapse;
}

h1 {
    color: #0268A6;
    font-size: 23px;
    line-height: 25px;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 10px;
    letter-spacing: -1px;
}

.h1_groen {
    font-size: 23px;
    line-height: 25px;
    font-weight: bold;
    color: #589E18;
}

h2 {
    font-size: 17px;
    font-weight: bold;
    color: #669900;
    margin: 0px;
    padding-bottom: 5px;
    padding-top: 20px;
}

h3 {
    color: #0268A6;
    font-size: 13px;
    padding-bottom: 5px;
    padding-top: 20px;
}

b, strong, h3 {
    color: #0268A6;
    font-size: 13px;
}

.paragraafkop {
    display: block;
    font-size: 23px;
    line-height: 23px;
    font-weight: bold;
    color: #AF67B1;
    margin-bottom: 5px;
    font-family: Tahoma, Calibri, Arial, Helvetica, sans-serif;
}

.subkop {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
}

.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;
    background-color: #FFFFFF;
}

ul {
    margin: auto;
    padding: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

li {
    margin: auto;
    padding: auto;
    list-style-position: inside;
    margin-left: 10px;
    padding-left: 10px;
    text-indent: -14px;
}

.bodem_tekstpagina {
    background-image: url(images/bodem_tekstvlak.gif);
    background-repeat: no-repeat;
    height: 64px;
    margin: 0px;
    padding: 0px;
    width: 486px;
    background-color: none;
}

a{
    text-decoration: none;
    color: #669900;
    font-weight: bold;
    outline: none;/* Deze verwijderd de stippellijntjes selectierand in Firefox! */
}

.link_zonderpijltje {
    background-image: none;
    padding: 0px;
    margin: 0px;
}
/* ------------------- formulier ----------------------------------------------------------*/

form {
    background: #ffffff;
    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: #FFCC00;
    font-size: 1.2em;
    font-weight: bold;
    font-family: Georgia, Arial, Helvetica, sans-serif;
}

legend span {
    width: 10em;
    text-align: right;
}

input, textarea {
    padding: 0.15em;
    width: 18em;
    border: 1px solid #B6CA2B;
    background: #EAF5D7;
    font: bold 0.95em arial, sans-serif;
    -moz-border-radius: 0.4em;
    -khtml-border-radius: 0.4em;
}

textarea {
    width: 17.9em;
    margin-top: 5px;
}

input:hover, input:focus {
    border-color: #B6CA2B;
    background: #D6EA4B;
}

textarea:hover, textarea:focus {
    border-color: #B6CA2B;
    background: #D6EA4B;
}

fieldset {
    border: 0px solid #ddd;
    border-top: solid 1px #B6CA2B;
    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: #769EC1;
    height: 26px;
    overflow: hidden;
    border: 0;
    margin-left: 140px;
    display: block;
    width: 100px;
    cursor:pointer !important;
    cursor: hand;
}

#submit-go:hover {
    background-color: #B0C13E;
}
/* ----------------- CSS voor tabellen!--------------------------------------- */

table.FancyTabel {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 2px solid #589E18;
    border-bottom: 2px solid #589E18;
}

table.FancyTabel thead th {
    text-align: left;
    border-bottom: 2px solid #589E18;
}

table.FancyTabel th {
    font-size: 16px;
    text-align: right;
    font-weight: bold;
    padding: 0.2em 0.5em;
    border-top: 1px dotted black;
    color: #589E18;
}

table.FancyTabel td {
    text-align: left;
    border-top: 1px dotted black;
    padding: 0.2em 0.5em;
    vertical-align: top;
}

table.FancyTabel th.Corner {
    text-align: right;
}



/* ----------------- groene infovlak paneel met ronde hoeken --------------------- */

* {
    padding: 0;
    margin: 0;
}

.box {
    position: relative;
    background-color: #EAF5D7;
    float: left;
    color: #589E18;
    margin-right: 10px;
    top: 20px;
    left: 478px;
    position: absolute;
    margin: 0 auto;
}

.padding_text {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 220px;
}

.box img {
    display: block;
}

.tl {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    font-size: 0;
    background-image: url(images/rounded-corners.gif);
    position: absolute;
}

.tr {
    top: 0;
    right: 0;
    background-position: 16px 0;
    width: 16px;
    height: 16px;
    font-size: 0;
    background-image: url(images/rounded-corners.gif);
    position: absolute;
}

.bl {
    bottom: 0;
    left: 0;
    background-position: 0 16px;
    width: 16px;
    height: 16px;
    font-size: 0;
    background-image: url(images/rounded-corners.gif);
    position: absolute;
}

.br {
    bottom: 0;
    right: 0;
    background-position: 16px 16px;
    width: 16px;
    height: 16px;
    font-size: 0;
    background-image: url(images/rounded-corners.gif);
    position: absolute;
}

* html .tr {
    right: -1px;
}

* html .bl {
    bottom: -1px;
}

* html .br {
    bottom: -1px;
    right: -1px;
}
