html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img,  ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
vertical-align: baseline;
background: transparent;
}

input{
margin: 0;
*margin-top: -2px;
padding: 2px;
}

body{
background: url(../images/bg.gif) repeat-x #ffffff;
}

#container{
width: 900px;
height: 540px;
border: 1px solid #ff6600;
margin: auto;
margin-top: 80px;
}

#links{
background: url(../images/bg_l.jpg) no-repeat;
width: 450px;
height: 497px;
float: left;
}

#rechts{
background: url(../images/bg_r.jpg) no-repeat;
width: 450px;
height: 497px;
float: right;
}

#formulier{
margin-top: 25px;
width: 349px;
background-color: #f9fbfe;
margin-left: 35px;
border: 10px solid #ef8947;
padding: 8px;
}

/*HIER BEGINT HET OPMAAK VAN DE VELDEN VAN HET FORMULIER*/

.formulier label{
float: left;
width: 150px;
margin-right: 15px;
font-weight: bold;
}

.formulier input{
border: 1px solid #cccccc;
background-color: #ffffff;
margin-bottom: 5px;
}

/*HIER EINDIGT HET OPMAAK VAN DE VELDEN VAN HET FORMULIER*/

#footer{
width: 900px;
margin: auto;
margin-top: 10px;
}
