area {
	cursor:pointer;
}

#PageContent .page_content_with_full_width {
	padding-top: 20px;
	padding-left: 0;
}
.overview_image {
	background: top left no-repeat;
}
#Products {
	margin-bottom: 20px;
}
#Products.Normal .product,
#Products.Fruit.special .product {
	display: block;
	background: url(/images/product_bg.png) top left no-repeat;
	width: 163px;
	height: 87px;
	padding: 10px 5px 5px;
	text-decoration: none;
	margin: 0 0 5px 6px;
	float: left;
	position: relative;
}
#Products.Normal .product_line {
	margin: 10px 10px;
}
#Products.Fruit {
	margin: 0 20px 0 16px;
}
#Products.Fruit .product_line {
	margin: 10px 0;
}
#Products.Fruit .product_col {
	padding-left: 20px;
}
#Products.Fruit .product_group {
	padding-bottom: 13px;
}
#Products.Fruit .product {
	display: block;
	text-decoration: none;
}
#Products .product .name {
	
}
#Products .product .image {
	display: block;
	width: 161px;
	position: absolute;
	bottom: 6px;
	right: 6px;
}


#Product {
	padding: 0;
}
#Product #Template1 {
	width: 675px;
	position: relative;
	float: left;
	margin-left: 20px;
	_margin-left: 10px;
}
#Product #Template1 .leftarea {
	width: 300px;
}
#Product #Template1 .name {
	margin-bottom: 2px;
}
#Product #Template1 .description {
	margin-bottom: 25px;
}
#Product #Template1 .leftarea .text {
	line-height: 1.5;
	margin-bottom: 15px;
}
#Product #Template1 .image {
}

#Product #Template2 {
	float: left;
	width: 675px;
	margin-left: 20px;
}
#Product #Template2 .leftarea {
	float: left;
	width: 675px;
}
#Product #Template2 .leftarea .name {
	margin-botom: 2px;
}
#Product #Template2 .leftarea .description {
	margin-bottom: 5px;
}
#Product #Template2 .leftarea .text {
	line-height: 1.5;
	margin-bottom: 20px;
}
#Product #Template2 .image {
	text-align: center;
}
#Product #Banners {
	margin-top: 63px;
	float: right;
	width: 239px;
}
#Product #Banners .banner {
	margin-bottom: 10px;
	display: block;
}
/*
#Product #Banners .banner .main {
	padding: 5px 0;
}
#Product #Banners .banner .main .media {
	display: block;
	padding: 5px 35px;
	margin-left: 8px;
	text-decoration: none;
}
#Product #Banners .banner .main .media:hover {
	color: #99C21D;
}
#Product #Banners .banner .main .media .description {
	display: none;
}
*/
#Media,
#Downloads {
	margin-bottom: 10px;
}

#Downloads {
	float: none;
	width: auto;
}

#ExtraButtons a {
	display: block;
}

#ExtraButtons a.inox {
	background: url(/images/inox_bg.png);
	padding: 7px 10px 7px 23px;
	color: white;
}

#Product .text2 {
	margin: 20px 0 10px;
	line-height: 1.5;
}
#Product .adv_container {
	width: 660px;
}
#Product .advantages {
	background: #99c21d;
	padding: 15px 25px 15px 0;
	margin: 10px 0 0 0;
	float: left;
}
#Product .advantages .headline {
	font-size: 14px;
	margin-left: 25px;
	color: white;
}
#Product .advantages .advantage {
	padding: 5px 0 0 25px;
}
#Product .advantages .advantage .groupname {
	font-size: 12px;
	margin-bottom: 5px;
	color: white;
}
#Product .advantages .advantage .text {
	background: url(/images/dot_white.png) left 5px no-repeat;
	padding-left: 10px;
	color: white;
	
}

#BottomContainer .item {
	display: block;
	color: #555;
	text-decoration: none;
	font-size: 11px;
	float: left;
	margin-bottom: 5px;
	white-space: nowrap;
}
#BottomContainer .item:hover {
	color: #99c21d;
}
#BottomContainer .item.selected {
	color: #99c21d;
}
#BottomContainer .separator {
	display: block;
	padding: 0 5px;
	float: left;
	margin-bottom: 5px;
}

#send2friend {
	background: white;
	width: 404px;
	padding: 20px;
	display: none;
	position: absolute;
	top: 15%;
	left: 50%;
	margin-left: -200px;
}
#send2friend .head {
	margin-bottom: 15px;
}
#send2friend .head2 {
	margin-bottom: 15px;
	font-weight: bold;
}
#send2friend .text {
	float: left;
	width: 200px;
}
#send2friend .input {
	float: left;
	width: 200px;
}
#send2friend .input input, #send2friend .input textarea {
	width: 200px;
}
#send2friend .submit {
	float: right;
	text-decoration: none;
	height: 21px;
	margin-top: 5px;
}
#send2friend .submit span {
	display: block;
	float: left;
}
#send2friend .submit .main {
	background: url(/images/btn_weiter_main.png) left center repeat-x #99c21d;
	padding: 4px 15px 4px 5px;
	color: white;
}
#close_btn
{
	display:block;
	background:url('/images/close.png');
	position:absolute;
	top:0px;
	right:0px;
	height: 26px;
	width: 26px;
	cursor:pointer;
}


.overlay {
	background: url(/images/product_overlay_bg.png) top left no-repeat;
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 258px;
	height: 130px;
	padding: 5px 7px;
	z-index: 5;
}

* html .overlay {
	background-image: url(/images/product_overlay_bg_ie6.png);
	/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="/images/product_overlay_bg.png"); */
}

.overlay_long {
	background: url(/images/product_overlay_large_bg.png) top left no-repeat;
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 272px;
	height: 180px;
	padding: 5px 7px;
	z-index: 5;
}

* html .overlay_long {
	background-image: url(/images/product_overlay_large_bg_ie6.png);
	/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="/images/product_overlay_bg.png"); */
}

.overlay .image, .overlay_long .image {
	float: left;
	margin-right: 10px;
}
.overlay .text, .overlay_long .text {
	float: left;
	margin-top: 15px;
	width: 115px;
}
.overlay .close, .overlay_long .close {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 15px;
	height: 15px;
	background: url(/images/product_overlay_close.png) center no-repeat;
	z-index: 6;
}

.overlay_long .close
{
	right: 20px;
}
