body{
    background:#000;
    color:#fff;
    font-size:12px;
    font-family:georgia, arial, verdana, sans-serif;
    text-align:center;
}

#container{
    text-align:left;
    width:760px;
    margin:0 auto;
}

#header{
    height:141px;
    position:relative;
}

#logo{
    position:absolute;
    top:106px;
    left:0px;
}

#navigation{
    height:41px;
}

#navigation ul li{
    float:left;
}

#navigation ul li a{
    color:#000;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    padding:12px 6px 0px 6px;
    display:block;
    height:29px;
    background:url("../../layout/www.voorspoed.be/menu-bullet.jpg") no-repeat left 11px;
}
#navigation ul li.first a{
    background:none;
}

#navigation ul li a:hover,
#navigation ul li.active a{
    color:#a18e67;
}

#content-top,
#content-bottom{
    width:760px;
    height:20px;
    margin:0 auto;
    float:left;
}

#content-top{
    margin:25px 0px 0px 0px;
    background:url("../../layout/www.voorspoed.be/content-top-bg.png") no-repeat center top;
}

#content-bottom{
    margin:0px 0px 25px 0px;
    background:url("../../layout/www.voorspoed.be/content-bottom-bg.png") no-repeat center top;
}

#content{
    background:url("../../layout/www.voorspoed.be/content-repeater.png") repeat-y center top;
    float:left;
    width:740px;
    padding:10px;
    position:relative;
    min-height:50px;
    height:auto !important;
    height:50px;
}

#image{
    float:left;
    padding:6px 0px 0px 26px;
    width:192px;
    position:absolute;
    top:0px;
    left:0px;
}

#content-txt{
    float:right;
    width:462px;
    margin:0px 45px 0px 26px;
}
.no-cols #content-txt{
    float:left;
    width:600px;
}
#wrap-footer{
    clear:both;
    border-top:1px solid #fff;
    width:100%;
    min-height:50px;
    height:100px;
    margin-top:330px;
}
#footer{
    font-size: 11px;
    text-align:left;
    width:760px;
    margin:0 auto;
}

#footer p{
    float:left;
    padding-right:10px;
}

#footer p,
#footer a{
    color:#fff;
}
/* ELEMENTS
-----------*/
hr{
    background-color:#dcd7c5;
    height:1px;
    border:none;
}
a{
    color:#fff;
    text-decoration:none;
}
a:hover{
    text-decoration:underline;
}

p{
    line-height:20px;
}

h1.page_title{
    font-size:20px;
}

h1{
    font-size:18px;
}

h2{
    font-size:16px;
}

h3{
    font-size:14px;
}

#content p,
#content ul,
#content ol{
    margin:0 0 10px;
}

#content ul,
#content ol{
    margin:0 0 10px;
    padding-left:15px;
    list-style:disc;
}

#content ol{
    list-style:decimal;
}

#content h1,h2,h3,h4,h5,h6{
    margin:0 0 10px;
}

.zwart{
    color:#111111;
}
/* PHOTOGALLERY
---------------*/
#content .module_photo ul{
    margin:0;
    padding:0;
    list-style:none;
}

#module_photogallery{
    list-style:none;
    padding:0;
}

#module_photogallery li{
    float:left;
    margin:0 15px 30px;
    height:154px;
    width:154px;
    text-align:center;
    overflow:hidden;
}

#module_photogallery li a img{
    border:2px solid #fff;
}

#module_photogallery li a:hover img{
    border:2px solid #ccc;
}

/*FORMS
-------*/
input.submit{
    color:#555;
    padding:3px 0;
    width: 120px;
    display:block;
    margin:8px auto auto 162px;
    font:bold 12px georgia, arial, verdana, sans-serif;
    background-color:#E8DDBD;
    border:1px solid #E8DDBD;
    cursor: pointer;
}

input.text,
textarea{
    width:250px;
    padding:3px 5px;
    font:11px georgia, arial, verdana, sans-serif;
    border:1px solid #C5C5C5;
}

table.layouttable{
    width:430px;
}

table.layouttable td,
table.layouttable th{
    padding:3px;
    vertical-align:top;
    
}

table.layouttable th{
    width:180px;
    font-weight:normal;
    text-align:left;
    font-family:georgia, arial, verdana, sans-serif;
    color:#fff;
}

table.layouttable .row0 td,
table.layouttable .row0 th{
    background:none;
}

table.layouttable tr.error th,
table.layouttable tr.error td{
    background:#c00;
    font-weight:bold;
    color:#fff;
}

#disclaimer{
    font-size:10px;
}
.error_message{
    border:1px solid #c00;
    background:#fdd;
    padding:15px;
    margin:10px 0;
    color:#c00;
}

tr.error {
    border:1px solid #c00;
    background:#fdd;
}

#thanks{
    padding:15px;
    margin-bottom:30px;
    background:#E8DDBD;
    color:#444;
}

/* tables */
#content-txt table{
    width:100%;
}

#content-txt table td{
    padding:4px 4px 4px 14px;
    color:#fff;
}
#content #content-txt p,
#content #content-txt table td p{
    color:#fff;
}

/* choose color */

body #header #logo{
    width:550px;
    height:46px;
}

body.wit #header #logo{
    background:url("../../layout/www.voorspoed.be/logo-w.png") no-repeat center top;
}

body.zwart #header #logo{
    background:url("../../layout/www.voorspoed.be/logo-z.png") no-repeat center top;
}

body.wit #wrap-footer #footer p,
body.wit #wrap-footer #footer p a{
    color:#fff;
}

body.zwart #wrap-footer #footer p,
body.zwart #wrap-footer #footer p a{
    color:#111;
}
