/* Standard Einstellungen für das Dokument */
body, h1, h2, h3, p, img, form, input, textarea, select, span, div, tr, a {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #B01A04;
  text-decoration: none;
}
* {
  margin: 0px;
  padding: 0px;
}
h1 {
  font-size: 16px;
  margin-bottom: 16px;
  color: #FFFFFF;
  line-height: 1.4;
  font-weight: bold;
}
div#right h1 {
  color: #B01A04;
  line-height: 1;
}
.no_margin_bottom {
  margin-bottom: 0px;
}
h2 {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
  color: #FFFFFF;
  line-height: 1.4;
}
h3 {
	font-weight: bold;
    margin-bottom: 11px;
	color: #FFFFFF;
	line-height: 1.4;
}
h4 {
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 1.4;
}
p {
  margin-bottom: 12px;
  line-height: 1.4;
}
p.kursiv {
  margin-bottom: 12px;
  font-style: italic;
  line-height: 1.4;
}
p.line_space {
  line-height: 1.7;
}
a {
  color: #FFFFFF;
  font-weight: bold;
}

a:hover {
  color: #FFFFCC;
}
div.clear {
  clear: both;
  height: 0px;
}

/*abgerundete Ecken*/
div.ro {
	background:url(img/roundedbox_ro.gif) top right no-repeat;
}

div.lo {
	background:url(img/roundedbox_lo.gif) top left no-repeat;
}

div.ru {
	background:url(img/roundedbox_ru.gif) bottom right no-repeat;
}

div.lu {
	background:url(img/roundedbox_lu.gif) bottom left no-repeat;
}
div.box_center {
  padding: 14px;
	padding-top: 12px;
	padding-bottom: 10px;

}


/* Produkt Info Styles */
div#product_info {
}

div#product_info div.main_image {
  float: left;
  margin-bottom: 10px;
}
div#product_info div.main_image div.image{
  width: 222px;
  border: 1px solid #B01A04;
  text-align: center;
  vertical-align: middle;
  float: left;
  background-color: #FFFFFF;
}

div#product_info div.main_image div.thumb {
  width: 70px;
  height: 46px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  float: left;
  margin-left: 4px;
  margin-top: 4px;
  border: 1px solid #B01A04;
}
div#product_info div.main_image div.first {
  clear: left;
  margin-left: 0px;
}
div#product_info div.main_image div.thumb img {
  width: 70px;
}

div#product_info div.product_info_right {
  float: right;
  width: 208px;
  margin-bottom: 10px;
  text-align: right;
}
div#product_info div.product_info_right div.product_info_add {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
div#product_info div.product_info_right div.product_info_add input.qty {
  border:1px solid #B01A04;
  height:17px;
  padding-left:1px;
  padding-top:1px;
  vertical-align:top;
  width:30px;
}

/* Produkt wurde am xx.xx.xxxx hinzugef&uuml;gt */
div#product_info div.products_added {
  background:#FFFFFF;
  font-size:10px;
  margin-bottom:5px;
  margin-top:5px;
  text-align:center;
}

/* Kunden haben auch gekauft */
div#product_info div.also_purchased {
  border: 1px solid #b01A04;
}
div#product_info div.also_purchased div.heading {
  background: #b01A04;
  text-align: center;
  color: #FFFFFF;
}
div#product_info div.also_purchased div.also_purchased_product {
  border-top: 1px solid #b01A04;
  padding: 5px;
  background-color: #FFFFFF;
}
div#product_info div.also_purchased div.also_purchased_product_image {
  float:left;
  margin-right:5px;
  width:120px;
  text-align: center;
}
div#product_info div.also_purchased div.also_purchased_product_text {
  float: left;
}

/* Produkt Listing */
div#product_listing div.categories_description {
  margin-bottom: 10px;
}
div#product_listing div.product_list {
  border-left: 1px solid #B01A04;
  border-bottom: 1px solid #B01A04;
  border-right: 1px solid #B01A04;
  background-color: #FFFFFF;
  margin-bottom: 10px;
}
div#product_listing div.product_list div.product {
  border-top: 1px solid #B01A04 !important;
  padding: 5px;
  padding-right: 0px;

}

div#product_listing div.product_list div.product div.product_image{
  float:left;
  margin-right:5px;
  width:120px;
  text-align: center;
}
div#product_listing div.product_list div.product div.product_text{
  float: right;
  width:305px;
  padding-right:5px;
}
div#product_listing div.product_list div.product div.product_text div.right{
  text-align: right;
  margin-top: 10px;
}
div#product_listing div.product_list div.product div.product_text img{
  margin-top: 10px;
}

form#contact_us input.button, form#contact_us textarea {
  border: 1px solid #B01A04;
  background-color:#FFFFFF;
  color:#B01A04;
  margin-top:2px;
  padding:2px;
  width:180px;
}

form#contact_us input.no_border {
  border: none;
}
div.error {
  border: 1px solid #B01A04;
  background-color: #FFFFFF;
  padding: 5px; margin-bottom: 15px;
  text-align: center;
}
div.error h2 {
  color: #B01A04;
  text-align: center;
}
