body {
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px; padding: 0px;
}
/********************************************* 
Kopfleiste
*********************************************/
#top {
	height: 230px; width: 100%;
}
#header_logo {
	height: 200px;
	margin-bottom: 30px;
	border: #000000 solid 1px;
}
#header_logo img {
	margin-right: 20px;
}

/********************************************* 
Content
*********************************************/
.angebot_plist {
	background-color: #0055A0;
	margin-left: 0px; margin-right: 15px; margin-top: 10px; margin-bottom: 10px;
	width: 480px;
	height: 150px;
}
#product_left {	
	width: 300px;
	float: left;
}
#product_right {
	margin-left: 320px;
	padding-right: 5px;
}
.category_box_small {
	border: #000000 solid 1px;
	float: left;
	margin-right: 10px; margin-bottom: 10px;
	width: 150px; height: 190px;
}
.product_box_small {
	border: #000000 solid 1px;
	float: left;
	margin-right: 10px; margin-bottom: 10px;
	width: 150px; height: 220px;
}
.product_box_small img, .category_box_small img {
	width: 150px; height: 150px;
}
.product_box_small h3, .category_box_small h3 {
	font-size: 12px;
	margin: 3px;
}
.price_box_small {
	display: block;
	margin-top: -3px;
	padding: 2px;
	width: 146px;
}
.product_pictures_small {
	width: 95px; height: 95px;
	margin: 2px;
}
.price_box_big {
	font-size: 28px;
	font-weight: bold;
}
.altPrice {
	text-decoration: line-through;
	font-weight: bold;
}
#turnpages {
	clear: left;
	display: block;
}	
#varianten {
	width: 300px;
	font-weight: bold;
}
.putinbasket {
	display: none;
}
/********************************************* 
Menue + Suche ausblenden
Navigation ausblenden
Warenkorb Aktionen ausblenden
Footer ausblenden
*********************************************/
#header_camping, #header_playing, #header_fashion, #header_sport, #header_extra, #header_box_suche, 
#left, #navigation, #navigation_top, #navigation_middle, #navigation_box, #navigation_box a, .kat_2, #navigation_bottom, 
#right, #basket_top, #basket_middle, #basket_price, #basket_bottom, #specials, 
#footer_bg, #footer_left, #footer_middle, #footer_middle a, #footer_right, #footer_right2 {	
	display: none;
}
