html, body {
height:auto;
font-family: verdana, sans-serif;
color: #000;
text-align:left;
Overflow:auto;
}

#page {
	width: 840px;
	text-align: left;
	background-color: #C60001;
}

#menubar {
    background-color: #000000;
    color: #ffffff;
	border: 1px solid #000;
}

.balkje {
    background-image: url("/static/balk.png");
    font-size:12px;
    font-weight:bold;
    height:20px;
    width:100%;
}

.bolderr {
    font-size:12px;
    font-weight: normal;
}

.header {
    margin:5px;
    text-align:left;
}
.content {
    text-align:left;
	padding: 10px;
    height: auto;
    margin:3px;
    padding:10px;
    font-size:12px;
}

.contactlabel {
    width:80px;
    text-align:right;
    margin:5px;
}

.tablepadding {

    padding-left:5px;
    font-size:12px;
}

.footer {
    padding-top:15px;
    font-size:11px;
    text-align: center;
}

.link {
    color:#0193cf;
}

.captcha {
    margin-left:10px;
}

#id_onderwerp {
width:270px;
}

#id_inhoud {
    width:270px;
}


input[type=radio] {
    width: 20px;
    height: 20px;
    background:#0193cf;
    padding:0px;
    margin:0px;
}

.tableheader {

    padding:5px;
    font-size:12px;
}

.bank {
    font-size:12px;
    float:left;
    width:150px;
    padding:3px;
}

.sitewrapper {
    width:100%;
}

@media (min-width: 1100px) {
    .sitewrapper {
        width:820px;
        align:center;
        -webkit-box-shadow: 0px -4px 7px #e6e6e6;
        -moz-box-shadow: 0px -4px 7px #e6e6e6;
        box-shadow: 0px -4px 7px #e6e6e6;
        padding-top:10px;

    }
}

.leftside {
    height:5px;
    float:left;
    width:50%;
    background:#0193cf;
    width:50%;
    -moz-border-radius-topleft: 50%;
    -moz-border-radius-bottomleft: 50%;
    -moz-border-radius-topright: 0%;
    -moz-border-radius-bottomright: 50%;
    -webkit-border-top-left-radius-radius: 50%;
    -webkit-border-bottom-left-radius-radius: 50%;
    -webkit-border-top-right-radius-radius: 0%;
    -webkit-border-bottom-right-radius-radius: 0%;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 0%;
}

.rightside {
    height:5px;
    float:left;
    background:#231f20;
    width:50%;
    -moz-border-radius-topleft: 0%;
    -moz-border-radius-bottomleft: 0%;
    -moz-border-radius-topright: 50%;
    -moz-border-radius-bottomright: 0%;
    -webkit-border-top-left-radius-radius: 0%;
    -webkit-border-bottom-left-radius-radius: 0%;
    -webkit-border-top-right-radius-radius: 50%;
    -webkit-border-bottom-right-radius-radius: 50%;
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

#tabeltop
{
border-color:#000000;
border-top-right-radius:1.3em;
background:#000000;
color:#ffffff;
padding:3px;
padding-left: 10px;
font-size:12px;
font-weight:bold;
}

#tabel
{
font-size:12px;
border:2px solid;
background:#FFFFFF;
padding:5px;
}

label, input {
	float: left;
}

ul {
	list-style: none;
     margin:0px;
 padding:0px;
}

li {
	display: inline-block;
	width: 100%;
     margin:0px;
 padding:0px;
}

.helptext {
	float: left;
	width: 100%;
}

.clearfix {
	clear: both;
}


.fieldWrapper2 {
 margin:3px;
 width:99%;
 float: left;
 list-style-type: none;
 padding:0px;
}

.fieldWrapper {

 margin:3px;
 width:49%;
 float: left;
 list-style-type: none;
 padding:0px;
}

.fieldWrappercheck ul li {
 width:33%;
 float: left;
 list-style-type: none;
 margin:0px;
 padding:0px;
}

.errorlist {
    color:#FF0000;
}

.fieldWrappercheck ul li ul li {
 float: none;
 margin:0px;
 padding:0px;
}

.labelclass {
height:25px;
width:150px;
display:block;
float:left;
text-align:right;
}

.labelclassform {
height:25px;
width:150px;
display:block;
text-align:right;
}

#menubar {
color:#ffffff;
padding:3px;
padding-top:2px;
padding-left: 5px;
font-size:13px;

}

#menubar a:link {color:#ffffff;}      /* unvisited link */
#menubar a:visited {color:#ffffff;}  /* visited link */
#menubar a:hover {color:#ffffff;}  /* mouse over link */
#menubar a:active {color:#ffffff;}  /* selected link */

#voortgang a:link {color:#000000;}      /* unvisited link */
#voortgang a:visited {color:#000000;}  /* visited link */
#voortgang a:hover {color:#ffffff;}  /* mouse over link */
#voortgang a:active {color:#000000;}  /* selected link */