* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  background-color: Black;
  color: White;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  background-image: url(../img/bg_body.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}
ul{
list-style-type: none;
  }

/* ### TEXT LAYOUT ### */
h1 {
  font: bold 12px Verdana, sans-serif;
}

h2 {
  padding: 1em 0 .2em 0;
  font: normal 18px/1.5em Georgia, serif;
}

p {
  margin: 2em 0;
  line-height: 1.5em;
}

a {
  color: #999;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #FFF;
  text-decoration: underline overline;
}

#container-page {
  margin: 0 auto;
  width: 780px;
  background: #DD761D;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
  background-image: url(../img/bg_content_all.jpg);
  background-repeat: repeat-x;
}

#container-head {

}

#head {
  padding: 0em;
}

#container-content {
  padding: 0 2em 40px 2em;
/*  border: 1px solid green;*/
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
  width: 65%;
  float: right;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
/*  border: 1px solid green;*/
/*  display: block;*/
}

#content-sec {
  padding: 1em 0;
  width: 31%;
  float: left;
  vertical-align: top;
/*  border: 1px solid yellow;*/
}

#content-sec ul,#content-sec ul li {
  list-style: none none;
}
#content-sec a{
text-decoration: none;
color: white;
font-size: 10px;
font-weight: lighter;
}
#container-foot {
  width: 100%;
  background: black;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 40px;
}

#foot {
  padding: 0px;
  line-height: 40px;
  margin-right: 19px;
}

#resultaat {
  padding: 10px;
  border-top: dotted 1px white;
}

.formrow {
width:400px;
/*clear:both;*/
float:left;
display: block;
padding:5px 0 10px 0;
/*border: 1px solid aqua;*/
}

.formrow .label {
width:130px;
float:left;
text-align:left;
font-weight:bold;
display: block;
}

.formrow .input {
width:200px;
float:right;
text-align:left;
display: block;
}

.formrow .inputreq {
border-left:2px solid #B68128;
padding-left: 5px;
width:200px;
float:right;
text-align:left;
}

.formrow input {
border-top:1px solid #808080;
border-right:1px solid #D4D0C8;
border-bottom:1px solid #D4D0C8;
border-left:1px solid #808080;
font-size:90%;

}
.formrow input:focus {
background:#F0F8EE;
}

.formrow textarea {
width:200px;
border-top:1px solid #808080;
border-right:1px solid #D4D0C8;
border-bottom:1px solid #D4D0C8;
border-left:1px solid #808080;
font: 90% "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;

}

input.huisnr { width:30px; }
input.postcode { width:60px; }
input.submit{
  background-image: url(../img/button.gif);
  background-color: transparent;
  width: 100px;
  height: 20px;
  border: 0px;
  color: White;
  font-weight: bold;

}

