/**************************************/
/* positioneren                       */
/**************************************/
.content{
/* betreft het volledige vak met inhoud */
   position:absolute;
   left:50%;
   width:800px;
   margin-top:0px;
   margin-left:-400px;
}
.menu{
/* betreft het menu */
   position:absolute;
   top:335px;
}
.inhoud{
/* betreft de inhoud */
   position:absolute;
   top:380px;
}
.info{
/* betreft de uitklapbare info */
   margin-left:15px;
}
/**************************************/
/* positioneren pics                  */
/**************************************/
.banner{
   width:800px;
   height:150px;
   position:absolute;
   top:100px;
   left:0px;
   border:0px;
}
/**************************************/
/* afmetingen logo's                  */
/**************************************/
.logo{
   width:100px;
   border:0px;
}
/**************************************/
/* lijnen                            */
/**************************************/
.lijn1{
   height:2px;
   width:800px;
   position:absolute;
   top:325px;
   left:0px;
}
.lijn2{
   height:2px;
   width:800px;
   position:absolute;
   top:360px;
   left:0px;
}
/**************************************/
/* fonts                              */
/**************************************/
.link{
/* betreft het menu */
   font-family: arial, helvetica, sans-serif;
   font-size:16px;
   text-decoration:none;
   color:gray;
   font-weight:bold;
}
.link:hover{
   font-family: arial, helvetica, sans-serif;
   font-size:16px;
   text-decoration:none;
   color:black;
   font-weight:bold;
}
.link14{
/* betreft de links in de tekst */
   font-family: arial, helvetica, sans-serif;
   font-size:14px;
   text-decoration:none;
   color:gray;
}
.link14:hover{
   font-family: arial, helvetica, sans-serif;
   font-size:14px;
   text-decoration:none;
   color:black;
}
.link10{
/* betreft de links in de tekst */
   font-family: arial, helvetica, sans-serif;
   font-size:12px;
   text-decoration:none;
   color:gray;
}
.link10:hover{
   font-family: arial, helvetica, sans-serif;
   font-size:12px;
   text-decoration:none;
   color:black;
}
.font{
/* betreft de reguliere tekst */
   font-family: arial, helvetica, sans-serif;
   font-size:14px;
   text-decoration:none;
   color:#003300;
}
.font10{
/* betreft de reguliere tekst */
   font-family: arial, helvetica, sans-serif;
   font-size:12px;
   text-decoration:none;
   color:#003300;
}
/**************************************/
/* fonts thema en vlad                */
/**************************************/
.themaschaduw{
   position:absolute;
   top:22px;
   left:2px;
   width:800px;
   font-family: tahoma, arial;
   font-size:50px;
   font-weight:bold;
   color:#c0c0c0;
   text-align:center;
}
.thema{
   position:absolute;
   top:20px;
   left:0px;
   width:800px;
   font-family: tahoma, arial;
   font-size:50px;
   font-weight:bold;
   color:#003300;
   text-align:center;
}
.vladschaduw{
   position:absolute;
   top:257px;
   left:2px;
   width:800px;
   height:70px;
   font-family: tahoma, arial;
   font-size:40px;
   font-weight:bold;
   color:#c0c0c0;
   text-align:center;
   vertical-align:middle;
}
.vlad{
   position:absolute;
   top:255px;
   left:0px;
   width:800px;
   height:70px;
   font-family: tahoma, arial;
   font-size:40px;
   font-weight:bold;
   color:#003300;
   text-align:center;
   vertical-align:middle;
}

