body {
  background-color:white;
  /* background-image: url('achtergrond.png'); background-repeat: repeat-y; */
  font-family: Trebuchet MS, Arial, sans-serif;
  /* font-family: sans-serif; */
  font-size: 14px;
  
  /* De top balk 100% tot aan de randen toe uitvullen */
  margin: 0px;
  padding: 0px;
}

a {text-decoration:none}
a:hover {text-decoration:underline; color:red;}

/*
table {font-size: 14px;}
th {font-size: 15px;}
*/

table {
  font-size: 13px;
}
table.rand {
  /* border: solid 1px #999999; */
  border: solid 1px #BBBBBB;
  border-collapse: collapse;
  /* background-color:#FFFFCC; */
  /* font-size: 14px; */
}
td.rand,th.rand {
  border: solid 1px #BBBBBB;
}
th.advertentie {
  border: solid 1px #BBBBBB;
  /* background-color:#54b2a4; */
  /* background-color:#bfdbfa; */

  background-color: transparent;
  background-image: url('tbl_afbeelding.png');
  /* font-size:120%; text-align: center; */
}

#top {
  background-image: url('afbeeldingen/achtergrond.jpg');

  /* rand kleur uitgeschakeld!! */
  /*  border: 1px solid blue; */
  /*  width: 950px; */
  width: 100%;

  /* boven auto */
  margin: 0px auto 10px auto;
}

/* TEST content deel */
.bladzijde {
  /* position: absolute; */
  width: 950px;
  /* boven auto */
  margin: 0px auto;
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* text-align:center; */
  /* border: 1px solid black; */
  text-align:left; /* end IE5.x hack */
}

.menu {
  position: absolute;
/*  border: 1px solid blue; */
border-right: 1px solid blue;
height:600px;
  /* background-color:#EEFFCC; */
  /* border: 1px solid black; */
  /* float: left; */
  width: 120px;
  text-align:center;
  /* margin-left: 5px; */
  /* padding-top: 1em; */
  /* height:90%; */
  /* height:700px; */
}

/*
#menu a {
  color:white;
  font-weight: bold;
}
*/

.menu_gebruikers {
  background-color: #bfdbfa;
  border: solid 1px #FFFFFF;  /* wit randje */
}

.menu_gebruikers_prive {
  background-color: #00FF00;
  border: solid 1px #FFFFFF;  /* wit randje */
}

.menu_gebruikers_leden {
  background-color: #FFCC00;
  border: solid 1px #FFFFFF;  /* wit randje */
}

#tekstvak {
  position: absolute;
  /* border: 1px solid black; */
  /* padding-top: 1em; */
  /* position: absolute; */
  /* float: left; */
  /* margin-left:100px; */
  /* boven rechts onder links */
  margin: 0px 0px 0px 130px;
  /* margin-right: 5px; */
  width:820px;
  text-align:left;
  /* boven rechts onder links */
}

#introduktie {
  /* font-size: 12px; */
  background-color: #FFFF99;
  /* border: solid 1px #999999; */
  border: solid 1px #BBBBBB;
  padding: 0.2em;
  margin-bottom:10px;
}

#agenda {
  /* color:red; */
  font-size: 12px;
  /* width: 500px; */
  /* border: 1px solid blue; */
  padding: 0.5em;
}

#nieuws_kop {
  /* background-color:#6aa100; */

  /*
  background-color:#f09d27;
  font-size: 16px;
  color:white;
  font-weight: bold;
  padding: 0.1em;
  */

  padding-left:5px;
  height: 20px;

  font-weight: bold;
  border: solid 1px #BBBBBB;
  border-bottom: 0px;
  background-color: transparent;
  background-image: url('tbl_afbeelding.png');
}

#nieuws {
  /* color:red; */
  font-size: 13px;
  /* width: 90%; */
  /* border: 1px solid blue; */
  /* border-bottom: 1px solid #808080; */

  /* border: solid 1px #999999; */
  border: solid 1px #BBBBBB;
  padding: 0.3em;

  /* boven rechts onder links */
  /* margin: 0px 0px 5px 0px; */
  margin-bottom:10px;
}

hr {
  height: 1px;
  border: none;
  background-color: #808080;
}

.vraag {
  color:#99CC00;
  font-weight:bold;
}

.aanbod {
  color:#CC99FF;
  font-weight:bold;
}

/* Advertentie verlopen */
.verlopen1 {
  color:#FF0000;
  font-weight:bold;
}
.verlopen2 {
  color:#FF8B53;
  font-weight:bold;
}

