* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #000;
    font: normal 11px Helvetica, Arial, Verdana;
    text-align: center;
    margin-top: 10px;
}

span.rood { color: #F00; }

h3 {
    color: #F00;
    margin-bottom: 5px;
}

a.back {
    color: #FFF;
    text-decoration: none;
}

img { border: 0px; }

.bold { font-weight: 800; }
.italic { font-style: italic }
.underline { text-decoration: underline; }
.red { color: #F00; }

#container {
    position: absolute;
    width: 800px;
    left: 50%;
    margin: 10px 0px 0px -400px;
    background-color: #EF3A41;
    padding: 10px 0px 20px;
    text-align: left;
}

#top {
    width: 800px;
    height: 166px;
    background: url(afbeeldingen/top.jpg) #EF3A41 0px 0px no-repeat;
}

#navigatie {
    width: 110px;
    background-color: #FFF;
    border: 1px solid #000;
    padding: 5px;
    margin: 5px 0px 0px 20px;
    float: left;
}

#navigatie a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 1px;
}

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

#navigatie a:hover span {
    color: #F00;
}

#producten {
    width: 600px;
    float: left;
    margin-left: 8px;
}

div.product {
    width: 290px;
    margin: 5px 0px 0px 5px;
    height: 90px;
    background-color: #FFF;
    float: left;
}

div.product img { float: left; margin-right: 5px; }
div.product p {
    float: right;
    width: 145px;
    padding: 5px 0px;
    overflow: auto;
    height: 80px;
}

#vijftigprocent {
	position: relative;
    width: 630px;
    margin-left: 142px;
    background: url(afbeeldingen/50-procent.jpg) #EF3A41 0px 0px no-repeat;
    ~margin-top: 40px;
}

#vijftigprocent p {
    width: 190px;
    margin-left: 390px;
    color: #FFF;
    font-size: 15px;
    font-weight: 800;
    margin-top: 40px;
}

#vijftigprocent p span { color: #FF0; }
#vijftigprocent p.bijna-altijd {
	margin: 0px;
	position: absolute;
	top: -20px;
	left: 23px;
	color: #000;
}

#footer, #footer2 {
    width: 584px;
    height: 74px;
}

#footer {
    margin: 130px 0px 0px 10px;
    background: url(afbeeldingen/voordeliger.jpg) #EF3A41 0px 0px no-repeat;
}
#footer2 {
    clear: both;
    padding-top: 20px;
    background: url(afbeeldingen/50voordeliger.jpg) #EF3A41 0px 20px no-repeat;
}

#footer div, #footer2 div {
    width: 239px;
    height: 74px;
    margin-left: 345px;
    background: url(afbeeldingen/punten-footer.jpg) #EF3A41 0px 0px no-repeat;
}

#address {
    padding-top: 10px;
    clear: both;
    width: 100%;
    text-align: center;
}
#address p {
    font-size: 1.3em;
    font-weight: 900;
    
}

#address p span {
    color: #FFF;
}