body, html
{
   background: #ffffff;
   margin: 0px 0px;
   padding: 0px;
   font-family: Arial, Verdana;
   font-size: 12px;
}

body, div, table, td, tr, ul, li
{
   margin: 0px;
   padding: 0px;
   line-height: 20px;
}

a
{
   color: #0070C0;
   text-decoration: none;
}

a img
{
   border: 0px;
}

a:hover
{
   text-decoration: underline;
}

/*******************
        MAIN LAYOUT
*******************/
#div_pageholder
{
   position: relative;
   width: 960px;
   margin-left: auto;
   margin-right: auto;
   background-image: url(http://www.khz.nl/templates/khz/images/bg_topright.jpg);
   background-repeat: no-repeat;
   background-position: top right;
}

#div_header
{
   position: relative;
   background-repeat: repeat-x;
   height: 130px;
}

#div_logo
{
   position: absolute;
   top: 20px;
   left: 20px;
}

#div_menu
{
   position: absolute;
   top: 105px;
   left: 195px;
   height: 17px;
   font-size: 13px;
}

#div_submenu
{
   padding: 1px 4px 4px 4px;
   background: #E31818;
   height: 20px;
}

#div_body
{
   padding-bottom: 40px;
}

#div_image
{
   width: 800px;
}

#div_footer
{ 
   position: absolute;
   right: 0px;
   bottom: 0px;
   width: 610px;
   padding: 10px 0px;
   background: #ffffff;
   z-index: 1;
}

#div_copyright
{
   float: left;
   margin-left: 5px;
   width: 70px;
   font-size: 11px;
   color: #000000;
}

#div_footerbg
{
   position: absolute;
   bottom: 0px;
   left: 0px;
   height: 51px;
   width: 351px;
   background-image: url(http://www.khz.nl/templates/khz/images/bg_bottomleft.jpg);
   background-repeat: no-repeat;
   background-position: bottom left;
}


/*******************
       OTHER STYLE
*******************/
.table_overview td
{
   padding: 3px;
   vertical-align: top;
   font-size: 13px;
}

#div_maincontent
{
   height: 250px;
   margin: 25px 0px;
   background: #ffffff;
}

.portal_button
{
   position: relative;
   float: left;
   width: 340px;
   height: 130px;
   background: red;
   background: url(http://www.khz.nl/portal_img/button_bg.jpg);
   margin: 10px 59px;
   padding: 10px;
}

.portal_button a
{
   position: absolute;
   left: 25px;
   bottom: 10px;
   width: 310px;
   display: block;
   text-align: center;
   color: #ffffff;
   font-weight: bold;
   background: #ec732c;
   border: 1px #000000 solid;
}

.portal_button img
{
   float: left;
   margin-top: 3px;
   margin-right: 5px;
   border: 1px #000000 solid;
}

.portal_quick
{
   clear: both;
   width: 500px;
   margin-left: 75px;
}