h1 {
 font-family: Arial;
 font-size: 14pt;
 color: Black;
 text-align: center;
}

p, a, ul, table {
 font-family: Arial;
 font-size: 10pt;
 color: Black;
}

a {
 text-decoration: underline;
}

a:link {
 text-decoration: underline;
}

a:visited {
 text-decoration: underline;
}

a:hover {
 color: Blue;
 text-decoration: underline;
}

table.inschrijf_formulier {
 table-layout: fixed;
 margin-left: auto; 
 margin-right: auto;
}

table.contact_gegevens {
 margin-left: auto; 
 margin-right: auto;
}

td.contact_gegevens_labels {
 text-align: right; 
 width: 75px;
 padding-right: 20px;
}

td.contact_gegevens_inhoud {
 width: 100%;
}

td.aantal_kaarten {
 text-align: left; 
 width: auto;
}

td.aantal_kaarten_prijs {
 width: 50px;
}


#background {
 position: relative;
 height: 50%;
 width: 600px;
 padding: 2px;
}

#binnenste_vak {
 position: relative;
 height: auto;
 width: auto;
 border-color: Black;
 border-width: 1px;
 border-style: solid;
}
