
/**************************************************************************************************
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:95px;
   background:url(/images/bghead.gif) no-repeat left top;
   background-position:0% 0%;
   }
/**************************************************************************************************
Hormenu section
 ***************************************************************************************************/
   .hormenu{
   width:990px;
   }
   .hormenubox{
   width:690px;
   height:30px;
   margin-left:295px;
   }
   .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 6px;
   background:url(/images/hormenubul.gif) no-repeat left top;
   background-position:0% 50%;
   }
   .hormenu li a:hover{
	color:#0095d8;
	background:url(/images/hormenubulover.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;
   }

/**************************************************************************************************
Contentwraper section
***************************************************************************************************/  
   .contentwraper{
   width:990px;
   }
   /*html>body #contentwraper{
   overflow:hidden;
   }*/
/**************************************************************************************************
Navbar section
***************************************************************************************************/  
   .navbar{
   float:left;
   width:320px;
   }
   .navbarbox{
   position:relative;
   width:320px;
   min-height:508px;_height:508px;
   border:0px solid red;
   }  
/*Kooknews Style*/   
   .kooknews{
   width:320px;
   height:348px;
   border:0px solid orange;
   }
   .kooknewsbox{
   width:320px;
   height:348px;
   position:absolute;
   top:0px;
   left:0px;
   _cursor:hand;
   _cursor:pointer;
   border:0px solid lime;
   }
   .reserveer{
   width:320px;
   }
   .reserveerbox{
   width:220px;
   height:40px;
   margin:40px 0 0 80px;
   border:0px solid lime;
   }
   .reserveerbox a{
   font-size:18px;
   font-weight:bold;
   color:#de2a2c;
   padding:0 14px;
   background:url(/images/redstip.gif) no-repeat left top;
   background-position:0% 60%;
   }
/**************************************************************************************************
Content section
***************************************************************************************************/  
   .content{
   float:left;
   width:670px;
   }
/*Inhoud style*/
   .inhoud{
   float:left;
   width:480px;
   background:url(/images/bgnieuwsei.gif) no-repeat left top;
   background-position:0% 0%;
   }
   .inhoudbox{
   width:371px;
   min-height:480px;_height:499px;
   margin:0px 0 0 105px;
   }
/*Titlefont style*/   
   .titlefont{
   width:371px;
   min-height:50px;_height:40px;
   }
   .titlefontbox{
   width:360px;
   margin:40px 0 0 0px;
   }
/*ContentText style*/   
   .contenttext{
   width:300px;
   height:370px;
   overflow:auto;
   border:0px solid green;
   }
   .contenttextbox{
   width:280px;
   padding:20 0 20px 0;
   }
/*Terug Style*/    
   .terug a{
   }  
/*Fotobar style*/
   .fotobar{
   float:left;
   width:189px;
   }
  .fotobarbox{
   width:189px;
   min-height:486px;_height:486px;
   margin-top:22px;
   }
/*Fotomask Style*/   
   .fotomask1{
   width:189px;
   }
   .fotomask1box{
   width:181px;
   height:190px;
   }   
   .fotomask2{
   width:189px;
   }
   .fotomask2box{
   width:184px;
   height:183px;
   } 
/**************************************************************************************************
Footer section
 ***************************************************************************************************/  
   
   .footer{
   position:relative;
   width:990px;
   clear:both;
   }
  .footerbox{
   width:780px;
   height:42px;
   margin-left:200px;
   }
   .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;
   }
   
   .headlines {
   	margin-bottom: 25px;
   }
   
   .headlinetitle {
   	font-weight: bold;
   	margin-bottom: 5px;
   }
  
    .headlinecontent {
   	font-weight: normal;
   }
 
  
