a img {border: none;}

html, body {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
    background: white;
    font: 62.5% Arial, Verdana, sans-serif;
}

body {
	background: url('afbeeldingen/achtergrond.png') left top repeat-y;
    width: 785px;
    margin: 0 auto 0 auto;
    height: 100%; /* IE... */
}

html > body { /* IE... */
	height: auto;
	min-height: 100%;
}

#wrapper {
	background: url('afbeeldingen/header.jpg') left top no-repeat;
    padding-top: 215px;
}

#content {
    width: 413px;
    margin-left: 185px;
    font-size: 1.2em;
}

#sidebarL {
    width: 167px;
    float: left;
}

#sidebarL ul, #sidebarL li  {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebarL ul {
    padding-left: 8px;
    margin-bottom: 10px;
}

#sidebarL li a {
    padding-left: 34px;
    color: white;
    font-variant: small-caps;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5em;
    display: block;
    height: 27px;
    line-height: 1.6em;
    background: left top no-repeat;
}

#sidebarL li a:hover {
    color: black;
}

#sidebarL li#l1 a {
    background-image: url('afbeeldingen/smiley1.png');
}
#sidebarL li#l2 a {
    background-image: url('afbeeldingen/smiley2.png');
}
#sidebarL li#l3 a {
    background-image: url('afbeeldingen/smiley3.png');
}
#sidebarL li#l4 a {
    background-image: url('afbeeldingen/smiley4.png');
}
#sidebarL li#l5 a {
    background-image: url('afbeeldingen/smiley5.png');
}
#sidebarL li#l6 a {
    background-image: url('afbeeldingen/smiley6.png');
}

#sidebarL img, #sidebarR img {
    display: block;
}

#sidebarR {
    width: 135px;
    float: right;
    padding: 0 15px 0 15px;
    color: white;
}

#sidebarR p a {
    color: #bfb;
    text-decoration: none;
}

#content p {
    margin-top: 0;
}

#content a {
 color: #009b31;
 text-decoration: none;
 font-weight: bold;
}

#content h1 {
	font-size: 1.7em;
}

#content h2 {
	font-size: 1.4em;
	margin-top: 1em;
	margin-bottom: 0.1em;
}

#content h2 small {
	font-size: 0.9em; /* IE... */
}


#content td {
	border-top: 1px solid #ccc;
	vertical-align: top;
}

#content table#aanmeldform td {
	border: none;
}

.mandatory {color:red;margin-right: 3px;font-size:16px;}
input, textarea{border:1px solid #999;}