    /* Base CSS */

*{
    margin: 0px;
    padding: 0px;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


/* Main layout CSS */


body, html {
    font-family: Georgia, Palatino, Palatino Linotype, Sylfaen, Verdana, Arial, Helvetica, Sans-Serif;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 1.5em;
    text-align: center;
    background: #fe7004;
    height: 100%;
    width: 100%;
}

div#header{
    width: 725px;
    height: 195px;
    background: url('/media/interface/header_bedr.jpg') no-repeat;
}

div.spacer {
height: 20px;
width: 725px;
}

div#container {
    width: 725px;
    height: auto;
    margin: 0px auto;
    text-align: left;
    border: 2px solid #99004e;
    background: #c19f82;
}
div#container_home {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    text-align: center;
    background: #fe7004;
}
div#keuze_home {
    width: 481px;
    margin: 0 auto;
}
div#keuze_bedrijven {
    float:left;
    width: 241px;
    text-align:left;
}
div#keuze_bedrijven div.keuze_left {
    margin: 0 auto;
    width: 116px;
}
div#keuze_particulier {
    float:right;
    width: 240px;
    text-align:left;
}

div#keuze_particulier div.keuze_right {
    margin: 0 auto;
    width: 116px;
}
div#logo_keuze {
    background: url('/media/interface/keuze_home/logo_keuze.gif') no-repeat;
    width: 480px;
    height: 81px;
    float:left;
    margin: 0 auto;
    margin-bottom:15px;

}
div#leftcontent{
    float: left;
    width: 191px;
    height: auto;
    
}

div#rightcontent{
    float: left;
    width: 178px;
    height: auto;
    margin-left: 20px
}

div#centercontent{
    float: left;
    width: 295px;
    height: auto;
}

div#maincontent{
    float: left;
    width: 497px;
    height: auto;
    margin-left: 20px;
}

div#footer {
    position: relative;
    top: 26px;
    clear: both;
    width: 705px;
    color: white;
    text-align: center;
    font-size: 10px;
    margin: 0 auto;
}

div#footer a:link,
div#footer a:visited {
    color: white;
    font-weight: bold;
    text-decoration: none;
    margin-left: 10px;
}

div#footer a:hover {
    text-decoration: underline;
}

div#leftcontent ul {
    font-size: 11px;
    list-style-type: none;
    padding-bottom: 9px;
    margin-bottom: 20px;
    background: url('/media/interface/menubottom.gif') bottom left no-repeat;
    width: 191px;
}

div#leftcontent ul li ul {
    background: none;
    margin-bottom: -9px;
}


/* Menu */

div#leftcontent ul li.koptekst {
    display: block;
    background: #99004e;
    padding: 4px 16px;
    color: white;
    font-weight: bold;
}

div#leftcontent ul li a:link,
div#leftcontent ul li a:visited {
    display: block;
    width: 175px;
    color: white;
    font-weight: bold;
    background: #A96932;
    border-bottom: 1px solid #54646b;
    text-decoration: none;
    padding: 11px 0px 11px 16px;
}

div#leftcontent ul li a:hover {
    background: #a2622c;
}



/* Sub Menu */



div#leftcontent ul li ul li a:link,
div#leftcontent ul li ul li a:visited {
    display: block;
    width: 153px;
    color: white;
    font-weight: bold;
    background: #C27839;
    border-bottom: 1px solid #54646b;
    text-decoration: none;
    padding: 6px 0px 6px 38px;
}

div#leftcontent ul li ul li a:hover {
    background: #A96932;
}



/* Center Content Blocks */



div.centercontent_blockcontainer{
    background: url('/media/interface/centercontent_blockcontainer.gif') repeat-y;
    width: 297px;
    height: auto;
    margin-bottom: 20px;
}

div.centercontent_blockfooter{
    background: url('/media/interface/centercontent_blockfooter.gif') no-repeat;
    width: 297px;
    height: 7px;
    clear: both;
    overflow: hidden;
}

div.centercontent_blockcontent {
    padding: 10px 10px 10px 10px;
    height: auto;
}

div.centercontent_blockcontainer h1 {
    width: 277px;
}



/* Right Content Blocks */



div.rightcontent_blockcontainer{
    background: url('/media/interface/rightcontent_blockcontainer.gif') repeat-y;
    width: 180px;
    height: auto;
    margin-bottom: 20px;
}

div.rightcontent_blockfooter{
    background: url('/media/interface/rightcontent_blockfooter.gif') no-repeat;
    width: 180px;
    height: 7px;
    clear: both;
    overflow: hidden;
}

div.rightcontent_blockcontent {
    padding: 10px 10px 10px 10px;
    height: auto;
}

div.rightcontent_blockcontainer h1 {
    width: 160px;
} 

/* Main Content Blocks */

div.maincontent_blockcontainer{
    background: url('/media/interface/maincontent_blockcontainer_bedr.gif') repeat-y;
    width: 497px;
    height: auto;
    margin-bottom: 20px;
}

div.maincontent_blockfooter{
    background: url('/media/interface/maincontent_blockfooter_bedr.gif') no-repeat;
    width: 497px;
    height: 7px;
    clear: both;
    overflow: hidden;
}

div.maincontent_blockcontent {
    padding: 10px 10px 10px 10px;
    height: auto;
}

div.maincontent_blockcontainer h1 {
    width: 477px;
}

div.centercontent_blockcontainer h1,
div.rightcontent_blockcontainer h1,
div.maincontent_blockcontainer h1 {
    font-size:         11px;
    color: white;
    background: #54646b;
    padding: 4px 10px 4px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Main tekst CSS */

h2 {
    font-size: 11px;
    font-weight:     bold;
    margin-bottom: 1em;
    text-transform: uppercase;
}


p {
    margin-bottom: 2em;
}

a:link,
a:visited {
    font-weight: bold;
    text-decoration: underline;
    color: #FFFFFF;
}

a:hover {
    color: white;
}

div#centercontent ul,
div#rightcontent ul,
div#maincontent ul {
    list-style-position: inside;
    list-style-type: disc;
    margin-bottom: 2em;
}

div#centercontent ul ul,
div#rightcontent ul ul,
div#maincontent ul ul{
    list-style-position: inside;
    list-style-type: circle;
    margin-bottom: 0em;
    margin-left: 2em;
}

img.readmore {
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer
}

img.right {
    float: right;
    margin: 0px 0px 10px 10px;
}

img.left {
    float: left;
    margin: 0px 10px 10px 0px;
}

textarea {
    width: 300px;
    height: 80px;
}

input .tekst{
  width:250px;
}

.fotoSluit{
visibility: hidden;
position: absolute;
}

.fotoOpen{
visibility: visible;
position: absolute;
}

.fotoOpen img, .fotoSluit img, .right{
cursor:pointer;
}
