*{ 
padding: 0;
margin: 0;
}

html {
overflow-x: hidden;
overflow-y: auto;
}

body{
background-color: #0eb0e5;
overflow-x: hidden;
font-family: Arial, Helvetica, sans-serif;
}

a img { 
border: none;
}

/* product menu */

.productmenu{
position: absolute;
top: 0;
left: 50px;
width: 200px;
background-color: #fb1c31;
text-align: center;
background-image: url(../images/onderste.gif);
background-position: bottom;
background-repeat: no-repeat;
}

.productmenu ul {
list-style: none;
padding-top: 125px;
margin-bottom: 25px;
}

.productmenu a{
background-color: #df0000;
width: 185px;
display: block;
padding: 6px 0 6px 12px;
margin-top: 1px;
text-decoration: none;
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align: left;
}

* html body .productmenu a {
width: 200px;
}

.productmenu a:hover { 
background-color: #FB1C31;
}

.productmenu a#active_menu {
background-image: url(../images/pijltje2.gif);
background-position: 97% 50%;
background-repeat: no-repeat;
}

/* EIND product menu */


/* logo en vlaggen */

.logo {
position: absolute;
top: 0;
left: 250px; 
width: 500px;
height: 120px;
background-image: url(../images/hoekje.gif);
background-position: bottom left;
background-repeat: no-repeat;
}

* html body .logo { 
}

.logo-afb {
margin: 10px 0 0 20px;

}

.vlaggen{ 
position: absolute;
top: 10px;
right: 20px;
}

.telefoonnummer { 
position: absolute;
top: 90px;
right: 20px; 
}

/* EIND logo en vlaggen */

/* hoofdmenu */

.hoofdmenu {
position: absolute;
top: 120px;
left: 250px;
width: 100%;
height: 80px;
background-color: #fb1c31;
}

.hoofdmenu ul{
margin-left: 30px;
}

.hoofdmenu li{
list-style: none;
float: left;
}

.hoofdmenu a{
display: block;
*display: block; /* only IE6 + IE7 */
_display: inline; /* only IE6 */
height: 48px;
padding-top: 32px;
vertical-align: middle;
margin: 0 1px;;
text-align: center;
text-decoration: none;
color: black;
font-family: Arial, Helvetica, sans-serif;
background-color: #fb1c31;
font-size: 14px;
}

* html body .hoofdmenu a {
height: 80px;
}

/*
.hoofdmenu a.level0_home { width: 55px; }
.hoofdmenu a.level0_aanvraag { width: 80px; }
.hoofdmenu a.level0_bestellen { width: 80px; }
.hoofdmenu a.level0_contact { width: 70px; }
.hoofdmenu a.level0_aanbiedingenamprestanten { width: 185px; }
.hoofdmenu a.level0_nieuws { width: 70px; }
*/

.hoofdmenu span {
margin: 0 10px;
}

.hoofdmenu a:hover, .hoofdmenu a#active_menu {
background-color: #df0000;
background-image: url(../images/pijltje.gif);
background-position: 50% 90%;
background-repeat: no-repeat;
}

/* EIND hoofdmenu */

/* inhoud */

.inhoud{
position: absolute;
top: 200px;
left: 250px;
width: 500px;
padding-top: 20px;
padding-left: 20px;
background-image: url(../images/hoekje2.gif);
background-position: top left;
background-repeat: no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align: justify;
}

.fotos{
position: absolute;
top: 260px;
left: 784px;
width: 200px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
text-align: justify;
}

.fotos img {
margin-bottom: 10px;
}

.contentintro {
	margin-top: 10px;
	line-height: 18px;
}

.contentintro * {
font-size: 13px;
}

h1 {
font-size: 23px !important;
}

p {
margin-bottom: 16px;
}

.label { /* informatie aanvraag formulier */
width: 300px;
}

.fout { /* informatie aanvraag formulier */
display: block;
padding-left: 5px;
border-left: 1px solid red;
}

.mandje { /* bestelformulier */
border-collapse: collapse;
width: 100%;
border: 1px solid #00556F;
background-color: #009ECF;
margin-top: 10px;
}

.mandje form {
padding: 5px 0;
}

.mandje td { /* bestelformulier */
padding-left: 10px;
}

.mandje .label2 {
font-weight: 600;
width: 230px;
}

legend {
color: black;
}

.fout2 {
display: block;
padding-left: 5px;
border: 3px solid red;
padding: 10px;
margin-bottom: 5px;
}

.product_toevoegen {
margin-top: 10px;
}

.label3 {
font-weight: 600;
width: 120px;
vertical-align: top;
}

.contentintro li {
margin-left: 30px;
}
/* eind inhoud */
