@charset "utf-8";

/* Global - CSS reset
---------------------------------------------------------------------------------*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {margin: 0; padding: 0 }
table {border-collapse: collapse; border-spacing: 0 }
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal; font-weight: normal }
ol, ul, li {list-style: none }
caption, th {text-align: left }
h1, h2, h3, h5, h5, h6 {font-size: 100% }
q:before, q:after {background-position: center center; content: '' }
strong {font-weight: bold }
em {font-style: italic }
ol, ul, li {list-style: none }
* a {position: relative }
a { text-decoration: none;}

/* CSS Document */

body
{
margin-top:0;
margin-left:0;
margin-right:0;
margin-bottom:0;
background-color:#999999;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url(images/back.jpg);
background-position: top center;
}
img.special
{
border: 3px black solid;
}

#knop
{
height:51px;
display:block;
}
#knop:hover
{
cursor:pointer;
background: 0 -51px;
}
#midden
{
width:786px;
background-color:#FFFFFF;
}
#header
{
height:388px;
width:786px;
background-image:url(images/header2.jpg);
}
#producten
{
width:493px;
height:38px;
background-image:url(images/producten.jpg);
background-repeat:repeat-y;
}
#fiets
{
width:267px;
height:60px;
background-image:url(images/fiets.jpg);
}
#laatstenieuws
{
width:267px;
height:60px;
background-image:url(images/laatstenieuws.jpg);
}
#inhoud
{
width:267px;
background-image:url(images/inh.jpg);
background-repeat:repeat-y;
}
#inhoud2
{
width:493px;
background-image:url(images/inh2.jpg);
background-repeat:repeat-y;
}
#bttm
{
width:267px;
height:50px;
background-image:url(images/bttm.jpg);
background-repeat:no-repeat;
}
#bttm2
{
width:493px;
height:38px;
background-image:url(images/bttm2.jpg);
background-repeat:no-repeat;
}
#footer
{
height:148px;
width:786px;
background-image:url(images/footer.jpg);
}

