@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------ALGEMEEN----------------------------------------------------*/
body{
background:#0C0C0C url(../images/background2.jpg) fixed repeat-x left bottom;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin:0px;
padding:0px;
}

#wrapper{
background-color:#FFFFFF;
margin:auto;
width:850px;
border:1px solid #B2D643;
}

#header{
background-image:url(../images/header2.jpg);
height:121px;
border-bottom:1px solid #B2D643;
}

#tussenbalk{
background-image:url(../images/tussenbalk.jpg);
background-repeat:repeat;
width:850px;
height:12px;
border-bottom:1px solid #82b065;
}

#textkader1{
border:1px solid #D8D8D8;
width:800px;
margin:auto;
margin-top:20px;
overflow:hidden;
}

#logos{
width:800px;
}

#textkader2{
border:1px solid #D8D8D8;
width:800px;
margin:auto;
margin-top:20px;
overflow:hidden;
background:url(../images/backgroundfill.jpg) left bottom no-repeat;
}

#textkader1balk{
background-image:url(../images/textkader1balk.jpg);
background-repeat:repeat;
width:790px;
height:13px;
margin:auto;
margin-top:2px;
}

#textkader2balk{
background-image:url(../images/textkader2balk.jpg);
background-repeat:repeat;
width:790px;
height:13px;
margin:auto;
margin-top:2px;
}

.hoofdtitel{
font-size:16px;
}

#footer{
text-align:center;
margin-top:10px;
margin-bottom:10px;
clear:both;
}
/*-----------------------------------------------NAVIGATIE----------------------------------------------------*/
#navigatiebalkimages{
background-image:url(../images/navigatiebar.gif);
height:25px;
width:450px;
margin-top:-39px;
background-repeat:no-repeat;
}

a{
text-decoration:none;
color:#000000;
}

a.current{
color:#347c4c;
}

a:hover{
color:#b4d840;
}

li{
float:left;
list-style:none;
margin-top:5px;
width:100px;
}

#logos{
margin:Opx auto;
padding:Opx;
width:850px;
}
/*-----------------------------------------------IMG IN DE NAVIGATIE----------------------------------------------------*/
img{
border:none;
margin-top:1px;
}

/*-----------------------------------------------HOME PAGINA----------------------------------------------------*/
#infotext{
margin-left:5px;
width:200px;
float:left;
margin-top:10px;
}

#logohuis{
text-align:center;
float:right;
margin-right:5px;
margin-top:-200px;
margin-bottom:10px;
}

#inleidingstext{
margin-left:5px;
margin-top:10px;
margin-bottom:10px;
width:350px;
}

#formulier{
float:right;
margin-right:5px;
width:350px;
margin-top:10px;
}

.error {
color: red;
}

#logoboxxed{
margin-left:5px;
}

#logoproductinfo{
margin-left:5px;
}
/*-----------------------------------------------ROUTEPLAN PAGINA----------------------------------------------------*/
#routeplan{
text-align:center;
margin-top:10px;
}
/*-----------------------------------------------PROMOTIE------------------------------------------------------------*/
#loginkader{
text-align:center;
}
#logout{
float:right;
margin-right:5px;
}

#promoties h1{
    font-size:18px;
    margin-left:20px;
}

#promoties ul{
    padding:0;
    margin-left:20px;
}

#promoties ul li{
    list-style-type:none;
    float:left;
    width:300px;
    height:200px;
}

#promoties ul li a img{
    float:left;
    width:100px;
    height:89px;
}

#promotie{
    margin-left:200px;
}

#promotie a img{
    float:left;
    width:200px;
    height:180px;
    margin-left: 20px;
    margin-right:20px;
    margin-bottom:20px;
}

#promotie p{
    margin-left:30px;
}

#promotie div.info div.titel{
    margin-top:20px;
    font-size:18px;
}

#promotie h2{
    font-size:16px;
    font-weight:bold;
    margin-left:20px;
}

#promoties ul li div.info{
    float:left;
    width:150px;
    height:90px;
    margin-top:5px;
    margin-left:10px;
}

div.titel a, div.titel{
    font-weight:bold;
    text-decoration:none;
}

#promoties ul li div.info div.titel a:hover{
    text-decoration:underline;
}

div.info div.prijs{
    color:#347c8d;
    font-size:24px;
    font-weight:bold;
}

/*-----------------------------------------------fabrikantinfo PAGINA----------------------------------------------------*/
#fabrikantkader{
margin-right:87px;
margin-left:87px;
margin-top:10px;

}

/*-----------------------------------------------Varia----------------------------------------------------*/
.clear{
    clear:both;
}