body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  background: #444;
}
h1,
h2,
h3 {
  font-weight: 400;
  text-shadow: 1px 1px 0px white;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}
b,
strong {
  font-weight: 500;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
a {
  color: #4989ca;
  text-decoration: none;
}
a:hover {
  color: #2b5580;
}
hr {
  display: block;
  border: none;
  width: 100%;
  height: 10px;
  background: url('/images/layout/sprite.png') 0px -400px;
  margin-left: -30px;
  margin-bottom: 20px;
  clear: both;
}
table {
  border-collapse: collapse;
  font-size: 0.9em;
  width: 100%;
}
table th {
  border: 1px solid #ccc;
  background: #ddd;
  padding: 3px;
  font-weight: 400;
}
table td {
  border: 1px solid #ccc;
  padding: 1px 5px;
}
a.button,
input.button {
  color: #333;
  font-weight: 200;
  font-size: 0.9em;
  display: inline-block;
  padding: 3px 5px;
  background: #eee;
  border: 1px solid #bbb;
}
a.button:hover,
input.button:hover {
  background: #fff;
}
a.blue_button,
input.blue_button {
  color: #333;
  font-weight: 200;
  font-size: 0.9em;
  display: inline-block;
  padding: 3px 5px;
  background: #d3e3f4;
  border: 1px solid #bbb;
}
a.blue_button:hover,
input.blue_button:hover {
  background: #fff;
}
div#background {
  width: 100%;
  background: #f2f2f2 url('/images/layout/bg.png') repeat-x;
}
div#main {
  width: 960px;
  margin: auto;
}
div#header {
  position: relative;
  height: 140px;
  background: url('/images/layout/header.png') no-repeat;
}
div#content {
  width: 920px;
  min-height: 330px;
  padding: 50px 20px;
  background: url('/images/layout/bg_main.png') no-repeat 0 0;
}
div#footer {
  padding: 20px;
  background: url('/images/layout/bg_footer.png') repeat-x;
  color: #ccc;
  text-align: center;
  font-size: 0.8em;
  border-top: 1px solid white;
}
div#footer a {
  color: white;
}
div#footer a:hover {
  color: #ccc;
}
div#user {
  color: #333;
  font-weight: 200;
  font-size: 0.8em;
  float: left;
  padding: 5px 10px;
  margin: 0 20px;
  background: #ddd;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  box-shadow: 0px 0px 5px #aaa;
}
div#user a {
  color: #333;
  font-weight: 500;
  text-decoration: none;
}
div#user a:hover {
  color: #333;
  text-decoration: underline;
}
span.user_icon {
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url('/images/layout/sprite.png') 0px -220px;
}
div#header div#bestellen {
  position: absolute;
  bottom: 40px;
  left: 387px;
  width: 200px;
  height: 50px;
}
div#header div#gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 960px;
  height: 10px;
  background: url('/images/layout/header_gradient.png');
  pointer-events: none;
}
div.success_message {
  color: #336533;
  background: #DDEEDD;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px #aaa;
}
div.error_message {
  color: #950030;
  background: #FFC8DA;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px #aaa;
}
div.groups {
  margin-left: -5px;
}
a.group {
  display: block;
  float: left;
  width: 290px;
  height: 110px;
  color: black;
  text-decoration: none;
  margin-right: 15px;
  margin-bottom: 30px;
}
a.group:hover {
  color: #4989ca;
}
a.group span.image {
  display: block;
  float: left;
  width: 110px;
  height: 100px;
  padding: 5px;
  background: url('/images/layout/sprite.png') 0px -100px;
}
a.group:hover span.image {
  background: url('/images/layout/sprite.png') -120px -100px;
}
a.group span.image img {
  width: 110px;
  height: 100px;
}
a.group span.text {
  width: 150px;
  float: left;
  padding: 5px 10px;
  text-shadow: 1px 1px 0px white;
}
a.group span.title {
  display: block;
  margin-bottom: 2px;
}
a.group span.code {
  font-weight: 400;
  display: block;
  margin-bottom: 2px;
}
a.group span.description {
  color: #888;
  font-size: 0.8em;
  display: block;
  margin-top: 5px;
}
span.code {
  color: #999;
  font-size: 0.9em;
}
div#description {
  margin: 20px 0;
}
div#gallery {
  margin-top: 20px;
  margin-left: -5px;
}
div#gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#gallery li {
  float: left;
  width: 110px;
  height: 100px;
  padding: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
  background: url('/images/layout/sprite.png') 0px -100px;
}
div#gallery li:hover {
  background: url('/images/layout/sprite.png') -120px -100px;
}
div#gallery li img {
  float: left;
  width: 110px;
  height: 100px;
}
div.download-category div.left {
  float: left;
  width: 110px;
  height: 100px;
  padding: 5px;
  background: url('/images/layout/sprite.png') 0px -100px;
}
div.download-category div.left img {
  float: left;
  width: 110px;
  height: 100px;
}
div.download-category div.right {
  width: 780px;
}
table.grid {
  border-collapse: collapse;
  font-size: 0.8em;
}
table.grid th {
  border: 1px solid #ccc;
  background: #ddd;
  padding: 3px;
  font-weight: 400;
}
table.grid td {
  border: 1px solid #ccc;
  padding: 1px;
}
table.grid td.dot {
  background: url('/images/layout/dot.png') no-repeat center center;
}
table.grid td.dot_old {
  background: url('/images/layout/dot_old.png') no-repeat center center;
}
table.grid td.dot_red {
  background: url('/images/layout/dot_red.png') no-repeat center center;
}
table.grid td.dot_orange {
  background: url('/images/layout/dot_orange.png') no-repeat center center;
}
table.grid td.dot_new {
  background: url('/images/layout/neu.png') no-repeat center center;
}
table.grid td.dot_sale {
  background: url('/images/layout/aktion.png') no-repeat center center;
}
table.grid td.dot a,
table.grid td.dot_old a,
table.grid td.dot_red a,
table.grid td.dot_orange a,
table.grid td.dot_new a,
table.grid td.dot_sale a {
  display: block;
  width: 100%;
  height: 100%;
}
table.grid td.color {
  padding: 1px 5px;
  white-space: nowrap;
}
table.grid td.colorimg {
  width: 19px;
}
table.grid td.colorimg img {
  width: 19px;
  height: 19px;
  float: left;
}
table.legende td {
  padding: 3px 7px;
}
table.cart {
  border-collapse: collapse;
  font-size: 0.9em;
  width: 100%;
}
table.cart th {
  border: 1px solid #ccc;
  background: #ddd;
  padding: 3px;
  font-weight: 400;
}
table.cart td {
  border: 1px solid #ccc;
  padding: 1px 5px;
}
table.cart td.image {
  padding: 0;
  width: 44px;
  height: 40px;
}
table.cart td.image img {
  float: left;
  width: 44px;
  height: 40px;
}
table.cart td.image-color {
  text-align: center;
  vertical-align: center;
  font-size: 0;
  padding: 4px;
}
table.cart td.image-color img {
  width: 19px;
  height: 19px;
}
#nav {
  float: left;
  height: 50px;
  margin: 0;
  padding-left: 60px;
  bottom: 0;
  left: 0;
  position: absolute;
}
#nav li {
  margin: 0 1px;
  padding: 0;
  float: left;
  height: 50px;
  list-style: none;
}
#nav li a {
  color: black;
  text-decoration: none;
  text-shadow: 0px 0px 5px white;
  width: 110px;
  height: 32px;
  float: left;
  text-align: center;
  padding-top: 18px;
  background: url('/images/layout/sprite.png') 0px 0px;
}
#nav li a:hover {
  background: url('/images/layout/sprite.png') -115px 0px;
}
#nav li.active a {
  text-shadow: 0px 0px 5px white;
  background: url('/images/layout/sprite.png') -230px 0px;
}
#nav li a.cart {
  width: 60px;
  background: url('/images/layout/sprite.png') -345px 0px;
}
#nav li a.cart:hover {
  background: url('/images/layout/sprite.png') -410px 0px;
}
#nav li.active a.cart {
  text-shadow: 0px 0px 5px white;
  background: url('/images/layout/sprite.png') -475px 0px;
}
#nav li a.search {
  width: 60px;
  background: url('/images/layout/sprite.png') -540px 0px;
}
#nav li a.search:hover {
  background: url('/images/layout/sprite.png') -605px 0px;
}
#nav li.active a.search {
  text-shadow: 0px 0px 5px white;
  background: url('/images/layout/sprite.png') -670px 0px;
}
#searchbar {
  width: 500px;
  height: 120px;
  margin: auto;
}
#searchbar input[type=text] {
  border: 1px solid #bbb;
  width: 400px;
}
#searchbar input {
  display: inline-block;
  height: 35px;
  font-size: 1.2em;
  padding: 0 5px;
}
#import-container {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 1px;
  height: 1px;
}
#import-progress {
  display: none;
}
#import-progress-bar {
  width: 0px;
  height: 20px;
  background: #4989ca;
}
#import-progress-bar-container {
  width: 200px;
  height: 20px;
  background: #ddd;
  border: 1px solid #ccc;
}
#import-progress-loader {
  margin: 2px 10px;
}
#import-progress-info {
  margin: 2px 10px;
  font-size: 0.8em;
  font-color: #aaa;
}
#import-done {
  display: none;
}
div.tiles {
  margin-bottom: 20px;
}
div.tiles > div.tile {
  width: 220px;
  height: 110px;
  margin: 0 30px 30px 0;
  float: left;
  box-shadow: 0 0 5px #999;
}
div.tiles > div.tile:hover {
  box-shadow: 0 0 5px #4989ca;
}
div.tiles > div.tile img {
  float: left;
}
div.reflect,
span.reflect {
  display: inline-block;
}
div.news a {
  display: block;
  color: black;
  text-decoration: none;
}
div.news a:hover {
  color: #4989ca;
}
div.news a span.entry {
  display: block;
  margin-bottom: 20px;
  text-shadow: 1px 1px 0px white;
}
div.news a span.entry span.title {
  display: block;
  margin-bottom: 5px;
}
div.news a span.entry span.excerpt {
  display: block;
  color: #888;
  font-size: 0.8em;
}
#news-content img {
  margin-left: -5px;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
  width: 110px;
  height: 100px;
  padding: 5px;
  background: url('/images/layout/sprite.png') 0px -100px;
}
#news-content img:hover {
  background: url('/images/layout/sprite.png') -120px -100px;
}
