
/**************************************************************************************************
html-body Section
***************************************************************************************************/
  body{
  text-align:center;
  background:#fff;               
  }
/**************************************************************************************************
Framework Section
 ***************************************************************************************************/  
  
  #wraper{   
  width:990px;
  margin:0 auto;
  text-align:left;
  background:#fff;
  }


/**************************************************************************************************
Contentwraper section
***************************************************************************************************/  
   .contentwraper{
   width:990px;
   }
   /*html>body #contentwraper{
   overflow:hidden;
   }*/
/**************************************************************************************************
Navbar section
***************************************************************************************************/  
   .navbar{
   float:left;
   width:245px;
  border:0px solid lime;
   }
   	html>body .navbar{
   overflow:hidden;
   }
   .navbarbox{
   position:relative;
   width:235px;
   height:540px;
   margin:10px 0 0 10px;
   border:0px solid lime;
   }
/*rec2Navbartitle Style*/     
	.rec2navbarfont{
   width:180px;
   height:20px;
   font-size:14px;
   color:#dd2a2c;/*rood*/
   }




/*ReviewHouder Style*/     
	.reviewhouder{
   width:230px;
   /*height:480px;*/
   margin:0px 0 0px 0;
   padding:0px 0 0 0;
   border:0px solid green;
   }

/*Eigenrec Style*/     
	.eigenrec{
   width:230px;
   /*height:480px;*/
   margin:20px 0 0px 0;
   padding:10px 0 0 0;
   border-top:4px solid #d3d4d5;
   }
   .eigenreclift{
   width:220px;
   height:65px;
   }
   .eigenrec span{
   color:#000;
   }
/*beordeling Style*/   
   .beordeling{
   float:left;
   color:#898a8c;/*grijs*/
   }
   .steren{
   float:left;
   padding:0 0 0 5px;
   }
   
   .eigenrec .label{
   /*width:90px;*/
   color:#898a8c;/*grijs*/
   border:0px solid green;
   }
   .eigenrec .uitleg{
   border:0px solid green;
   }

/*Stars Style */
#stars{
   background:#fff;
   } 

/*Rectoevoegenlink Style*/       
   .rectoevoegen, .reclezen{
   width:220px;
   height:45px;
   margin:30px 0 0 0;
   border:0px solid green;
   }
   .rectoevoegen a, .reclezen a{
    padding:5px 0 5px 25px;
    color:#898a8c;/*grijs*/
    line-height:29px;
    background:url(/images/recensiesbullet.gif) no-repeat left top;
    background-position:0px 3px;
     border:0px solid pink;
   }

/**************************************************************************************************
Content section
***************************************************************************************************/  
   .content{
   float:left;
   width:743px;
   }
/*Inhoud style*/
   .inhoud{
   float:left;
   width:460px;
   background:url(/images/bgcontent-foo.gif) no-repeat left top;
   background-position:0% 0%;
   }
   html>body .inhoud{
   overflow:hidden;
   }
   .inhoudbox{
   width:380px;
   margin:60px 0 0 70px;
   border:0px solid green;
   }
   
/*Logo style*/      
  .contlogo{
   width:370px;
   height:67px;
   background:url(/images/contlogo.gif) no-repeat left top;
   background-position:0% 0%;
   } 
   
/*Titlefont style*/   
   .titlefont{
   width:371px;
   height:50px;
   }
   .titlefontbox{
   width:360px;
   margin:40px 0 0 0px;
   font-size:14px;
   color:#d61221;
   }
   
/*Hormenu section*/
   .hormenu{
   width:370px;
   margin:20px 0px ;
   }
   .hormenubox{
   width:360px;
   height:30px;
   margin:0px;
   }
   .hormenu ul{
   list-style:none;
   margin:0px 0 0 0px;
   }
   .hormenu ul li{
   float:left;
   border:0px solid green;
   }
   .hormenu a{
   padding:0 4px 0 9px;
   background:url(../images/circlebullet.gif) no-repeat left top;
   background-position:0% 50%;
   font-size:11px;
   }
   .hormenu li a:hover{
	color:#0095d8;
	background:url(../images/circlebulletover.gif) no-repeat left top;
   background-position:0% 60%;
	}
   .firstchild a, .hormenu .firstchild a:hover{
   font-size:14px;
	font-weight:bold;
	/*background:none;*/
   }  
   .hormenu .menuitem-active a{
   font-size:14px;
   color:#0095d8;
   font-weight:bold;
   }
   
   
/*ContentText style*/   
   .contenttextrec2{
   width:300px;
  height:280px;
   /**/overflow:auto;
   border:0px solid green;
   }
   .contenttextboxrec2{
   width:280px;
   padding:20 0 20px 0;
   }
   .contenttextboxrec2 p{
   line-height:20px;
   }


 
/**************************************************************************************************
Fotobar section
 ***************************************************************************************************/  
        
   .fotobar{
   float:left;
   width:280px;
   }
  .fotobarbox{
   width:280px;
   height:550px;
   margin:0px 0 70px 0;
   }

/**************************************************************************************************
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;
   }
   
   
   
