html, body {
    font-family: Verdana, Arial, serif;
    font-size: 12px;
    color: #ffffff;
    background: #000000;
    margin: 0;
    padding: 0;
}

p { 
    clear: both;
}

label.error {
    color: #ff0000;
}

#container {
    position: relative;
    width: 1200px;
    height: 1000px;
    max-height: 1000px;
    margin: 0 auto;
}

#leftside {
    position: relative;
    float: left;
    width: 200px;
    height: 1000px;
    background: url(../img/leftside.png) no-repeat top left;
}

#innercontainer {
    position: relative;
    float: left;
    width: 798px;
    height: 998px;
    border: #ed1c24 1px solid;
}

#rightside {
    position: relative;
    float: left;
    width: 200px;
    height: 1000px;
    background: url(../img/rightside.png) no-repeat top left; 
}

#header {
    position: relative;
    width: 798px;
    height: 170px;
}

#header #logo {
    position: relative;
    float: right;
    width: 140px;
    height: 83px;
    margin: 10px 20px 77px 0; 
}

#header #logo img {
    width: 150px;
    height: 83px;
    border: 0;
}

#header #pagetitle {
    position: relative;
    float: left;
    width: 528px;
    height: 150px;
    padding: 10px;
}

#header #pagetitle #toptitle {
    margin: 0 0 0 300px;
}

#header #pagetitle #toptitle .t1 {
    font-size: 16px;
    font-style: italic;
    padding: 0 0 5px 0;
}

#header #pagetitle #toptitle .t2 {
    font-weight: bold;
    padding: 0 0 5px 0;
}

#header #pagetitle #title_img {
    position: relative;
    width: 300px;
    height: 105px;
    margin: 10px 275px 0 165px;
    padding: 0;
}

#body {
    position: relative;
    width: 798px;
    height: 800px;
}

#titel {
  position: relative;
  text-align: left;
  margin: 35px 0 0 0;
  padding: 0 20px;
  font-size: 1.3em;
  font-weight: bold;
}

#body #text {
    position: relative;
    float: left;
    width: 758px;
    margin: 25px 0 10px 0;
    padding: 0 20px;
    line-height: 1.3em;
}

#body #form {
    position: relative;
    float: left;
    width: 680px;
    margin: 0 49px;
}

#body #form p, #body #form table {
    font-size: 11px;
}

#body #form table td.small {
    width: 140px;
}

#body #form table td.big {
    width: 540px;
}

#body #form .title {
    margin: 5px 0;
    font-size: 14px;
    font-weight: bold;
}

#body #form #top3 {
    padding: 10px 30px;  
}

#body #form #info {
    padding: 10px 30px;  
}

#body #form #nieuwsbrieven {
    padding: 10px 30px;
}

#body #submit_area {
    margin: 10px 100px 0 20px;
}

#body #required_info {
    font-size: 11px;
}

input.top3 {
    width: 200px;
}

input.name {
    width: 250px;
}

input.street {
    width: 200px; 
}

input.number {
    width: 40px;
}

input {
    height: 12px;
    font-size: 11px;
    background: #cccccc;
    border: #ffffff 1px solid;
}

input.check {
    border: 0;
}

input.submit {
    height: 18px;
    font-size: 13px;
    color: #ffffff;
    background: #ed1c24;
    border: 0;
    border-right: #696969 1px solid;
    border-bottom: #696969 1px solid;
}

#footer {
    position: relative;
    width: 798px;
    height: 30px;
    font-size: 10px;
    color: #cccccc;
    text-align: center;
}

.req {
    color: #ed1c24;
}

/* VALIDATION */
label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
