/* CSS Document */


<!--
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #71872F;
}
.style4 {color: #71872F}
a:link {
	color: #71872F;
	text-decoration: none;
}
a:visited {
	color: #71872F;
	text-decoration: none;
}
a:hover {
	color: #71872F;
	text-decoration: underline;
}
a:active {
	color: #71872F;
	text-decoration: none;
}
.style6 {
	color: #71872F;
	font-size: 12px;
	font-weight: bold;
}
.style11 {font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; }
-->



div#table td.groen {
	background-color: #E8F0DB;	
}

div#table td.donkergroen {
	background-color: #D1E88C;	
}
/* Menu */
div#menu ul {
	background: #FFFFFF url('images/wit.png') no-repeat top left;
	margin-bottom: 7px;
	padding: 4px 0px 4px 4px;
}
div#menu ul div  {
	background: url('images/menupuntjes.png') no-repeat top left;
	padding-top: 1px;
}
div#menu ul div a {
	display: block;
	height: 17px;
	text-indent: -9999px;
	overflow: hidden;
}
div#menu ul a.home { background: url('images/home.png') no-repeat top left; }
div#menu ul a.home:hover { background: url('images/home.png') no-repeat bottom left; }
div#menu ul a.nieuws { background: url('images/nieuws.png') no-repeat top left; }
div#menu ul a.nieuws:hover { background: url('images/nieuws.png') no-repeat bottom left; }
div#menu ul a.bestuur { background: url('images/bestuur.png') no-repeat top left; }
div#menu ul a.bestuur:hover { background: url('images/bestuur.png') no-repeat bottom left; }
div#menu ul a.few { background: url('images/few.png') no-repeat top left; }
div#menu ul a.few:hover { background: url('images/few.png') no-repeat bottom left; }
div#menu ul a.kandidaten { background: url('images/kandidaten.png') no-repeat top left; }
div#menu ul a.kandidaten:hover { background: url('images/kandidaten.png') no-repeat bottom left; }

div#menu ul a.verkiezingsprogramma { background: url('images/verkiezingsprogramma.png') no-repeat top left; }
div#menu ul a.verkiezingsprogramma:hover { background: url('images/verkiezingsprogramma.png') no-repeat bottom left; }

div#menu ul a.speerpunten { background: url('images/speerpunten-10.png') no-repeat top left; }
div#menu ul a.speerpunten:hover { background: url('images/speerpunten-10.png') no-repeat bottom left; }


div#menu ul a.nieuwsbrief { background: url('images/nieuwsbrief.png') no-repeat top left; }
div#menu ul a.nieuwsbrief:hover { background: url('images/nieuwsbrief.png') no-repeat bottom left; }

div#menu ul a.fotorubriek{ background: url('images/fotorubriek.png') no-repeat top left; }
div#menu ul a.fotorubriek:hover { background: url('images/fotorubriek.png') no-repeat bottom left; }

div#menu ul a.cda_in_beeld{ background: url('images/cdainbeeld.png') no-repeat top left; }
div#menu ul a.cda_in_beeld:hover { background: url('images/cdainbeeld.png') no-repeat bottom left; }

div#menu ul a.contact { background: url('images/contact.png') no-repeat top left; }
div#menu ul a.contact:hover { background: url('images/contact.png') no-repeat bottom left; }


label {
    float: left;
    width: 220px;
    text-align: left;
    padding-top: 5px;
}

input, textarea {
    padding: 3px;
    margin: 3px;
    border: 1px solid #bac5d6;
    font: 10px Verdana, sans-serif;
    background: #fff;
}
input.fout, textarea.fout {
    border: 1px solid #FF0000;
}

label.fout {
    color: #FF0000;
}