body{
    margin: 0;
    background-color: #B7B7B7;
    font-family: tahoma;
    font-size: 11px;
    color: #333333;
}
img{
    border: 0;
}
a{
    color: #333333;
    text-decoration: none;
}
a:hover{
    color: black;
}
h1{
    margin: 0;
    font-size: 18px;
}
h2{
    margin: 0;
    color: white;
    font-size: 18px;
    margin-bottom: 12px;
}
hr{
    height: 0;
    border: 0;
    border-top: 1px solid #999999;
    clear: both;
}
table, tr, td, form{
    padding: 0;
    margin: 0;
}
td{
    vertical-align: top;
}
td img{
    margin-right: 3px;
    border: 1px solid silver;
}
td.price{
    text-align: right;
}
label{
float: left;
width: 100px;
}
form{
margin: 0;
}
input[type="text"] 
{
width: 250px;
}
textarea 
{
width: 250px;
height: 100px;
}
#container{
    margin: 0 auto;
    width: 955px;
    background-color: white;
}
#header{
    height: 80px;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#header > #titlebar{
    width: 540px;
    height: 80px;
    float: left;
}
#header > #languagebar{
    float: right;
    padding-right: 30px;
    padding-top: 40px;
}
#header > #languagebar > #language_nl{
    height: 11px;
    width: 16px;
    cursor: pointer;
    float: left;
    background-image: url('../images/language_nl.png');
    background-repeat: no-repeat;
    margin-right: 10px;
}
#header > #languagebar > #language_du{
    height: 11px;
    width: 16px;
    float: left;
    cursor: pointer;
    background-image: url('../images/language_du.png');
    background-repeat: no-repeat;
    margin-right: 10px;
}
#header > #languagebar > #language_uk{
    height: 11px;
    width: 16px;
    float: left;
    cursor: pointer;
    background-image: url('../images/language_uk.png');
    background-repeat: no-repeat;
    margin-right: 10px;
}
#header > #languagebar > #language_fr{
    height: 11px;
    width: 16px;
    float: left;
    cursor: pointer;
    background-image: url('../images/language_fr.png');
    background-repeat: no-repeat;
    margin-right: 10px;
}
#redbar_top{
    height: 10px;
    background-image: url('../images/redbar_top.png');
    background-repeat: repeat-x;
}
#menuholder{
    height: 30px;
}
#menuholder > #menu{
    width: 700px;
    float: left;
}
#menuholder ul{
    padding: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 0;
    margin-left: 20px;
    font-size: 15px;
    font-weight: bold;
}
#menuholder li
{
    display: inline;
    list-style-type: none;
    padding-right: 30px;
}
#menuholder > #searchbar{
    padding-top: 3px;
    width: 255px;
    float: right;
}
#page_image{
    clear: both;
    height: 223px;
    overflow: hidden;
}
#redbar_bottom{
    height: 11px;
    background-image: url('../images/redbar_bottom.png');
    background-repeat: repeat-x;
}
#content_holder{
    background-image: url('../images/content_bg_2px.png');
    background-repeat: repeat-y;
    float: left;
    width: 970px;
}
#content_holder > #verkoopbar{
    width: 230px;
    padding: 10px;
    float: left;
}
#content_holder > #verkoopbar > h2 > a{
    color: white;
}
#content_holder > #content{
    width: 680px;
    margin-left: 255px;
    padding: 10px;
}
#content_holder > #content > h3{
    margin: 0;
    font-size: 14px;
    margin-top: 10px;
}
#content_holder > #content > p{
    margin: 0;
    margin-top: 5px;
    margin-bottom: 7px;
}
#content_holder > #content > hr{
    margin-top: 20px;
}
#content_holder > #content  tr{
    border-bottom: 1px solid red;
}
#content_holder > #content td{
    text-align: left;
    padding-right: 5px;
    padding-bottom: 3px;
}
/*CONTACTPAGINA*/
#address_holder{
    width: 680px; 
    float:left; 
    height: 150px;
}
#address_holder_left{
    width: 390px;
    float: left;
}
#address_holder_right{
    width: 280px;
    float: left;
}
#left{
    width: 80px;
    float: left;
}
#right{
    width: 210px;
}
/*END CONTACTPAGINA*/
.news{
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
}
/*START VERKOOPPPAGINA*/
#verkoop_holder{
    margin-top: 15px;
}
.categorie_holder{
    width: 320px;
    height: 142px;
    background-color: #CBCBCB;
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
}
.categorie_holder  h3{
    margin: 0;
    font-size: 13px;
    background-color: #CF1D23;
    background-image: url('/images/categorie_bar.png');
    padding: 5px;
}
.categorie_holder h3 a{
    color: white;
}
.categorie_holder table{
    margin-top: 3px;
}
.categorie_holder td, th{
    width: 100px;
    padding-left: 5px;
}
.categorie_holder  > .readmore{
    margin-top: 5px;
    margin-right: 5px;
    text-align: right;
}
.omschrijving{
    width: 200px;
}
/*END VERKOOPPPAGINA*/

#footer{
    clear: both;
    background-color: #B7B7B7;
    background-image: url('../images/redbar_top.png');
    background-repeat: repeat-x;
    height: 20px;
    text-align: right;
    padding: 3px;
    padding-top: 12px;
}
