#header_img {
	float: right; 
	background-image: url('bilder/header.jpg'); 
	width: 346px; 
	height: 108px;
  margin-right: 4px;	
}

.boxheadline {
	background-attachment: scroll;
	background-image: url(bilder/box_headline.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 9px 0px 0px 0px;
	width: 213px;
	height: 20px;
	text-align: center;
}

.boxcontent {
	background-attachment: scroll;
	background-image: url(bilder/box_content.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 213px;
	position: relative;
}

.boxbottom {
	margin-bottom: 5px;	
	background-image: url("bilder/box_bottom.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 213px;
	height: 20px;
} 

div#product_detail div.pd_top{
	background-color: #0044bf;
}


/* Produkte in Kategorie mit Unterkategorien - 2-spaltig */
#box_new_products .bg-2{background-color:#D9E3F5;}