/*  Imports
------------------------------------------------------------------------------------------------------ */
html {
  margin: 0;
  padding: 0;
  border: 0;
}

.bp-reset-element, body, h1, h2, h3, h4, h5, h6, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, blockquote, q, th, td, caption, table,
div, span, object, iframe, p,
pre, a, abbr, acronym, address,
code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset,
form, label, legend,
caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

th, td, caption {
  float: none !important;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

a img {
  border: none;
}

.container {
  width: 780px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}

.column, .span-1, .span-2, .span-3 {
  display: inline;
  float: left;
  margin-right: 30px;
}
* html .column, * html .span-1, * html .span-2, * html .span-3 {
  overflow-x: hidden;
}

.last {
  margin-right: 0;
}

.span-1 {
  width: 240px;
}

.span-2 {
  width: 510px;
}

.span-3 {
  width: 780px;
  margin: 0;
}

input.span-1, textarea.span-1, select.span-1 {
  width: 240px;
}
input.span-2, textarea.span-2, select.span-2 {
  width: 510px;
}
input.span-3, textarea.span-3, select.span-3 {
  width: 780px;
}

.append-1 {
  padding-right: 270px;
}

.append-2 {
  padding-right: 540px;
}

.prepend-1 {
  padding-left: 270px;
}

.prepend-2 {
  padding-left: 540px;
}

.pull-1, .pull-2, .pull-3 {
  display: inline;
  float: left;
  position: relative;
}

.pull-1 {
  margin-left: -270px;
}

.pull-2 {
  margin-left: -540px;
}

.pull-3 {
  margin-left: -810px;
}

.push-1, .push-2, .push-3 {
  display: inline;
  float: left;
  position: relative;
}

.push-1 {
  margin: 0 -270px 1.5em 270px;
}

.push-2 {
  margin: 0 -540px 1.5em 540px;
}

.push-3 {
  margin: 0 -810px 1.5em 810px;
}

.prepend-top {
  margin-top: 1.5em;
}

.append-bottom {
  margin-bottom: 1.5em;
}

body {
  font-size: 81.25%;
  line-height: 1.154em;
}

html > body {
  font-size: 13px;
}

/*  Body
------------------------------------------------------------------------------------------------------ */
body {
  font-family: "Century Gothic", "Trebuchet MS", Georgia, sans-serif;
  font-weight: normal;
  color: #eee6de;
  background: #7e694e url("/static/site/img/paperback.jpg") left top fixed;
}
body #container {
  width: 780px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  padding: 0 50px;
}
body #header, body #content, body #footer {
  display: inline;
  float: left;
  margin-right: 0;
  width: 780px;
  position: relative;
}
* html body #header, * html body #content, * html body #footer {
  overflow-x: hidden;
}
body #header {
  margin: 60px 0 0 0;
  text-transform: uppercase;
}
body #footer {
  margin: 60px 0;
  background: url("/static/site/img/line_triple.gif") no-repeat scroll left top transparent;
  padding-top: 15px;
}
body .box {
  padding: 10px 0 30px 0;
  background: url("/static/site/img/line_single.gif") no-repeat scroll left top transparent;
  clear: both;
}
body .box.category {
  padding-top: 15px;
}
body .box.double {
  background: url("/static/site/img/line_double.gif") no-repeat scroll left top transparent;
}
body h1 {
  font-size: 30px;
  line-height: 30px;
  background: url("/static/site/img/line_single.gif") repeat-x scroll left bottom transparent;
  padding: 40px 0 15px 0;
  color: #221e1b;
  text-transform: uppercase;
  margin-bottom: -4px;
}
body h2 {
  font-size: 20px;
  line-height: 20px;
  margin-top: 15px;
}
body p {
  margin: 5px 0;
}
body #content p.image img {
  padding: 10px;
  background: #EEE6DE;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
body #content img {
  padding: 10px 0;
}
body #logo {
  background: none repeat scroll 0 0 transparent !important;
  position: absolute;
  right: -50px;
  top: -40px;
}

body.overview div.info {
  background: #fcbc00;
  color: #221e1b;
  padding: 5px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
body.overview div.info a {
  color: #221e1b;
  font-weight: bold;
}
body.overview div.info a:hover {
  border-bottom: 1px solid #eee6de;
}
body.overview p.label {
  text-transform: uppercase;
}
body.overview p.label a {
  color: #221e1b;
}
body.overview p.label a:hover {
  color: #eee6de;
}

body.detail p.label {
  text-transform: uppercase;
  color: #221e1b;
  margin-bottom: 0;
}
body.detail p.info {
  margin-top: 0px;
}
body.detail p.image {
  margin-top: 10px;
}
body.detail p.description {
  margin-top: 10px;
}

/*  Links
------------------------------------------------------------------------------------------------------ */
a {
  color: #fcbc00;
  text-decoration: none;
}
a:hover {
  color: #eee6de;
}
a.external {
  color: #cccc99;
}
a.external:hover {
  color: #eee6de;
}

/*  Navigation
------------------------------------------------------------------------------------------------------ */
ul#category {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  margin: 10px 0;
}
ul#category li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
ul#category li:first-child, ul#category li.first {
  padding-left: 0;
}
ul#category li:last-child {
  padding-right: 0;
}
ul#category li.last {
  padding-right: 0;
}
ul#category li {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  padding-right: 5px;
}
ul#category li a.moebel, ul#category li a.lampen, ul#category li a.diverses {
  display: block;
  background: #fcbc00;
  color: #8c6f4f;
  padding: 5px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
ul#category li a.moebel:hover, ul#category li a.lampen:hover, ul#category li a.diverses:hover {
  background-color: #eee6de;
  -moz-transition-property: background-color;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
ul#category li a.moebel.selected, ul#category li a.lampen.selected, ul#category li a.diverses.selected {
  background-color: #eee6de;
}

ul#nav {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  margin: 5px 0;
}
ul#nav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
ul#nav li:first-child, ul#nav li.first {
  padding-left: 0;
}
ul#nav li:last-child {
  padding-right: 0;
}
ul#nav li.last {
  padding-right: 0;
}
ul#nav li {
  text-transform: uppercase;
  padding-right: 10px;
}
ul#nav li a.information, ul#nav li a.links {
  display: block;
  color: #fcbc00;
}
ul#nav li a.information:hover, ul#nav li a.links:hover {
  color: #eee6de;
}
ul#nav li a.information.selected, ul#nav li a.links.selected {
  color: #eee6de;
}
ul#nav li a.facebook {
/*  background: url("/static/site/img/button_facebook.png") 0 50% no-repeat;
  padding-left: 20px !important;*/
  color: #cccc99 !important;
  text-transform: lowercase !important;
  font-style: italic;
  font-weight: bold;
}
ul#nav li a.facebook:hover {
  color: #eee6de !important;
  /*background: url("/static/site/img/button_facebook_hover.png") 0 50% no-repeat;*/
}

/*  Links
------------------------------------------------------------------------------------------------------ */
ul#links {
  margin: 10px 0;
}
ul#links li {
  float: left;
  width: 220px;
  margin-right: 30px;
  font-size: 16px;
  text-transform: uppercase;
}
ul#links li a {
  display: block;
  color: #fcbc00;
  padding: 5px 0px;
}
ul#links li a:hover {
  color: #eee6de;
}

/*  Pagination
------------------------------------------------------------------------------------------------------ */
div#pagination ul {
  position: fixed;
  list-style: none;
  margin-top: 20px;
  margin-left: -60px;
}
div#pagination ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
}
div#pagination ul li {
  padding: 0;
  margin: 0;
}
div#pagination ul a.forward {
  display: block;
  background: url("/static/site/img/button_forward.png") left center no-repeat;
  width: 30px;
  height: 30px;
}
div#pagination ul a.forward:hover {
  background: url("/static/site/img/button_forward_hover.png") left center no-repeat;
}
div#pagination ul a.backward {
  display: block;
  background: url("/static/site/img/button_backward.png") left center no-repeat;
  width: 30px;
  height: 30px;
}
div#pagination ul a.backward:hover {
  background: url("/static/site/img/button_backward_hover.png") left center no-repeat;
}
div#pagination ul span.inactive {
  display: block;
  background: url("/static/site/img/button_inactive.png") left center no-repeat;
  width: 30px;
  height: 30px;
}
