 body{background-image: url(logo.png);}
 
    a:link {text-decoration: none;}
    a:visited {text-decoration: none;} 


    
div.banner
  {
  position:absolute;
  width: 720px;
  height: 290px;
  top:35px;
  left:300px;
  
  }
.banner
  {
  width: 100%;
  height: 100%;
  border-bottom: 0px solid black;
  border-left: 0px solid black;
  border-right: 0px solid silver;
  border-top: 0px solid silver;
  }  
div.transbox
  {
  position:absolute;
  top:30px;
  left:55px;
  width: 600px;
  height: 150px;
  background-color: #FFFFFF;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
  }
div.transbox p
  {
  margin: 3% 15%;
  font-weight: bold;
  color: #000000;
  font-family: Dutch801 Rm BT;
  font-size: 100%;
	position:middle;
  color: #0000FF;
  }    

div.melding
{
	position: absolute;
	top: 350px;
	left: 5px;
	z-index: 1;
	width: 95%;
    height: 40px;
    font: bold 14px serif;
	font-family: "Times New Roman";
	color: #FFFF00;
    border-bottom: medium solid black;
    border-left: medium solid black;
    border-right: medium solid silver;
    border-top: medium solid silver;
    background: #808080;
}   

div.kolom
  {
  margin: 6px;
  border: 0px solid #000000;
  height: auto;
  width: 18%;
  float: left;
  text-align: center;
  }
    


div.titel
  {
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #808080;
  text-align: center;
  width: 100%;
  height:25px;
  margin: 0px;
  border-bottom: 2px solid #616161;
  border-left: 3px solid #616161;
  border-right: 2px solid silver;
  border-top: 3px solid silver;
  color:#FFFFFF;
  }
div.inhoud
  {
  text-align:left;
  font-weight: normal;
  width: 100%;
  height:400px;
  margin: 0px;
  border-bottom:2px solid #616161;
  border-left: 3px solid #616161;
  border-right:2px solid silver;
  background-color: #C0C0C0;
  color:#0000FF;
  }  
  
div.leuze
  {
  text-align: center;
  font-size: 13px;
  font-family: "Times New Roman", Times, serif;
  line-height: normal;
  font-weight: bold;
  color:#FFFFFF;
  width: 96%;
  height:425px;
  padding:3px;
  background-color:#AA39F4;
  border-bottom: 2px solid black;
  border-left: 3px solid black;
  border-right: 2px solid silver;
  border-top: 3px solid silver;

  }        

a {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	font-weight: bold;
	color: #0000FF;
	margin-left: 10px;
	margin-right: 5px;
	text-align: left;
	line-height: 2;
}



