/* riblopers.nl css */
body, html{
    height: 100%;
    margin: 0;
}

.wrapper{
    min-height: 100%;
}

header{
    height: 80px;
    padding-top: 20px;
    background: #CCC;
    overflow: auto;
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #0066CC;
    background-image:url(ribloper1.jpg);
}

p.big {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

p.info {
    padding-left: 50px;
}

ul.kleuren {
    padding-left: 150px;
}

div.specs {
    margin-left: 250px;
    margin-right: 250px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #999999;
    background-color: #CCCCCC;
}

div#contact {
    position: absolute;
    left: 20px;
    top: 170px;
    font-size: 13px;
    border-top: 2px double #999999;
    border-bottom: 2px double #999999;
    text-align: center;
}

img {
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid black;
}

p.aangebot {
    font-size: 20px;
    font-weight: bold;
    color: #FF6600;
}
p.details {
    font-size: 16px;
    font-weight: bold;
    color: #0033FF;
    padding-left: 50px;
}

.content{
    padding-bottom: 100px;
}

footer{
    height: 20px;
    width: 100%;
    background: #CCC;
    margin-top: -20px;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}