* {
  padding: 0;
  margin: 0; }

body {
  background: url("img/bg.gif") repeat white;
  color: #505050;
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 10pt; }

a, a:visited {
  color: #1a4977;
  text-decoration: none; }

a img {
  border: none; }

.button, .button:visited {
  color: white;
  background-color: #1a4977;
  font-size: 8pt;
  font-family: Verdana, Arial, Sans-Serif;
  padding: 3px;
  border: none;
  cursor: pointer;
  height: 21px;
  /* removes extra side spacing in IE */
  overflow: visible; }

/* removes extra inner spacing in Firefox */
.button::-moz-focus-inner {
  border: 0;
  padding: 0; }

a.button, a.button:visited {
  display: inline-block;
  height: 15px;
  line-height: 15px; }

p a.button {
  margin-top: 4px; }

.button:hover {
  background-color: #082b4d; }

.button-red {
  background-color: #772009; }

.button-red:hover {
  background-color: #b73d4d; }

.errormessage {
  background-color: #dbc875;
  border: 2px solid #b79a1d;
  margin-bottom: 15px;
  padding: 05px;
  color: black; }

/*
.messageStackSuccess {
    background-color: #66FF66;
    padding: 4px;
}*/
#left {
  float: left;
  width: 125px;
  padding: 0;
  margin: 0 20px 0 0; }
  #left h2 {
    background-color: #6b93bb;
    color: white;
    font-size: 10pt;
    padding: 2px 0 2px 10px;
    font-weight: normal; }
    #left h2 a {
      color: white; }
  #left ul {
    list-style-type: none;
    padding: 0 0 0 10px;
    margin: 0 0 30px; }
  #left .boxbody {
    margin: 0 0 30px;
    padding: 0 0 0 10px; }
  #left .boxbody-small {
    font-size: 8pt; }

#main {
  margin-left: 145px;
  min-height: 600px; }

#logo {
  height: 121px;
  text-align: center;
  margin-bottom: 57px; }

#title {
  padding-top: 38px;
  height: 45px; }

#headerinfo {
  float: right;
  width: 300px;}

#account {
  height: 48px;
  text-align: right; }
  #account a {
    color: #505050; }
  #account ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  #account li {
    display: inline;
    margin: 0;
    padding: 10px 0 0 0; }
  #account li:before {
    content: "| "; }
  #account li:first-child:before {
    content: ""; }
	
#header_hint {
   float: right;
   top: -18px;
   position: relative;
   padding-left: 38px;
   font-size: 8pt;
   text-align: right;
   color: #772009;
   background: url("img/phone.gif") no-repeat white 0px 0px;
   height: 47px;}

#basketinfo {
  float: right;
  text-align: right;
  top: -11px;
  position: relative;
  line-height: 10pt;
  padding-left: 40px;
  background: url("img/cart.gif") no-repeat white 0px 0px;
  height: 30px;}

  #basketinfo a, #basketinfo a:visited {
    color: #505050; }

#checkoutlogo {
  float: right;
  margin-left: 15px;
  padding-top: 2px; }

#basketdata {
  float: right; }

#menu {
  background-color: #1a4977;
  height: 38px;
  margin: 0 0 57px 0;
  clear: right; }

#menu li.level0 ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  width: 150px;
  z-index: 99999; }

#menu ul li {
  position: relative; }

#menu li ul {
  display: none;
  position: absolute; }

#menu li.level0 ul {
  border: 1px solid #6b93bb;
  background-color: white; }

#menu li.level0 ul {
  top: 37px;
  left: 0px; }

#menu li.level1 ul {
  left: 150px;
  top: 0; }

#menu ul.level1 li a {
  color: #1a4977;
  display: block;
  padding: 5px;
  text-decoration: none; }

#menu * html ul li {
  float: left;
  height: 1%; }

#menu * html ul li a {
  height: 1%; }

#menu ul li a:hover {
  background-color: #6b93bb;
  color: white; }

#menu li ul li a {
  padding: 2px 5px; }

#menu ul.level0 li:hover ul.level1, ul.level0 li.over ul.level1 {
  display: block; }

#menu ul.level1 li:hover ul.level2, ul.level1 li.over ul.level2 {
  display: block; }

#menu ul.level2 li:hover ul.level3, ul.level2 li.over ul.level3 {
  display: block; }

#menu ul.level3 li:hover ul.level4, ul.level3 li.over ul.level4 {
  display: block; }

#menu li.header {
  border-bottom: 1px solid #6b93bb;
  color: #1a4977;
  padding: 4px 5px 5px; }

#menu ul.level0 {
  list-style: none outside none;
  height: 100%;
  font-size: 9pt; }
  #menu ul.level0 li.level0 {
    height: 28px;
    float: left;
    padding: 10px 10px 0; }
    #menu ul.level0 li.level0 a, #menu ul.level0 li.level0 a:visited {
      color: white;
      border: none; }
  #menu ul.level0 li.level0 a:hover, #menu ul.level0 li.over, #menu ul.level0 li.over a, #menu ul.level0 li.active {
    background-color: #6b93bb;
    color: white; }

#menu ul.level1 li.level1 a, #menu ul.level1 li.level1 a:visited {
  color: #1a4977;
  background-color: white; }
#menu ul.level1 li.over, #menu ul.level1 li.over > a, #menu ul.level1 li.over > a:visited {
  background-color: #6b93bb;
  color: white; }

#quick_find {
  float: right;
  padding-right: 10px; }

#searchfield {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 80px;
  color: #505050;
  margin-top: 8px;
  padding: 3px 20px 3px 6px;
  background: url("img/search_icon.gif") no-repeat white;
  background-position: 95% 50%; }

#sitewrap {
  margin: 0 auto;
  width: 980px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 27px 20px 20px 20px;
  background: white; }

#offline {
  margin: 0 auto;
  width: 980px;
  border: 1px solid #dddddd;
  padding: 27px 20px 20px 20px;
  background: white; }

#contentwrap {
  padding-left: 20px; }
  #contentwrap h1 {
    font-size: 13pt;
    font-weight: normal;
    margin-bottom: 20px; }
  #contentwrap h2 {
    font-size: 12pt;
    font-weight: normal;
    margin-bottom: 18px; }
  #contentwrap input[type=text], #contentwrap input[type=password], #contentwrap select {
    border: 1px solid #082b4d;
    height: 19px; }
  #contentwrap textarea {
    border: 1px solid #082b4d; }
  #contentwrap input[type=checkbox], #contentwrap input[type=radio] {
    margin-right: 6px; }
  #contentwrap ul li {
    list-style-type: none; }

.clear {
  clear: left;
  padding: 0;
  margin: 0;
  height: 0;
  visibility: hidden; }

#attributes a, #attributes a:visited {
  color: #505050;
  display: block;
  padding: 1px 1px 1px 10px; }
#attributes a.active, #attributes a:hover {
  border: 1px solid #6b93bb;
  padding: 0 0 0 9px; }
#attributes ul {
  padding: 0; }

.product {
  float: left;
  width: 194px;
  margin: 0 70px 30px 0; }
  .product .description {
    margin: 10px 0;
    height: 52px;
    text-overflow: ellipsis;
    overflow: hidden; }
  .product .price {
    float: left;
    margin-top: 2px; }
  .product .button {
    float: right; }

.product-image {
  border: 1px solid #d8d9da;
  height: 220px;
  width: 180px;
  padding: 6px;
  text-align: center;
  vertical-align: middle; }

.product-image-banner {
  position: absolute; }

.product-image-banner-inner {
  position: absolute;
  top: 0px; }

.product-image-small {
  border: 1px solid #d8d9da;
  padding: 2px;
  height: 68px;
  width: 55px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 6px 6px 0; }

.product-images {
  width: 220px;
  float: left; }

#more_images {
  margin-top: 8px; }
  #more_images div {
    float: left; }

#productinfo {
  margin-left: 220px;
  overflow: visible; }
  #productinfo .description, #productinfo .productoptions {
    margin-bottom: 20px; }
  #productinfo .price {
    font-weight: bold;
    margin-bottom: 5px; }
  #productinfo .shippingtime {
    margin-bottom: 20px; }

.cloud-zoom-big {
  border: 6px solid white;
  -webkit-outline: 1px solid #d8d9da;
  -moz-outline: 1px solid #d8d9da;
  outline: 1px solid #d8d9da; }

/* IE 6 */
* html .cloud-zoom-big {
  border: 1px solid #d8d9da; }

/* IE 7 */
* + html .cloud-zoom-big {
  border: 1px solid #d8d9da; }

.orderdetails .quantity {
  width: 60px; }
.orderdetails .singleprice, .orderdetails .totalprice {
  width: 100px;
  text-align: right; }
.orderdetails .delete {
  text-align: center;
  width: 80px; }
.orderdetails td {
  padding-bottom: 4px; }

td.subtotal {
  padding-top: 20px;
  padding-bottom: 20px; }

/* CHECKOUT NAVIGATION */
#checkoutnavigation {
  background: url("img/lightblue.gif") repeat-x center;
  height: 44px;
  width: 815px; }

#checkoutnavigation li {
  height: 30px;
  list-style-type: none;
  float: left;
  width: 100px;
  margin-right: 119px;
  border: solid 1px #6b93bb;
  color: white;
  padding: 6px;
  margin-bottom: 40px; }

#checkoutnavigation li.last {
  margin-right: 0;
  float: right; }

#checkoutnavigation li.done {
  background-color: #1a4977;
  border-color: #1a4977; }

#checkoutnavigation li.active {
  background-color: #6b93bb; }

#checkoutnavigation li.inactive {
  color: #d8d9da;
  background-color: white;
  border-color: #d8d9da; }

#checkout_address {
  clear: both; }

.checkout_left {
  float: left;
  width: 250px;
  margin-bottom: 40px; }

.checkout_right {
  margin-left: 250px;
  margin-bottom: 40px; }

/* SHIPPING TYPE SELECTION */
table.shippingblock {
  /* border:$lightblue solid; */
  /* border-width:0 1px 1px 1px;*/
  margin-bottom: 15px; }

table.shippingblock tr td.header {
  background-color: #6b93bb;
  padding: 2px 2px 2px 5px;
  color: white;
  font-weight: bold; }

table.shippingblock tr td {
  vertical-align: top; }

table.shippingblock tr td.description {
  width: 100%;
  vertical-align: top;
  padding-left: 6px; }

table.shippingblock tr td.radiobutton {
  vertical-align: top;
  white-space: nowrap;
  padding: 4px; }

table.shippingblock tr td.radiobutton input {
  margin: 0;
  padding: 0; }

table.shippingblock tr td.price {
  vertical-align: top;
  white-space: nowrap; }

#checkout_address_current .description, #checkout_payment_current .description {
  margin-bottom: 20px; }

#checkout_address_new .description, #checkout_payment_new .description {
  margin-bottom: 36px; }

#checkout_payment_comments {
  clear: both; }

#checkout_payment_agb .agbframe {
  margin-bottom: 20px; }
  
table.paymentblock {
	margin-top:	10px;
}

#checkout_confirmation_products .highlightbox {
  background-color: #F8F8F8;
  border: 1px solid #D9D9D9;
  overflow: auto;
  padding: 15px; }

#checkout_confirmation {
  margin-top: 40px;
  text-align: right;
  margin-right: 10px; }

#checkout_confirmation_addresses, #checkout_confirmation_paymentinfo, #checkout_confirmation_revocation {
  margin: 20px 0; }

#checkout_success_print {
  margin: 20px 0; }

#footer {
  display: table;
  margin: 22px auto 0;
  width: 980px;
  height: 24px;
  border: 1px solid #dddddd;
  padding: 6px 20px;
  background: white; }

#footer .contentlist {
  display: flex;
  list-style-type: none;
  padding: 2px 0 0;
  margin: 0; }

#footer li {
  display: inline;
  margin: 0;
  padding: 0 20px 0 0; }
  
#footer li .image {
	padding-top: 10px; }

#footer a {
  color: #505050; }
  
#footer_hint {
  display: table;
  margin: 22px auto 0;
  width: 980px;
  height: 24px;
  border: 1px solid #dddddd;
  padding: 6px 20px;
  background: white; 
  font-weight: bold;
  font-size: 18px;
  color: #1A4977; }

.copyright, .parseTime {
  margin: 0 auto;
  width: 980px;
  border: 1px solid #dddddd;
  padding: 5px 20px;
  background: white;
  text-align: center;
  visibility: hidden; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

/* FAKE HR DIV CAUSE OF IE TROUBLES */
div.hr {
  padding-top: 1px;
  height: 0;
  overflow: hidden;
  margin: 0;
  line-height: 0;
  background-color: #4E4E4F; }

#create_account .highlightbox, .highlightbox2 {
  background-color: #F8F8F8;
  border: 1px solid #D9D9D9;
  overflow: auto;
  padding: 15px;
  margin-bottom: 20px; }

#create_account .highlightbox table td,
#account_edit .highlightbox2 table td,
#addressbook .highlightbox2 table td,
#contactform td {
  padding-bottom: 4px; }

.accounthistoryinfoorderdetails td {
  padding-bottom: 10px;
  vertical-align: top; }

.accounthistoryinfoorderdetails .header td {
  padding-bottom: 0; }

#login input[type=text], #login input[type=password] {
  width: 140px; }
  
span.small{
	font-size:		smaller;
}

.total_table {
	float:			right;
	text-align:		right;
}

.red {
	color: #772009;
}

.product-images .smartphone_hint
{
	display: none;
}

@media (pointer:none), (pointer:coarse)
{
	.product-images .smartphone_hint
	{
		display: block;
		color: #772009;
	}
}

/* Kategorienwahl ausblenden (bessere Nutzung auf mobilen Geräten */
div#left div#attributes,
ul#topmenu li.level0 ul.child
{
	display: none !important;
}
