
/**************************************************************************************************
html-body Section
***************************************************************************************************/
  body{
  text-align:center;
  background:#fff;               
  }
/**************************************************************************************************
Framework Section
 ***************************************************************************************************/ 
  #wraper{   
  width:990px;
  margin:0 auto;
  text-align:left;
  background:#fff;
  }
/**************************************************************************************************
Header section
 ***************************************************************************************************/ 
   .header{
   width:990px;
   height:119px;
   background:url(/images/bghead.gif) no-repeat left top;
   background-position:0% 0%;
   }
 
/**************************************************************************************************
Green section
 ***************************************************************************************************/ 
   .green{
   position:relative;
   width:990px;
   height:11px;
   _margin-top:-3px;
   background:#a6cf51 url(/images/greenloop.gif)repeat-x left top;
   border:0px solid pink;
   }

/**************************************************************************************************
Bestek section
 ***************************************************************************************************/ 
   .bestek{
   width:203px;
   height:95px;
   position:absolute;
   top:5px;
   right:0px;
   _cursor:hand;
   _cursor:pointer;
   background: url(/images/bestek.png) no-repeat left top;
   border:0px solid pink;
   }
     
/**************************************************************************************************
Hormenu section
 ***************************************************************************************************/
   .hormenu{
   width:990px;
   border:0px solid red;
   }
   html>body .hormenu{
   overflow:hidden;
   }
   .hormenubox{
   width:690px;
   height:30px;
   margin:10px 0 0 295px;
   }
   .hormenu ul{
   list-style:none;
   margin:0px 0 0 0px;
   }
   .hormenu ul li{
   float:left;
   font-size:13px;
   border:0px solid green;
   }
   .hormenu a{
   padding:0 4px 0 10px;
   font-size:13px;
   background:url(/images/circlebullet.gif) no-repeat left top;
   background-position:0% 50%;
   }
   .hormenu li a:hover{
	color:#0095d8;
   font-size:13px;
	background:url(/images/circlebulletover.gif) no-repeat left top;
   background-position:0% 50%;
	}
   /*.firstchild a, .hormenu .firstchild a:hover{
   font-size:13px;
	background:none;
   }  */
   .hormenu .menuitem-active a{
   font-size:13px;
   color:#0095d8;
   }



/**************************************************************************************************
Contentwraper section
***************************************************************************************************/  
   .contentwraper{
   width:990px;
   }
/**************************************************************************************************
Navbar section
***************************************************************************************************/  
   .navbar{
   position:relative;
   z-index:10000;
   float:left;
   width:220px;
   background:url(/images/bghmlist.gif) no-repeat left top;
   background-position:0% 0%;
   }
   .navbarbox{
   width:180px;
   min-height:240px;_height:240px;
   margin:20px 0 0 45px;
   border:0px solid red;
   }  
/*Navbartitle Style*/   
   .navbartitle{
   width:120px;
   height:25px;
   margin:0 0 0 20px;
   border:0px solid orange;
   }
   .navbartitle p{
   font-size:14px;
   font-weight:bold;
   color:#e04447;/*rood*/
   border:0px solid orange;
   }
   
/*NavbarTable Style*/
.kooklesagenda {
	width:120px;
   margin:0 0 0 18px;
}

.kooklesagenda td {
   padding:0px 0px;
   border:0px solid orange;
}
   /*.kooklesagenda td a{
   display:block;
   padding:0px 0px;
   border:0px solid orange;
   }*/
/**************************************************************************************************
Content section
***************************************************************************************************/  
 
/*Content style*/
   .content{
   float:left;
   width:520px;
  /*background:url(/images/bgnieuwsei.gif) no-repeat left top;
   background-position:0% 0%;*/
   }
   .contentbox{
   width:490px;
   min-height:180px;_height:180px;
   margin:0px 0 0 20px;
   }
/*Contentlogo style*/   
   .contentlogo{
   width:490px;
   height:70px;
   }
   .contentlogobox{
   width:390px;
   height:70px;
   background: url(/images/contentlogo.gif) no-repeat left top;
   background-position:0% 0%;
   margin:0 0 10px 20px;
   }
/*ContentText style*/   
   .contenttext{
   width:490px;
   min-height:120px;_height:120px;
   border:0px solid orange;
   }
   .contenttextbox{
   width:470px;
   text-align:center;
   padding:10 0 20px 0;line-height:20px;
   }
   .contenttextbox p{
   color:#58585a;
   line-height:20px;
   }
/**************************************************************************************************
Fotobar section
***************************************************************************************************/      

   .fotobar{
   float:left;
   width:240px;
   }
  .fotobarbox{
   width:189px;
   min-height:80px;_height:80px;
   margin-top:22px;
   }

/**************************************************************************************************
Footer section
 ***************************************************************************************************/  
   
   .footer{
   position:relative;
   width:990px;
   clear:both;
   }
  .footerbox{
   width:780px;
   height:42px;
   margin-left:150px;
   }
   .footer p{
   color:#666666;
   font-size:10px;
   }
   .footer p a{
   color:#666666;
   }
   .logo{
   width:212px;
   height:107px;
   position:absolute;
   top:-62px;
   left:800px;
   _cursor:hand;
   _cursor:pointer;
   }
