body {
  background-color: #000000
}

a:hover, a:active, a:focus {
  color: #066600;
  text-decoration: none;
}


a {
  color: #FFFFE4;
  text-decoration: none;
  margin-right: 30px;
  font-family: roboto;
}

a.grau {
  color: #585858;
  text-decoration: none;
  margin-right: 30px;
}

a.grau:hover, a:active, a:focus {
  color: #066600;
  text-decoration: none;
  font-family: roboto;
}

div#main {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  min-width: 280px;
  padding-top: 8%;
}

div#nav {
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
}

hr {
  color: #FFFFE4;
  size="1";
}

div#impressum {
  text-align: right;
  font-size: 11px;
  text-transform: uppercase;
}

p.shop {
  color: #FFFFE4;
  margin-left: 30px;
  font-family: roboto;
  
}

a.shop {
  margin-left: 28px;
}

img.shop {
 margin-right: 31px;


