/*********************************************
 * USED COLORS
 * 
 * Color       : RGB VALUE        : HEX VALUE
 *
 * Lichtblauw  : rgb(0,163,254);  : #00A3FE
 * Donkerblauw : rgb(43,0,138);   : #2B008A;
 * Oranje      : rgb(255,102,0);  : #FF6F00;
 *
 **********************************************/

/*******************************
 *  THE NAVIGATION MENUBUTTON 
 *******************************/

.DS-menu-bar 
{
  position			:absolute;
  top				:42px;
  left				:140px;
  padding			:1px;
}

/*******************************
 * THE NAVIGATION SUBMENUSTYLE
 *******************************/

.DS-menu
{
  position			:absolute;
  z-index			:100;
  visibility			:hidden;
  width				:200px;
  border			:2px solid #cccccc;
  padding			:0px;
}

.DS-menu a
{
  display			:block;
  width				:expression("100%"); 
  text-decoration		:none;
  color				:white;
  height			:30px;
  vertical-align		:center;
  padding-top			:0px;
  padding-left			:5px;
  padding-right			:0px;
  cursor			:default;
  font-family			:arial;
  font-size			:13px;
  font-weight			:bold;
  line-height			:28px;
  /*  overflow			:hidden; */
}

.DS-menu a:visited 
{
  color				:white;
}

.DS-menu a:hover 
{
  background			:white;
}	

/*******************************
 * THE NAVIGATION MENUSEPERATOR
 *******************************/

.DS-menu div 
{
  height			:0;
  height			:expression(2);
  border-top			:1px solid buttonshadow;
  border-bottom			:1px solid buttonhighlight;
  overflow			:hidden;
  margin			:0;
  margin-top			:2px;
  margin-bottom			:2px;
  font-size			:0mm;
}

/*******************************
 * STYLE FOR THE TOPNAV
 *******************************/

.topmenu
{
  position			:absolute;
}

/*******************************
 * STYLE FOR THE 3 LEFT IMAGES 
 *******************************/

a:link.imgLeft, a:active.imgLeft, a:visited.imgLeft, a:hover.imgLeft
{
  position			:absolute;
  left				:21px;
  width				:90px;
  height			:90px;
}

#leftImg1
{
  top				:85px;
}

#leftImg2
{
  top				:185px;
}

#leftImg3
{
  top				:285px;
}

/***************************************
 * STYLE FOR THE IMAGE ABOVE THE IFRAME 
 ***************************************/

.koptekst
{
  position			:absolute;
  top				:25px;
  left				:235px;
}




