.loginlink:link, .loginlink:visited, .loginlink:active {
  text-decoration: none;
  line-height: 1.5em;
  color: #FFF;
  display: inline-block;
  cursor: pointer;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px 0 white;
  -moz-box-shadow: inset 0 1px 1px 0 white;
  box-shadow: inset 0 1px 1px 0 white;
  line-height: 19px;
  margin: 5% 0;
  background: #646363;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color-one",endColorstr="darken($color-one, 5%)");
  background: -webkit-gradient(linear, left top, left bottom, from(#646363), to(#575656));
  background: -moz-linear-gradient(top, #646363, #575656);
  background-image: -o-linear-gradient(top, #646363 0, #575656 100%);
  background-image: linear-gradient(to bottom, #646363 0%, #575656 100%);
}
.loginlink:link:hover, .loginlink:visited:hover, .loginlink:active:hover {
  background: #3e3d3d;
  color: #f2f2f2;
}

.loginlinkLeft {
    float:left;
}

.loginlinkRight {
    float: right;
}

#MainContent_LoginView1_loginLink0 {
}

#MainContent_LoginView1_registerLink0 {
}

section.featured + div.container + section.main-content > h3:before {
    content: url("../images/Icon_Einkauf128.png");
    margin: 50px;
}
