
div.width160in180 {
    margin: 10px 0px 10px 14px;
}

/* Inschrijfformulier (PloneFormGen) */
div.field {
    margin-top: 10px;
}
div.formControls {
    margin-top: 10px;
}
span.fieldRequired {
    color: #A69D6A;
    text-transform: lowercase;
    font-size: 0.8em;
}
div.formHelp 
{
    margin-top: 4px;
    margin-bottom: 4px;
    color: #A69D6A;
}
label {
    font-weight: bold;
}
/* Label per optie van een select field. */
input + label
{
    font-weight: normal;
}

div#topbanner {
    margin: 0px 4px 14px 0px;
}

/* BEGIN lay-out.css */
#left{
	position: absolute;
	left:0px;
	top:160px;
	width:185px;
	border:0px solid #AEDDE6;
}
	
#content {
	margin-left: 212px;
	margin-right:20px;
	border:0px solid #AEDDE6;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-top: 33px;
}
li {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
}
ul {
        margin-top: 10px;
        margin-bottom: 10px;

	list-style-type: disc;
	list-style-image: url(/static/img/bullet1.gif);
	margin-left: 19px;
	list-style-position: outside;
}
ul ul{
	list-style-type: disc;
	list-style-image: url(/static/img/bullet2.gif);
	margin-left: 20px;
	list-style-position: outside;
}
ul.urllink {
	list-style-type: disc;
	list-style-image: url(/static/img/urllink.jpg);
	list-style-position: outside;
	margin-left: 28px;
}
ol {
	list-style-type: decimal;
	margin-left: 25px;
}
ol ol{
	list-style-type: lower-alpha;
	margin-left: 26px;
}
