body { 
margin : 0;  
-moz-box-sizing: border-box;
box-sizing: border-box;
} 
a:link, a:visited, a:active { 
color : #000; 
text-decoration : none;  
-moz-box-sizing: border-box;
box-sizing: border-box;
} 
a:hover { 
color : #404040; 
text-decoration : underline;  
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a.buttonouterleft:link, a.buttonouterleft:active, a.buttonouterleft:visited{
color : #fff; 
text-decoration : none;  
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a.buttonouterleft:hover{
color : #aeaeae; 
text-decoration : none;  
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a.button:link, a.button:active, a.button:visited{
color : #fff; 
text-decoration : none;  
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a.button:hover{
color : #aeaeae; 
text-decoration : none;  
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a.webshop:link, a.webshop:active, a.webshop:visited{
color : #fff; 
text-decoration : none;  
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a.webshop:hover{
color : #aeaeae; 
text-decoration : none;  
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.banner { 
margin : 0 auto; 
height : 154px; 
width : 820px; 
background-image : url(../img/banner.png); 
-moz-box-sizing: border-box;
box-sizing: border-box;
} 
.content { 
margin : 0 auto; 
height:100px;
width : 820px; 
background-image : url(../img/cbg.png); 
-moz-box-sizing: border-box;
box-sizing: border-box;
} 
.menublock {
margin : 0 auto; 
height : 47px; 
width : 820px; 
text-align:center;
background-image : url(../img/banner2.png); 
-moz-box-sizing: border-box;
box-sizing: border-box;
} 
.buttonouterleft {
float:left;
background-image:url(../img/bol.png);
display:block;
width:99px;
height:45px;
margin-top:1px;
text-align:center;
font-size:11px;
font-family:arial;
font-weight:bold;
color:#fff;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.button {
float:left;
background-image:url(../img/button.png);
width:99px;
height:45px;
margin-top:1px;
text-align:center;
font-size:11px;
font-family:arial;
font-weight:bold;
color:#fff;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.footer {
margin : 0 auto; 
width : 820px; 
height: 55px;
background-image : url(../img/footer.png); 
text-align:center;
font-size:11px;
font-family:arial; 
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a.footer:link {
color: #8d8d8d; 
}
a.footer:hover {
color: #000; 
}