/* CSS Document */

body {
margin-top:0px;
/*background-color:#506B80;*/
background-color:#333333;
}

.header {
background-image:url(../images/header.png);
width:1000px;
height:248px;
background-repeat:no-repeat;
}

.menubg {
background-image:url(../images/menubg.png);
width:1000px;
height:50px;
background-repeat:no-repeat;
}

.pianorechts {background-image:url(../images/piano-rechts.png);
width:211px;
height:190px;
background-repeat:no-repeat;
}

.aanbieding-kop {
background-image:url(../images/aanbieding-kop.png);
width:211px;
height:32px;
background-repeat:no-repeat;
}

.aanbieding-blok {
background-image:url(../images/aanbieding-blok.png);
width:211px;
height:17px;
background-repeat:repeat-y;
}

.footer {
background-image:url(../images/footer.png);
width:1000px;
height:37px;
color:#FFFFFF;
font-family:arial;
font-style:normal;
font-weight:normal;
text-align:center;
font-size:14px;
background-repeat:no-repeat;
}



