/*****************************/
/* posities & pixelbestanden */
/*****************************/

.image0{
/* betreft de openingsflash aardBOL*/
   position:absolute;
   left:190px;
   top:50px;
}
.image1{
/* betreft de vertikaal uitgelijnde figuren met Architectuur, Webdesign en Landmeetkunde */
   position:absolute;
   left:825px;
   top:0px;
}
.achtergrondLand{
   background-image: url(achtergrondLand.gif);
   background-repeat: no-repeat;
   cursor: crosshair;
}
.achtergrondArch{
   background-image: url(achtergrondArch.gif);
   background-repeat: no-repeat;
   cursor: crosshair;
}
.achtergrondWeb{
   background-image: url(achtergrondWeb.gif);
   background-repeat: no-repeat;
   cursor: crosshair;
}
.foto{
   position:absolute;
   left:200px;
   top:50px;
}
.menu{
   position:absolute;
   left:200px;
   top:10px;
}
.tekstvak{
   position:absolute;
   left:200px;
   top:350px;
   width:600px;
}
.floatright{
   position:relative;
   float:right;
}
.klok{
   position:absolute;
   left:810px;
   top:10px;
}
/*****************************/
/* opmaak tekst              */
/*****************************/
.txt_menu{
   font-size: 12pt;
   font-weight: bold;
   color:gray;
   font-family:tahoma, arial;
}
.link_menu{
   font-size: 12pt;
   text-decoration:none;
   color:gray;
   font-family:tahoma, arial;
}
.link_menu:hover{
   font-size: 12pt;
   text-decoration:none;
   color:black;
   font-family:tahoma, arial;
}
.link{
   color:#DAA520;
   text-decoration:none;
}
.link:hover{
   text-decoration:none;
   color:gray
}
.linkgray{
   text-decoration:none;
   color:gray
}
.linkgray:hover{
   text-decoration:none;
   color:black
}
.linksilver{
   text-decoration:none;
   color:silver
}
.linksilver:hover{
   text-decoration:none;
   color:black
}
.txt1{
   font-size: 18pt;
   font-weight: bold;
   color:#363636;
   font-family:tahoma, arial
}
.txt2{
   font-size: 10pt;
   font-weight: normal;
   color:gray;
   font-family:tahoma, arial
}
.txt3{
   font-size: 9pt;
   font-weight: lighter;
   color:silver;
   font-family:tahoma, arial
}
/*****************************/
/* offerte                   */
/*****************************/
.offerte{
   position:absolute;
   left:400px;
   top:100px;
   width:400px;
   height:300px;
   margin:0px;
   border:0px;
}
.txt_offerte{
   font-size: 10pt;
   text-decoration:none;
   color:white;
   font-family:tahoma, arial
}
.txt_offerte:hover{
   font-size: 10pt;
   text-decoration:none;
   color: yellow;
   font-family:tahoma, arial
}
