/* ALGEMEEN */

* {
padding: 0;
margin: 0;
}

html {
background: #ffffff;
font : normal normal normal 62.5% Tahoma, Arial, Verdana, sans-serif;
}

#container {
background: url(images/bgcontainer.png) repeat-y;
width: 927px;
height: auto;
margin-left: auto;
margin-right: auto;
padding-left: 14px;
padding-right: 13px;
}

/* HEADINGS */

h1 {
font-size: 1em;
font-weight: bold;
padding-bottom: 15px;
/*text-indent: -9999px;*/
}

h2 {
font-size: 1em;
font-weight: bold;
padding-bottom: 15px;
/*text-indent: -9999px;*/
}

/* LAYOUT */

#header {
position: relative;
background: url(images/header.jpg) no-repeat;
width: 928px;
height: 416px;
}

#headerfiets {
position: absolute;
background: url(images/header_fiets.jpg) no-repeat;
top: 228px;
left: 497px;
width: 461px;
height: 373px;
}

/* NAVIGATIE */

#navigatie {
font-size: 1.2em;
padding: 383px 0 0 0;
text-align: center;
}

#navigatie ul {
list-style-type: none;
}

#navigatie li {
float: left;
width: 94px;
padding-top: 7px;
}

#navigatie a {
color: #fff;
text-decoration: none;
text-align: center;
}

#navigatie a:hover {
color: #000;
}

#navigatie li:hover {
background: url(images/hover.png) no-repeat;
}

#navigatie li.actief {
color: #000;
background: url(images/hover.png) no-repeat;
}

#subnav {
position: absolute;
left: 670px;
top: 20px;
font-size: 1.1em;
}

#subnav ul {
list-style-type: none;
}

#subnav li {
float: left;
padding-right: 4px;
}

#subnav a {
color: #000;
text-decoration: none;
}

/* INHOUD */

#inhoud {
width: 888px;
height: auto;
min-height: 800px;
font-size: 1.2em;
background: url(images/anwb.jpg) no-repeat left bottom;
padding: 15px 20px;
}

#links {
float: left;
width: 420px;
display: inline;
}

#links p, #rechts p {
padding-bottom: 15px;
}

#rechts {
float: right;
width: 420px;
min-height: 175px;
display: inline;
position: relative;
z-index: 2;
padding-bottom: 15px;
}

#inhoud a {
color: #000;
text-decoration: underline;
font-weight: bold;
}

#inhoud a:hover {
text-decoration: none;
}

#inhoud a:active {
padding: 0;
margin: 0;
}

.winkelitem {
height: auto;
border-bottom: 1px dashed #000;
overflow: auto;
width: 100%;
padding-top: 15px;
}

.bestellen {
float: right;
padding-bottom: 15px;
margin-right: 15px;
}

#inhoud ul {
padding: 15px;
}

#inhoud li {
list-style-type: none;
list-style-image: url(images/li.png);
}

.dealers {
padding-bottom: 20px;
}

.dealers span {
display: block;
}

/* DATA TABEL */

table {
padding: 0;
margin: 0;
padding-bottom: 15px;
}

/* FORMULIEREN */

label {
color: #000;
}

label.fout {
    color: #FF0000;
}
input.fout, textarea.fout {
    border: 1px solid #FF0000;
}

#contact input, #contact textarea {
display: block;
margin-bottom: 5px;
margin-top: 5px;
}

#contact input#stuurkopie {
display: inline;
margin: 0 0 0 10px;
}

#contact input#wis, #contact input#verzenden {
display: inline;
}

#contact input#verzenden {
margin-right: 10px;
}

#contact img {
margin-bottom: 5px;
}


