/* CSS Document */
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000000;
}

.header{
background-image: url(img/streep.png);
background-color: #000000;
}

.menu{
background-image: url(img/menu_back.gif);
background-repeat: repeat-x;
background-color: #FFFFFF;
}

.button{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
letter-spacing: -1px;
color: #f2056f;
padding-right: 50px;
}
.button a:link{
color: #f2056f;
text-decoration: none;
}
.button a:active{
color: #f2056f;
text-decoration: none;
}
.button a:visited{
color: #f2056f;
text-decoration: none;
}
.button a:hover{
color: #000000;
text-decoration: none;
}

.button_on{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
letter-spacing: -1px;
color: #000000;
padding-right: 50px;
}

.tekst{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #FFFFFF;
}

.tekst_klein{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
}
.tekst_klein a:link{
color: #ffffff;
text-decoration: none;
}
.tekst_klein a:active{
color: #ffffff;
text-decoration: none;
}
.tekst_klein a:visited{
color: #ffffff;
text-decoration: none;
}
.tekst_klein a:hover{
color: #ffffff;
text-decoration: underline;
}

.tekst_klein2{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #f2056f;
}

.webshop_logo{
border: 1px solid #cccccc;
background-color: #FFFFFF;
}

.webshop_titel{
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
color: #FFFFFF;
padding-bottom: 10px;
}
.webshop_titel a:link{
color: #FFFFFF;
text-decoration: none;
}
.webshop_titel a:active{
color: #FFFFFF;
text-decoration: none;
}
.webshop_titel a:visited{
color: #FFFFFF;
text-decoration: none;
}
.webshop_titel a:hover{
color: #FFFFFF;
text-decoration: none;
}

.lijn{
border-top: 1px solid #FFFFFF;
background-color: #000000;
}
