@charset "utf-8";
/* CSS Document */

* {
border: 0px;
margin: 0px;
padding: 0px;
}

a:link {color: #6d6c6c; text-decoration: none;}
a:visited {color: #6d6c6c; text-decoration: none;}
a:hover {color: #272727; text-decoration: underline;}
a:active {color: #272727; text-decoration: underline;}

body {
background-color: #d2d5d5;
}

h1 {
font-family: Verdana;
font-size: 24px;
font-weight: bold;
color: #272727;
margin-bottom: 10px;
}

h2 {
font-family: Verdana;
font-size: 16px;
font-weight: bold;
color: #272727;
}

h3 {
font-family: Verdana;
font-size: 9px;
font-weight: bold;
color: #272727;
}

#container {
width: 804px;
margin-left: 50%;
position: relative;
left: -402px;
background: url(../img/container-bg.gif) repeat-y;
}

#body {
width: 800px;
position: relative;
margin-left: 2px;
}

#banner {
height: 120px;
width: 800px;
background: url(../img/banner.jpg) no-repeat;
}

#nav_bar {
height: 30px;
width: 800px;
}

#menu ul {
list-style: none;
padding: 0;
margin: 0;
}
 
#menu ul li {
float: left;
}
 
#menu ul li a {
text-indent: -9000px;
display: block;
/* margin-right: 20px; */
}

#menu ul li#home a {background: url(../img/buttons/btn_home.jpg); width: 147px; height: 30px;}
#menu ul li#home a:hover {background: url(../img/buttons/btn_home_hover.jpg); width: 147px; height: 30px;}
#menu ul li#nieuws a {background: url(../img/buttons/btn_nieuws.jpg); width: 137px; height: 30px;}
#menu ul li#nieuws a:hover {background: url(../img/buttons/btn_nieuws_hover.jpg); width: 137px; height: 30px;}
#menu ul li#webwinkel a {background: url(../img/buttons/btn_webwinkel.jpg); width: 169px; height: 30px;}
#menu ul li#webwinkel a:hover {background: url(../img/buttons/btn_webwinkel_hover.jpg); width: 169px; height: 30px;}
#menu ul li#voorwaarden a {background: url(../img/buttons/btn_voorwaarden.jpg); width: 162px; height: 30px;}
#menu ul li#voorwaarden a:hover {background: url(../img/buttons/btn_voorwaarden_hover.jpg); width: 162px; height: 30px;}
#menu ul li#contact a {background: url(../img/buttons/btn_contact.jpg); width: 185px; height: 30px;}
#menu ul li#contact a:hover {background: url(../img/buttons/btn_contact_hover.jpg); width: 185px; height: 30px;}

#content-container {
height: 100%;
width: 800px;
background: url(../img/content-bg.jpg) no-repeat;
background-position: bottom;
}

#content-container2 {
height: 100%;
width: 800px;
background: url(../img/content-bg2.jpg) no-repeat;
background-position: bottom;
}

/* content-container img {
position: relative;
bottom: 1px;
}
*/

#content {
width: 750px;
height: 100%;
margin-left: 25px;
}

#content p {
color: #000000;
font-size: 14px;
font-family: Verdana;
}

#content li {
color: #000000;
font-size: 14px;
font-family: Verdana;
margin-left: 15px;
}

#foto-rechts-home {
width: 200px;
height: 261px;
background: url(../img/M44-wool-jacket.jpg) no-repeat;
position: relative;
float: right;
margin-left: 20px;
margin-top: 20px;
}

.disclaimer {
color: #000000;
font-size: 9px;
font-family: Verdana;
}

#footer {
height: 20px;
width: 800px;
margin-left: 2px;
font-family: Verdana;
font-size: 10px;
color: #605f5f;
background-color: #272727;
}

#footer center {
position: relative;
top: 3px;
}

#footer a:link {color: #6d6c6c; text-decoration: none;}
#footer a:visited {color: #6d6c6c; text-decoration: none;}
#footer a:hover {color: #fdf7ee; text-decoration: underline;}
#footer a:active {color: #fdf7ee; text-decoration: underline;}
