body{
  background-color:#333;
  text-align:center;
  background-image:url("images/bg.jpg");
  background-repeat:no-repeat;
  background-position:center;
  margin:0px;
  font-family:arial;
}

/* Layout */

.mainframe{
  width:970px;
  margin:auto;
  text-align:left;
}

.header{
  display:block;
  padding-left:20px;
  width:950px !important;
  width:970px;
  padding-top:154px;
  height:38px !important;
  height:192px;
}

.box{
  display:block;
  padding:10px;
  width:950px !important;
  width:970px;
  height:500px !important;
  height:520px;
  background:url("images/box-bg.png");
}

.footer{
  color:#9C9C9C;
  padding:10px;
  width:950px !important;
  width:970px;
  height:80px !important;
  height:100px;
  font-size:10px;
  text-align:center;
}

.footer a{
  color:#9C9C9C;
}
.footer a:hover{
  color:white;
}

/* Menü */

.menu{
  height:39px;
  list-style:none;
  padding:0px;
  margin:0px;
}

.menu li{
  display:inline-block;
  margin:0px;
  padding:0px;

}

.menu li a span{
  display:none;
}

.menu li a{
  margin:0px;
  padding:0px;
}

.menu .shop{
  display:block;
  width:101px;
  height:39px;
  background:url('images/btn-shop.png');
}

.menu .shop:hover{
  background:url('images/btn-shop-h.png');
}

.menu .marke{
  display:block;
  width:103px;
  height:39px;
  background:url('images/btn-marke.png');
}

.menu .marke:hover{
  background:url('images/btn-marke-h.png');
}

.menu .impressum{
  display:block;
  width:112px;
  height:39px;
  background:url('images/btn-impressum.png');
}

.menu .impressum:hover{
  background:url('images/btn-impressum-h.png');
}
