body { font-family: "Lucida Sans Unicode", sans-serif; font-size: 11px; }

#content .header { display: none; }
#content .quote { display: none; }
#content .footer { display: none; }

/*****
*   Home
*****/

#content .home .tekst-links { position: relative; float: left;}
    #content .home .tekst-links img { float: left; margin: 0 10px 10px 0; }

#content .home .tekst-rechts { position: relative; float: right; }
#content .home .tekst-rechts p { margin: 0 0 0 10px; }


/*****
*   Agenda
*****/

#content .agenda td { border-bottom: 1px solid black; }

#content .agenda td.wanneer { width: 150px; vertical-align: top; padding: 0 0 15px 0; background: #ffffff url('../images/border.jpg') top right repeat-y; }

#content .agenda td.wat { vertical-align: top; padding: 0 0 15px 10px; }
    #content .agenda td.wat p,
    #content .agenda td.wat ol { font-size: 11px; }

/*****
*   Sprekers
*****/

#content .sprekers .spreker .foto { width: 120px; float: left; }
#content .sprekers .spreker .foto img { border: 1px solid #d2d2d2; }

#content .sprekers .spreker .info { width: 450px; float: left; margin: 0 0 0 10px; font-size: 15px; color: #758F00; }
#content .sprekers .spreker .info p { font-size: 11px; color: #046079;  }

/*****
*   Registratie
*****/

#content .registratie form { width: 100%; color: #046079; }
#content .registratie label { float: left; clear: left; width: 200px; font-size: 15px; line-height: 30px; }
#content .registratie input.textfield { float: left; clear: right; margin: 5px 0 0 0; font-size: 12px; background-color: #ededed; border: 1px solid #6f6f6f; width: 400px; color: #046079; font-family: "Lucida Sans Unicode", sans-serif; }
#content .registratie input.checkbox { float: left; clear: left; margin: 8px 20px 0 0; }
#content .registratie label.checkbox { float: left; clear: right; width: 300px; }

#content .registratie span.error { float: left; clear: both; width: 100%; color: red; margin-left: 200px; }

#content .registratie .tekst-rechts { position: relative; float: right; padding: 0 0 0 10px; width: 220px; }
#content .registratie .tekst-rechts p { margin: 0 0 0 10px; }

#content .registratie button { background: none; border: 0px; margin: 20px 0 0 0; float: left; padding: 0; cursor: pointer; }
#content .registratie p { margin: 32px 0 0 10px; float: left; }

