


/**************************************************************************************************
html-body Section
***************************************************************************************************/
  body{
  height:100%;
  text-align:center;
  background:#fff;               
  }
/**************************************************************************************************
Framework Section
 ***************************************************************************************************/  
  
  #wraper{    
  width:828px;
  min-height:620px;           
  height:620px;
  margin:0 auto;
  text-align:left;
  background:#fff;
  }
/**************************************************************************************************
Header section
 ***************************************************************************************************/  
   
   .header{
   position:relative;
   width:828px;
   height:102px;
    border-bottom:4px solid #ffe39a;
   }
/*Logo style*/
   .logo{
   width:261px;
   height:117px;
   position:absolute;
   top:-5px;
   left:-15px;
   z-index:100;
   _cursor:hand;
   _cursor:pointer;
   background:url(/images/logohm.png) no-repeat left top;
   background-position:0% 0%;
   }
/*Menu style*/
.hormenu{
   float:left;
   width:755px;
   height:102px;
   border:0px solid red;
   }
   /*html>body .hormenu{
  overflow:hidden;
   }*/
   .hormenubox{
   width:500px;_width:480px;	
   height:25px;
   text-align:right;
   margin:75px 0px 0 270px;
   border:0px solid lime;
   }
   .hormenu ul{
   list-style:none;
   margin:0;
   }
   .hormenu ul li{
   float:left;
   margin:0px;
   border:0px solid green;
   }
   .hormenu a{
   text-decoration:none; 
   display:block;
   font-size:14px;
   font-weight:normal;
   padding:0px 8px;
   background: url(../images/footerbullet.gif) no-repeat left top;
   background-position:0px 4px;
   }
	/*.hormenu a:hover{
   color:#b40b38;
   }*/
   .hormenu .firstchild a{
   background:none;
   }   
/*Vlag style*/
.vlag{
   float:left;
   width:70px;
   height:102px;
   text-align:right;
   border:0px solid red;
   }
	.vlaglift{
   margin:75px 0px 0 0px;
   }
   .vlaglift a{
   text-decoration:none;
   padding:0 2px;
   }

/**************************************************************************************************
Contentwraper section
***************************************************************************************************/  
   #contentwraper{
   width:828px;
   margin:0px 0 10px 0;
   }
/**************************************************************************************************
Content section
***************************************************************************************************/  
   #content{
   width:828px;
   }
   .contentbox{
   width:780px;
   margin:0 0 0 40;
   border:0px solid blue;
   }
   .contentnota{
   float:left;
   width:385px;
   min-height:480px;_height:480px;
   margin:0 0 0 0;
   border:0px solid green;
   }
   .contenttitle{
   width:380px;
   min-height:30px;_height:30px;
   margin:35px 0 0 0;
   }
   .contenttext{
   width:345px;
   min-height:350px;_height:350px;
   margin:35px 0 0 0;
   }
/*contentfoto style*/
   .contentfoto{
   float:left;
   width:345px;
   /*min-height:480px;_height:480px;*/
   }
   .contentfotolift{
   width:345px;
   min-height:440px;_height:440px;
   margin:35px 0 0 0;
   border:0px solid red;
   }
  /*.contentfototop{
   width:345px;
   height:265px;
   margin:0px 0 0 0;
    border:0px solid red;
   }
   .contentfotodown{
   width:345px;
   height:192px;
   margin:0px 0 0 0;
    border:0px solid red;
   }
*/
   
.clear{
   clear:both;
   color:#fff;
   border:none;
   }

/**************************************************************************************************
Foofooter section
***************************************************************************************************/  
  /* #foofooter{
   clear:both;
   padding-bottom:36px;
   border:1px solid green;
   }*/
   
/**************************************************************************************************
Footer section
 ***************************************************************************************************/  
   
   #footer{
   width:828px;
   height:26px;
   text-align:center;
   clear:both;
   border-top:4px solid #ffe39a;
   }
   #footer p{
   margin:10px 30px 0 0;
   font-size:10px;
   color:#524343;
   }
   #footer a{
   text-decoration:none;
   color:#524343;
   }
   #footer span{
   background: url(../images/footerbullet.gif) no-repeat left top;
   background-position:0px 2px;
   padding:0 0px 0 5px;
   }

  
