
html, body{
  text-align: justify;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

img{
  border: 0px;
}

a{
  color: #111;
}

a:hover{
  color: #EB7029;
}

h1 {
  color: #000;
	margin: 0px;
  padding:0px;
  font-weight: bold;
  font-size: 16px;
}

h2 {
	color: #EB7029;
	margin: 0px 0px 8px 0px;
  padding:0px;
	font-weight: bold;
	font-size: 14px;
}

h3 {
	color: #2C2B2B;
	margin: 0px 0px 5px 0px;
  padding:0px;
	font-weight: bold;
	font-size: 12px;
}

#container_all{
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  background: #fff;
}

#header{
  height: 110px;
}

#left{
  float: left;
  width: 190px;
}

#right{
  float: right;
  width: 775px;
}

#footer{
  clear: both;
  margin-top: 20px;
}

.category_items{
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.category_items img{
  margin-bottom: 0px;
}

.box_header{
	background-image: url(images/box_header.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 44px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	-moz-box-sizing: border-box;
	color: #FFFFFF;
}

.box_title{
  font-weight: bold;
	font-size: 12px;
	padding-left: 35px;
	padding-top: 11px;
}

.box_content{
  background-image:url(images/box_content.gif);
	background-repeat: repeat-y;
	width: 180px;
	-moz-box-sizing: border-box;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.box_footer{
  background-image:url(images/box_footer.gif);
  background-repeat: no-repeat;
  width: 180px;
  height: 29px;
  padding-left: 15px;
	padding-top: 0px;
	margin-top: 0px;
}

.longdesc_content {
    padding: 10px 10px 30px 0px;
    width: 760px;
}

.productlist_header {
  background: url(images/productlist_top.gif) #fff no-repeat;
  height: 13px;
}

.productlist_content {
    /*border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;*/
    background: url(images/productlist_content.gif);
    background-repeat: repeat-y;
    padding: 0px 10px 30px 10px;
    width: 780px;
    min-height: 130px;
}

.productlist_image {
  float: left;
  margin-right: 10px;
  width: 130px;
  height: 130px;
}

.productlist_image img{
  border: 1px solid #BFBCBC;
  padding: 2px;
}

.productlist_right{
  float: left;
  width: 590px;
}

.productlist_title{
	font-weight: bold;
	font-size: 12px;
	color:#000;
	margin-bottom: 10px;
}

.productlist_shortdesc{
	font-size: 12px;
	margin-top: 0px;
	/*height: 40px;*/
	overflow: hidden;
	font-weight: normal;
}
.productlist_price{
	font-weight: bold;
	font-size: 14px;
	color: black;
  text-align: right;
  margin-top: 10px;
}

.productlist_mwst {
  color: #677787;
  text-align: right;
}

.productlist_footer {
  clear: both;
  background: url(images/productlist_bottom.gif) bottom left #fff no-repeat;
  height: 13px;
  margin-bottom: 10px;
}

.footer_products{
  
}

.imprint{
  background: url(images/footer.gif) no-repeat;
  height: 30px;
  padding-top: 8px;
  margin-top: 5px;
  text-align: center;
}