    /* Base CSS */



*{
    margin: 0px;
    padding: 0px;
}



/* Main layout CSS */



body, html {
    font-family: Georgia, Palatino, Palatino Linotype, Sylfaen, Verdana, Arial, Helvetica, Sans-Serif;
    color: #003366;
    font-size: 11px;
    line-height: 1.5em;
    text-align: center;
    background: url('/media/interface/background_new_bedrijven.gif') repeat;
    height: 100%;
    width: 100%;
}

div#header{
    width: 725px;
    height: 195px;
    background: url('/media/interface/header_bedr1.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: #3AAFCC;
}

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;
}

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_bedrijven.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: #956d48;
    border-bottom: 1px solid #99004E;
    text-decoration: none;
    padding: 6px 0px 6px 16px;
}

div#leftcontent ul li a:hover {
    background: #825f3f;
}



/* 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: #745538;
    border-bottom: 1px solid #99004E;
    text-decoration: none;
    padding: 6px 0px 6px 38px;
}

div#leftcontent ul li ul li a:hover {
    background: #956d48;
}



/* Center Content Blocks */



div.centercontent_blockcontainer{
    background: url('/media/interface/centercontent_blockcontainer_bedrijven.gif') repeat-y;
    width: 297px;
    height: auto;
    margin-bottom: 20px;
}

div.centercontent_blockfooter{
    background: url('/media/interface/centercontent_blockfooter_bedrijven.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_bedrijven.gif') repeat-y;
    width: 180px;
    height: auto;
    margin-bottom: 20px;
}

div.rightcontent_blockfooter{
    background: url('/media/interface/rightcontent_blockfooter_bedrijven.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_new.gif') repeat-y;
    width: 497px;
    height: auto;
    margin-bottom: 20px;
}

div.maincontent_blockfooter{
    background: url('/media/interface/maincontent_blockfooter_bedr_new.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: #99004e;
    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;
}
/*  CSS for Contact Form 20080919  */

form.CF label {
  display: block;
  float: left;
  width: 150px;
  clear: both;
  margin: 0px 0px 5px 0px;
}

form.CF input, form.CF select {
  display: block;
/*  float: left;*/
  margin: 0px 5px 5px 0px;
}

form.CF input.error{
  border: 2px solid #ff0000;
  color: #ff0000;
}

form.CF input#CF_sBudgetPP, form.CF input#CF_sBudgetT, form.CF input#CF_sIWantBoeken, form.CF input#CF_sIWantOfferte, form.CF input#CF_sIWantAfspraak, form.CF input#CF_sIWantTeruggebeld, form.CF input#CF_sIWantInformatie, input#CF_sPreferredDateA, input#CF_sPreferredDateB, input#CF_sPreferredDateC {
  display: inline;
  float: left;
}

form.CF div.input {
  margin: 0px 5px 5px 150px;
}

form.CF div.CF_FormPart {
  clear: both;
}

form.CF div.input label {
  display: inline;
  float: none;
  width: auto;
  clear: none;
}

form.CF input#CF_sPostcodeA {
  float: left;
}

form.CF input#CF_sBudgetPPValue, form.CF input#CF_sBudgetTValue {
  display: inline;
}

form.CF select optgroup option {
  margin: 0px 0px 0px 15px;
}

/* LELIJKE FIX FOR IE7 */
*+html form.CF input#CF_sPostcodeA {
  position: relative;
  top: 1px;
}