body {
  background: #F4F4F4 url(images/bg.jpg);
  text-align:center;
  font-family: Georgia, Serif;
}

#frame {
  position: static; 
  width: 810px;
  margin-left: auto; 
  margin-right: auto; 
  border: 0;  
}

#top {
  float: left;
  width: 810px;
  height: 100px;
  margin: 0;
  border: 0;
  padding: 0;
  background: #F4F4F4 url(images/bgtop.jpg);
}

#leftcontent {
  float: left;
  width: 115px;
  height: 670px;
  margin: 0;
  border: 0;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 10px;
  text-align: right;
  background: #003300;
  color: #DEBF0C;
}

#welcome {
  float: left;
  width: 550px;
  height: 670px;
  margin: 0;
  border: 0;
  padding: 10px;
  background: #BEC4AA;
}

#main {
  float: left;
  width: 675px;
  height: 670px;
  margin: 0;
  border: 0;
  padding: 10px;
  background: #BEC4AA;
}

.onderschrift{
  font-size: 10px;
  text-align: center;
}

#rightcontent {
  float: right;
  width: 115px;
  height: 670px;
  margin: 0;
  border: 0;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-size: 12px;
  text-align: left;
  background: #003300;
  color: #DEBF0C;
}

#leftcontent a {
  font-size: 12px;
  line-height:2;
}

#footercontent {
  float: left;
  width: 800px;
  height: 25px;
  margin: 0;
  border: 0;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-size: 8pt;
  background: #003300;
  color: #DEBF0C;

}

#creditscontent {
  float: left;
  width: 800px;
  height: 25px;
  margin: 0;
  border: 0;
  padding: 10px;
  text-align: center;
  color: red;
  font-size: 7pt;
}

#creditscontent a { 
  background: transparent;
  text-decoration: none;
  color: #DEBF0C;
}

#creditscontent a:hover { 
  background: transparent;
  text-decoration: underline;
  color: red;
}

#creditscontent a:visited { 
  background: transparent;
  text-decoration: none;
  color: #DEBF0C;
}

h1 {
  font-size:large;
}

h2 {
  font-size: x-large;
}

h4 {
  font-size: medium;
  text-align: left; 
  font-weight: bold;
}

#list {
  font-size: 8pt;
  text-align: left; 
}


.menu li { 
  margin: 0;
  float: right;
  list-style: none;
  border: 0;
}

.menu li a { 
  float: right;
  height: 16px;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  width: 105px;
  border: 0;
  background: #206030;
  color: #DEBF0C;
}

.menu li a:hover{
  float: right;
  height: 16px;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  width: 105px;
  border: 0;
  background: #DEBF0C;
  color: #003C00;
}

#selected {
	color: #003C00 !important;
	font-weight: bold;
	background-color: #BEC4AA !important;
}

/* contact page - form layout */
form {
  float: left;
  margin-top: 0px;
}

div.row {
  clear: both;
  width: 500px;
}

div.row span.formlabel {
  float: left;
  text-align: right;
}

div.row span.forminput {
  float: right;
  text-align: right;
} 

div.spacer {
  clear: both;
  width: 20px;
}

input, textarea {
  width: 375px; 
  border: 1px solid;
  margin: 2px;
  font-family: Georgia, Serif;
  font-size: 90%;
}

.submit { 
  float: left;
  width: 90px;
  height: 22px;
  border: 3px solid;
  border-style: outset;
  cursor: pointer;
  font-family: Georgia, Serif;
  font-size: 80%;
}
