html, body {
    margin:0; padding:0;
    height:100%;
}

body {
    background: #6b3324 url('/templates/templates/front_images/background.png') repeat-y;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 21px;
    color: #333;
    text-align: justify;
}

p[style], span[style]{

font-family: Arial, Helvetica, sans-serif !important;
font-size:11px !important;
line-height:21px !important;
text-align:justify !important;
}

img, div {
    behavior: url(/templates/templates/js/iepngfix/iepngfix.htc);
}




/********************************************/
/**          DIV PlACEMENTS                **/
/********************************************/

#siteContainer {

    clear:left;
    width:835px;
    margin:0 auto;
    background: transparent url('/templates/templates/front_images/contentBack.png') repeat-y;
}

#headerTitle {
  width: 835px;
  height: 34px;
  background: transparent url('/templates/templates/front_images/headerTitle.png') no-repeat;
}

#headerPhoto {
  width: 835px;
  height: 234px;
  background: transparent url('/templates/templates/front_images/headerPhoto.png') no-repeat;
}

#menu {
  background: #e38c1a;
  height: 30px;
  width: 760px;
  *width: 800px;
  border-top: 1px solid #fff;
  list-style-type: none;
  margin: 0;
  margin-left: 19px;
}

#menu li {
  float: left;
  width: auto;
  height: 30px;
  line-height: 30px;
}

#menu li:hover {
  background: #aa5425;
}

#menu li:hover ul, #menu li.sfhover ul {
  left: auto;
}

#menu li.selected {
  background: #aa5425;
}

#menu li a {
  font-size: 17px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  margin: 0 20px;
  display: block;
}

#menu li ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: -999em;
  width: 135px;
  z-index: 500;
}

#menu li ul li {
  background: #b16c52;
  height: auto;
  line-height: 28px;
  width: 100%;
  padding: 3px 0;
}

#menu li ul li a {
   font-size: 14px;
   display: block;
}

#sidebar {
  float: right;
  width: 170px;
  margin-right: 35px;
  _margin-right: 20px;
}

#content {
  width: 500px;
  margin-left: 65px;
  _margin-left: 25px;
  float: left;
}

#clearer {
  clear: both;
}

#footer {
  clear: both;
  width: 835px;
  height: 41px;
  background: transparent url('/templates/templates/front_images/contentFooter.png') no-repeat;
  margin: 0 auto;
}

h1 {
  color: #933e22;
  margin-top: 25px;
 *font-size: 19px;
 _font-size: 19px;

}

#logoJensValk {
  width: 76px;
  height: 21px;
  background: url('/templates/templates/front_images/logoJensValk.jpg') no-repeat;
  margin-top: 44px;
  margin-bottom: 15px;
}

#bltJensValk {
  width: 115px;
  height: 94px;
  background: url('/templates/templates/front_images/bltJVGroot.png') no-repeat;
  margin: 30px auto;
}

a {
  text-decoration: none;
  color: #e38c1a;
}

a:hover {
  text-decoration: underline;
  color: #6b3324;
}

.submit {
  background: #933e22;
  border: none;
  color: #fff;
  font-size: 10px;
  padding: 3px 40px;
}

#list {
  width: 400px;
  border-collapse: collapse;
}

#list tr {
  background: #f8e1c6;
}

#list td {
  padding: 5px 10px;
}

#list td.first {
  font-weight: bold;
}

.entourage {
  float: left;
  padding: 10px;
}

label {
  margin-bottom: -15px;
  font-weight: bold;
}

input {
  width: 150px;
  border: 0.1em solid #933e22;

  font-size: 11px;
  font-style: italic;
  color: #933e22;
  padding: 3px;
}

.submitButton {
  background: #933e22;
  border: none;
  width: 158px;
  margin: 5px;
  padding: 3px;
  color: #fff;
}
