/**************************************************************************************************
body Section
***************************************************************************************************/
  
  body{
  text-align:center;
  background:#fff url(/images/bigloop.gif) repeat-x left top;
  background-position:0% 0%;
  }
/**************************************************************************************************
Framework Section
 ***************************************************************************************************/  
  
 .container{
 text-align:center;
 border:0px solid red;
  } 
  .leftwing{
  }
  .leftwingbox{
  width:auto;
  height:700px;
  background:url(/images/bgleftwing.jpg) no-repeat right top;
  background-position:100% 0%;
  border:0px solid red;
  }
  .midwing{
  width:968px;
  } 
  .rightwing{
  width:auto;
  }  
  .rightwingbox{
  width:auto;
  height:700px;
  border:0px solid red;
  }


/**************************************************************************************************
Wraper Section
 ***************************************************************************************************/  
  
  #wraper{   
  width:968px;
  margin:0 auto;
  text-align:left;
  }

/**************************************************************************************************
Header section
 ***************************************************************************************************/  
   
   .header{
   position:relative;
   width:968px;
   height:164px;
   background:url(/images/bgheader.jpg) no-repeat left top;
   background-position:0% 0%;
   /*border-top:1px solid #57585a;donkergrijs*/
   }
   html>body .header{
   overflow:hidden;
   }
   
/*Logo style*/
 .logo{
  width:250px;
  height:80px;
  position:absolute;
  top:40px;
  left:0px;
  _cursor:hand;
  _cursor:pointer;
  border:0px solid #000;
  }   
   
/*Zoek style*/
   
 .zoek{
  width:280px;
  height:18px;
  margin:130 0 0 660;
  }
   .zoek label{
    padding-right:4px;
    color:#fff;
    /*vertical-align:-4px;_vertical-align:0px;*/
   }
   .zoek .zoekfield{
    width:155px;
    height:20px;
    font-size:11px;
    padding:2px 2px 0 2px;_padding:3px 2px 0 3px;
    vertical-align:0px;_vertical-align:-3px;
	border:0px solid #eee;
	}
   .zoek .zoekbtn{
    width:24px;
    height:18px;
	background:url(/images/zoekbtn.gif) no-repeat; 
    background-position:0px 0px;
	cursor:hand;
	cursor:pointer;
	/**/vertical-align:-5px;_vertical-align:-4px;
	border:0px solid #000;
	}
/*Taal style*/  
.taal{
	   float:left;
	   width:370px;
	   margin:50px 0px 0 400px;
	   border:0px solid lime;
	   }
	   .taal span{
	   padding:0 0 0 10px;
	   font-weight:bold;
	   color:#fff;
	   }
	   .taal a{
	   text-decoration:none;
	   font-weight:bold;
	   color:#fff;
	   padding:0px 6px ;
	   }
	   .taal a:active{
	   color:#000;
	   }
	   .taal .firstchild{
	   background:none;
	   }
/**/   
/**************************************************************************************************
Contentwraper section
***************************************************************************************************/  
   .contentwraper{
   width:968px;
   min-height:433px;_height:433px;
   background:url(/images/contwraperloop.gif) repeat-y left top;
   background-position:0px 0px;
  /* border-left:1px solid #57585a;donkergrijs*/
   /*border-right:1px solid #57585a;donkergrijs*/
   }
   html>body .contentwraper{
   overflow:hidden;
   }
/**************************************************************************************************
Navbar section
***************************************************************************************************/  
   .navbar{
   float:left;
   width:189px;_width:188px;
   /*background:#082755;donkerblauw*/
   }
   .navbarbox{
   width:170px;
   min-height:433px;_height:433px;
   margin:0 0 0 17px;
   border:0px solid lime;
   }
/*Navmenu style*/
   .navmenu{
   width:170px;
   min-height:250px;_height:250px;
   margin:10px 0 0 0px;
   border:0px solid lime;
   }
   .navmenu ul{
   list-style:none;
    margin:0px 0 0 8px;
   }
   .navmenu ul li{
   margin:0px;_margin:-2px 0;
   _height:1%;
   padding:0px;
   }
   .navmenu li a{
   display:block;
   text-decoration:none;
   font-weight:bold;
   color:#fff;
   }
   .navmenu li a:hover{
	color:#f0c3db;
	}
  .navmenu #selectedmenu, .navmenu .menuitem-path a{
	color:#f0c3db;
	} 
   
/*Navdemo style*/
   .navdemo{
   width:172px;
   height:125px;
   background:#6d91c4;
   border:0px solid lime;
   }
   .navdemotitle{
   width:160px;
   height:20px;
   font-size:11px;
   font-weight:bold;
   color:#fff;
   margin:10px 0 0 10px;
   }
   .navdemobox{
   width:120px;
   height:72px;
   margin:5px 0 0 25px;
   border:1px solid #fff;
   }
   
/**************************************************************************************************
Content section
***************************************************************************************************/  
   .content{
   float:left;
   width:779px;
   min-height:433px;_height:433px;
   background:url(/images/bgcontent2.gif) no-repeat;background-position:0px 0%;
   _background:url(/images/bgcontent3.gif) no-repeat;_background-position:1px 0%;
   
   }

/**************************************************************************************************
Hormenu section
***************************************************************************************************/  
   .hormenu{
   width:779px;
   height:22px;
   background:#082755;/*donkerblauw*/
   }

   .hormenu ul{
   list-style:none;
   margin:0px;
   }
   .hormenu ul li{
   float:left;
   margin:0 5px;
   border:0px solid lime;
   }
   .hormenu li a{
   display:block;
   text-decoration:none;
   font-weight:bold;
   color:#fff;
   padding: 2px 0px;
   }
   .hormenu li a:hover{
	color:#f0c3db;
	}
    .navmenu #selectedmenu, .navmenu .menuitem-path a{
	color:#f0c3db;
	} 
   
     
/**************************************************************************************************
Footer section
 ***************************************************************************************************/  
   
   .footer{
   width:968px;
   height:50px;
   clear:both;
   background:url(/images/bgfooter2.gif) no-repeat left top;
   background-position:0% 0%;
   }
   html>body .footer{
   overflow:hidden;
   }
  .footer p{
  font-family:Arial;
  font-size:11px;
  font-weight:normal;
  color:#c0c0c0;
  margin:17px 0 0 190px;
  }
  .footer p span{
  margin:0px 0 0 30px;
  }
  .footer p span a{
  text-decoration:underline;
  }
  .footer p a{
  text-decoration:none;
  font-family:Arial;
  font-size:11px;
  font-weight:normal;
  color:#c0c0c0;
  }
