html {
  overflow-y: scroll;
}
body {
  background: white url(background_blue.png) left top repeat-x;
}
body, div, p, ul, form, h1, h2, h3, th, td, table, input, select {
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  color: black;
}
h1, h2 {
  font-family: "Trebuchet MS", Trebuchet, Verdana, Tahoma, Helvetica, sans-serif;
}
.pageContainer {
  max-width: none;
  border: none;
}

/* -- Header -- */
.topNavigation {
  position: absolute;
  top: 6px;
  right: 10px;
  text-align: right;
  z-index: 1;
}
.topNavigation .languages {
  text-align: right;
  padding: 3px 2px 0px;
  display: inline;
}

.header {
  position: relative;
  top: 0px;
  left: 0px;
  width: 650px;
  height: 140px;
  background: transparent url(header_blue.gif) center top no-repeat;
  margin: 20px auto 20px;
  padding: 0px;
}
.header .pageTitle {
  position: absolute;
  top: 7px;
  left: 0px;
  width: 100%;
}
.header .pageTitle h1 {
  color: white;
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.header .pageTitle h1 a {
  color: white;
  text-decoration: none;
}


/* -- Navigation -- */
.navigation {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 650px;
  color: white;
  text-align: center;
  padding: 0px;
}
.navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.navigation li,
.navigation li div {
  display: inline;
  color: white;
}
.navigation li.ignore {
  display: none;
}
.navigation a,
.navigation a:hover {
  color: white;
  line-height: 135%;
}
.navigation .cartInfo {
  display: none;
}

.quicksearch {
  position: absolute;
  top: 109px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 13px;
  padding: 1px 0px 0px;
}
.quicksearch input {
  font-size: 13px;
}
.quicksearch input[type=text] {
  width: 335px;
  font-size: 13px;
}
.menuSearch ul.error {
  width: 800px;
  margin: 20px auto;
  padding: 10px 0px;
}

/* -- Main -- */
.content {
  margin: 0px auto;
  padding: 0px;
  max-width: 800px;
}
.recommendations {
  display: none;
}
div, body, p, ul, form, h1, h2, h3, th, td, table, input, select {
  font-size: 15px;
}
h1 {
  font-size: 32px;
  margin: 16px 0px 8px;
}
h2 {
  font-size: 20px;
  margin: 16px 0px 8px;
}
h3 {
  font-size: 16px;
  margin: 0px 0px 8px;
}
p.hint {
  margin: 20px 0px 10px;
  font-size: 13px;
}
p.intro {
  margin: 0px 0px 8px;
}
a:hover {
  color: #009;
}
.pane {
  background: #bdf;
  border: #579 1px solid;
  padding: 8px 10px;
}
.featured .items .item,
.recommendations .item,
.featured .items .item:hover,
.recommendations .item:hover {
  background: #bdf;
  border: #579 1px solid;
}
.impressum td {
  font-size: 15px;
}

.list table {
  background: #bdf;
  border: #579 1px solid;
}
.list td,
.list th {
  padding: 4px 8px;
}
.listView thead {
  display: none;
}
.list tbody tr.even {
  background: white;
}
.list tbody tr.odd {
  background: #bdf;
}
.listView tbody tr.odd:hover,
.listView tbody tr.even:hover {
  background: #ff9;
}
.list tbody .picfile {
  padding-top: 7px;
}
.list tbody .picfileEmpty {
  padding: 0px;
}
.list tbody .price,
.list tbody .order {
  padding-left: 0px;
}
.listControl * {
  font-size: 14px;
}

.cart td {
  font-size: 15px;
}
.cart thead th {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  border-bottom: #579 1px solid;
}
.cart thead th b {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
}
.cart tbody tr.odd {
  background: #def;
}
.cart .tfoot td {
  border-top: #579 1px solid;
}
.list .tfoot td div {
  font-size: 14px;
}

.noSSL td {
  font-size: 13px;
}
.securityLink {
  margin-top: -5px;
}

.orderProgress li {
  background: #bdf;
  border: #579 1px solid;
}

.address td,
.address label,
.address p {
  font-size: 15px;
}

.detail td .price {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 2px;
}

/* -- Footer -- */
.footer {
  margin: 0px auto;
  max-width: 800px;
}
.footer .navigate {
  display: none;
}
.footer .shopInfo {
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  text-align: left;
  padding: 0px;
  color: #9bd;
  border-top: #9bd 1px solid;
  background: none;
}
.shopInfo a {
  color: #9bd;
  text-decoration: none;
}
.shopInfo a:hover {
  color: #9bd;
  text-decoration: underline;
}
