body, .titelbalk, form, .chatBody, .chatText, .voetregel, h1, h2, h3, h4, ul#menu
 {
  font-family: arial, helvetica, Times New Roman;
 }

body
 {
  margin: 0px 0px 0px 0px;
  font-size:12px;
  overflow:auto;
  background-color: #f9e1a2;
 }


.titelbalk
{
  left: 30px;
  top: 30px;
  width: 955px;
  height: 71px;

  position: absolute;
/*  margin: 30px 33px;*/
  background-color: #FFA500;
  background-image:url(plaatjes/hv_titel.jpg);

/*  border: 1px solid black;*/
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  /* for Mozilla */
  -moz-opacity:0.8;
}

form
{
  margin:0px;
}

.chatBody
{
  margin: 0px;
  background-image:url(plaatjes/hv_bg_img.jpg);
  font-size:12px;
  width: 1050px;
  height: 792px;
}


.chatText
{
  padding: 3px;
  overflow: auto;
  background-color: #ffffff;
  /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
  /* for Mozilla */
  -moz-opacity:0.8;
  position: absolute;
  left:205px;
  top:145px;
  width: 775px;
  height: 580px;
}

.voetregel
{
 font-style:italic;
 font-size:18px;
 font-weight:bold;
 color:#800033;
 left:400px;
 top:760px;
 width:500px;
 height:50px;
 position:absolute;
}


ul#menu {
  font-size:16px;
  width: 150px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin-left : 5px;
  padding: 5px;
  list-style-type: disc;
}

ul#menu li a {
  font-weight: bold;
  height:10px;
  color: #800033;
}

ul#menu li {
  margin-left : 10px;
  font-weight: normal;
  line-height: 15px;
}

ul#menu a {
  color: #715604;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #B88C07;
}

ul#menu a.active {
  color: #E7C254;
}

#kop, #kop2, #rood, h1, h2, h3, h4
 {
  font-size:18px;
  color: #800033;
  text-align:center;
  font-weight: bold;
 }

#kop
{
    background-image: url(plaatjes/hv_bg_geel.jpg);
    position: absolute;
    bottom:30px;
	width: 100%;
	height: 50px;
}

h1, h2, h3, h4, #kop2 {
  font-style:italic;
}

h1
 {
  margin-top:20px;
  background-color: transparent;
  background: none;
}

h2 {
  font-weight: bold;
  text-align:left;
}

h3 {
  text-align:center;
}

h4 {
  font-size:16px;
  font-weight: bold;
}

table {
  padding: 10;
  top: 10px;
  }

th, td, tr, .knop
{
  height:50px;
  font-style:italic;
  text-align:center;
  vertical-align: middle;
  }

th, #titel
{
  color:#800033;
  font-size:20px;
}


td, tr
{
  font-size:16px;
  }

#titel     {
  font-style:italic;
  font-weight: bold;
}


