body, div, ul, li, p {
	margin:0; padding:0;
}

a, a:hover { text-decoration: none; }
body { 
    margin: 0 auto;
    padding-top: 107px;
    background: #f5f5f5 url(../img/body-bg.gif) 0 0 repeat-x;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 10px;
    color: #969696;
}

#wrapper {
    width: 674px;
    height: 435px;
    margin: auto;
    text-align: left;
    position: relative;
    background: #f5f5f5 url(../img/wrapper-bg.jpg) 0 0 no-repeat;   
}

#content {

}

#heading { 
    position: absolute;
    left: 51px;
    top: 48px;
    width: 309px;
    height: 70px;
    background: url(../img/logo.gif) 0 0 no-repeat;   
}    

#menu-nl { 
    position: absolute;
    left: 52px;
    top: 153px;
    width: 173px;
    height: 200px;   
}

#menu-en { 
    position: absolute;
    left: 255px;
    top: 153px;
    width: 173px;
    height: 200px;   
}

#menu-nl p, #menu-en p {
    width: 173px;
    height: 80px;    
}

#menu-nl p {
    background: url(../img/nl-intro.gif) 0 0 no-repeat;      
}

#menu-en p {
    background: url(../img/en-intro.gif) 0 0 no-repeat;      
}

#copyright { 
    position: absolute;
    left: 52px;
    top: 406px;
    width: 330px;
    height: 12px;   
    text-align: right;
}

#thesedays { 
    position: absolute;
    left: 464px;
    top: 406px;
    width: 68px;
    height: 12px;   
}

#thesedays a {
    display: block;
    width: 68px;
    height: 12px;   
    background: url(../img/thesedays.gif) 0 0 no-repeat; 
}

ul.menu {
    display: block; 
    width: 173px;
    list-style: none;
}

ul.menu li {
    /*display: inline;*/
    width: 173px;
    list-style: none;
}

#nl-business a, #nl-politician a , #nl-media a , #nl-private a,
#en-business a, #en-politician a , #en-media a , #en-private a 
{
    display: block; 
    width: 173px;
    height: 25px; 
}

#nl-business a, #en-business a
{
    height: 26px; 
}

#nl-business a { background: url(../img/nl-business.gif) 0 0 no-repeat; }
#nl-politician a { background: url(../img/nl-politician.gif) 0 0 no-repeat; }
#nl-media a { background: url(../img/nl-media.gif) 0 0 no-repeat; }
#nl-private a { background: url(../img/nl-private.gif) 0 0 no-repeat; }

#en-business a { background: url(../img/en-business.gif) 0 0 no-repeat; }
#en-politician a { background: url(../img/en-politician.gif) 0 0 no-repeat; }
#en-media a { background: url(../img/en-media.gif) 0 0 no-repeat; }
#en-private a { background: url(../img/en-private.gif) 0 0 no-repeat; } 

#nl-business a:hover, #nl-politician a:hover , #nl-media a:hover , #nl-private a:hover,
#en-business a:hover, #en-politician a:hover , #en-media a:hover , #en-private a:hover 
{
    background-position: -173px 0;
}





h1, h2, #thesedays span, ul.menu span, #menu-nl strong, #menu-en strong { display: none; }
