*
{
    margin:0px;
    padding:0px;
}

img
{
    margin:0px;
    padding:0px;
}

body
{
    background-image:url('/v2/images/framework/body-bg-juli2010.jpg');
    background-repeat: repeat-x;
    /* background-color: #34271e; */ /* t/m 12-3-2010 */
    /* background-color: #252a2d; */  /* vanaf 12-3-2010 */
    /* background-color: #2b2533;  /* vanaf 12-4-2010 */
    /* background-color: #311716;  /* vanaf 17-5-2010 */
    /* background-color: #87713f;  /* vanaf 10-6-2010 */
    background-color: #795e41;  /* vanaf 12-7-2010 */
    background-position: top center;
    text-align: center;
}

#horizon
{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

#vertical
{
    margin-left: -520px;  /* -200px; */
    position: absolute;
    top: -260px;   /* -260px; */    /* -100px; */
    left: 52%;      /* 50%; */
    width: 1000px;  /* 400px; */
    height: 520px;  /* 200px; */
}

div.schaduw
{
    background-image: url('/v2/images/framework/schaduw.png');
    background-repeat: repeat-y;
    background-position: center;

    margin-left: auto; 
    margin-right: auto;

    padding: 0;

    POSITION: relative;
    top: 0px;
    left: 0px;
    width:1030px;
    height: 500px;

    float: center;
}

div.main
{
    background-color: black;

    margin-left: auto; 
    margin-right: auto;

    padding: 0;

    position: relative;
    top: 0px;
    left: 0px;
    width:1000px;
    /* height: 500px; */

    float: center;
}

div.logo
{
    position: absolute;
    top: 16px;
    left: 23px;
    width: 168px;
    height: 44px;
    background-image:url('/v2/images/framework/logo.jpg');
    background-repeat: no-repeat;
    cursor: pointer;
    cursor: hand;
}

div.menu
{
    position: absolute;
    top: 28px;
    left: 210px;
    width: 619px;
    height: 32px;
}

div.menu-js
{
    position: absolute;
    top: 28px;
    left: 210px;
    width: 624px;
    height: 32px;
}

div.zoeken
{
    position: absolute;
    top: 28px;
    left: 830px;
    width: 158px;
    height: 32px;
    text-align: left;
}

.browserIE6
#btnSearch
{
    visibility: visible;
}

#btnSearch
{
    visibility: hidden;
}

div.subheader
{
    background-image: url('/v2/images/framework/subheader-bg.jpg');
    background-repeat: repeat-x;
    
    position: absolute;
    top: 74px;
    left: 1px;
    width: 998px;
    height: 24px;
    
    z-index:10;
}

div.subheader_txt
{
    position: absolute;
    top:4px;
    left:5px;
    width: 800px;
    height: 18px;    
    font-family: verdana;
    font-size:7pt;
    color:white;
    text-align: left;
}

div.subheader_txt a
{
    font-family: verdana;
    font-size:7pt;
    color:#989f01;
    text-decoration: underline;
}

div.subheader_txt a:hover
{
    font-family: verdana;
    font-size:7pt;
    color:#989f01;
    text-decoration: underline;
}

div.content
{
    position: relative;
    top: 98px;
    left: 1px;
    width: 998px;
    height: 364px;
    background-color: black;
    
    font-size:10pt;
    font-family: verdana;
    color:white;
    
    text-align: left;
}

div.content-auto
{
    position: relative;
    top: 98px;
    left: 1px;
    width: 998px;
    background-color: black;
    
    font-size:10pt;
    font-family: verdana;
    color:white;
    
    text-align: left;
}

div.snel-leverbaar
{
    position: relative;
    float: left;
    top: 2px;
    left: 0px;
    width: 25px;
    height: 105px;

    background-image:url('/v2/images/framework/snel-leverbaar.jpg');    
}

div.carousel_small
{
    position: relative;
    float: left;
    top: 2px;
    left: 0px;
    width: 974px;
    height: 108px;
    
    font-family: verdana;
    font-size:7pt;
    color:white;
    overflow: hidden;
}

div.carousel_small li
{
    float: left;
}

div.carousel_small ul
{
    list-style: none;
}

/*
div.hr
{
    background-color:white;

    position: relative;
    top: 2px;
    left: 1px;
    width: 998px;
    height: 2px;
}
*/

div.hr
{
    position: relative;
    top: 0px;
    left: 1px;
    width: 998px;
    clear:both;
    z-index: 10;
}

hr.hr-black
{
    background-color: black;
    border:0px;
    height:2px;
    clear:both;    
}

hr.hr
{
    background-color: white;
    border:0px;
    height:2px;
    clear:both;    
}

div.footer
{
    position: relative;
    top: 20px;
    left: 0px;
    width: 1000px;
    height: 30px;
    background-color: black;
    
    font-family: verdana;
    font-size:7pt;
    color:white;
}

div.footer a
{
    font-family: verdana;
    font-size:7pt;
    color:white;
    text-decoration: none;
}

div.footer a:hover
{
    font-family: verdana;
    font-size:7pt;
    color:white;
    text-decoration: none;
}