
/* Aufbau: 
	-	Allgemeine Elemente 
	-	Grundelemente des Layouts
	-	Spezielle Elemente für bestimmte Seiten (zB Kontaktformular)
	-	Elemente, die auf allen Seiten platziert werden können
*/

/* Allgemeine Elemente */

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

html {
	overflow-y: scroll;
}

body {
	line-height: 160%;
	background: #fff url(/images/body_bg.gif) left top repeat-x;
	margin: 0;
	text-align: center;
	font-size: 0.75em;
}

h1, #col1 #smallbox h1 {
	margin: 7px 0 5px;
	font-size: 120%;
	color: #000;
}

h2, h3 {
	margin: 7px 0 5px;
	font-size: 110%;
}

p {
	margin: 2px 0 12px;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #000;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #083c74;
}

textarea, input, select {
	padding: 2px !important;
	border: 1px solid #ccc;
}

label.required:before {
	content: '* ';
}

ul, ol {
	margin: 0 0 7px;
	padding-left: 2em;
}

/* Formular-Kram für Zend */

form dd, dt, dl {
   margin: 0;
   padding: 0;
}

form dd {
   margin: 0 0 1em 0;
}

form label {
   font-weight: normal;
}

th, td {
	vertical-align: top;
}


/* Grundelemente des Layouts */

#wrapper {
	margin: 30px auto;
	width: 990px;
	text-align: left;
	background: #fff;
}

#header {
	height: 130px;
}

#logo {
	display: block;
	height: 45px;
	width: 210px;
	float: right;
	margin: 40px 60px 0 0;
}

#claim {
	display: block;
	height: 30px;
	width: 208px;
	float: right;
	margin: 48px 311px 0 0;
}

#navigation, #navigation ul, #navigation li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navigation {
	width: 150px;
	margin: -10px 15px 20px 35px;
	float: left;
}

#navigation li {
	margin: 10px 0 0;
	text-transform: uppercase;
	font-size: 115%;
}

#navigation a {
	color: #000;
}

#navigation a:hover {
	color: #000;
}

#navigation strong, #box_navi a, .news a, .faq a {
	color: #083c74;
}

.news_entry h2 a {
	color: #000;
}

#navigation .active {
	color: #083c74 !important;
	font-weight: bold;
}

#navigation li li {
	margin: 5px 0 0 5px;
	text-transform: none;
	font-size: 90%;
}

#navigation li li li {
	margin: 3px 0 0 10px;
	text-transform: none;
	font-size: 90%;
}

#navigation li li li a strong {
	color: #000;
}

#navigation input {
	width: 120px;
}
 
#navigation li.pdf a:hover {
	padding-left: 21px;
	background: url(/images/page_white_pdf.png) left 1px no-repeat;
	display: block;
}

#content {
	width: 790px;
	float: left;
	position: relative;
}

	#image {
		height: 330px;
		width: 550px;
		float: left;
	}
	
	.programm #image {
		float: right;
	}
	
	#row2 {
		clear: both;
		background: url(/images/box_bg.gif) left top repeat-x;
		border-top: 20px solid #fff;
		border-bottom: 10px solid #fff;
		float: left;
		position: relative;
		width: 790px;
	}
	
		#bigbox, .schneiden #bigbox {
			width: 528px;
			float: left;
			border-right: 20px solid #fff;
			padding: 2px 11px 9px;
		}
		
		.programm #bigbox {
			float: right !important;
			border-left: 20px solid #fff;
			border-right: none;
		}
		
		#smallbox {
			width: 202px;
			padding: 2px 9px 9px;
			float: right;
		}
		
		.programm #smallbox {
			float: left;
		}
		
	#sidetext {
		width: 220px;
		float: left;
	}
	
		#sidetext h1, #col1 h1 {
			margin-top: 0;
			font-size: 105%;
		}
	
	#side_products, #side_products li {
		margin: 0;
		padding: 0;
		list-style: none;
		background: url(/images/side_bg.gif) left top repeat-x;
	}
	
	#side_products {
		width: 220px;
		float: right;
	}
	
	#side_products li {
		height: 110px !important;
		text-transform: uppercase;
	}
	
	#side_products li a {
		display: block;
		padding: 9px;
		color: #000;
		height: 100px;
		font-weight: bold;
	}
	
	#side_products li small {
		text-transform: none;
		display: block;
		font-weight: normal;
		margin: 3px 0 0;
		line-height: 140%;
	}
	
	#side_products #gastronomie {
		background: url(/images/index_gastronomie.jpg);
	}
	
	#side_products #fleischerei {
		background: url(/images/index_fleischerei.jpg);
	}
	
	#side_products #automaten {
		background: url(/images/index_automaten.jpg);
	}
	
	#col1 {
		width: 220px;
		float: left;
		margin: 0;
	}
	
			#col1 #smallbox {
			width: auto;
			padding: 2px 9px 9px;
			margin: 20px 0 0;
			background: url(/images/box_bg.gif) left top repeat-x;
		}
	
	#col2 {
		width: 550px;
		float: right;
	}
	
		#col2 #bigbox {
			padding: 2px 9px 9px;
			margin: 20px 0 0;
			border: none;
			background: url(/images/box_bg.gif) left top repeat-x;
			width: 532px;
		}
		
	.schneiden #bigbox, .presse #bigbox {
			margin: 0 0 20px !important;
			float: left;
	}
	
	.schneiden #search_for {
		width: 250px;
		float: left;
	}
	
	.schneiden #search_for ul, .schneiden #search_for li {
		margin: 15px 0;
		padding: 0;
		list-style: none;
	}
	
	.schneiden #search_for li {
		margin: 5px 0 0 20px;
	}
	
	.schneiden #search_results {
		width: 250px;
		float: left;
		margin: 0 0 0 25px;
	}

#footer {
	clear: both;
	font-size: 90%;
	background: url(/images/wankel.jpg) 35px top no-repeat;
}

#footer #box {
	background: url(/images/footer_background.gif) top left no-repeat;
	color: #000;
	font-size: 170%;
	font-weight: bold;
	float: right;
	text-align: left;
	width: 760px;
	padding: 11px 13px;
	margin: 0;
}

#footer p {
	clear: both;
	text-align: right;
	margin: 3px 0;
}

#footer a {
	padding: 0 5px;
	color: #000;
}

/* Produkte */

#product_img {
	float: left;
	width: 485px;
	position: relative;
	text-align: center;
}

	#product_img .zoom_in {
		position: absolute;
		bottom: 10px;
		right: 10px;
		display: none;
	}

	#product_img img {
		margin: 0 auto;
	}

#product_info {
	width: 210px;
	float: right;
	margin: 0 60px 0 0;
}

#product_info ul, #product_info li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#product_info ul {
	padding: 0 0 17px;
}

#product_info ul a, #search_for input#submit {
	display: block;
	padding: 2px 7px;
	background: url(/images/product_info_a.gif) left top no-repeat;
	border-bottom: 1px solid #fff;
	width: 204px;
}

#product_info a:hover {
	text-decoration: none;
	font-weight: bold;
	background-position: left bottom;
}

#product_info img {
	padding: 0 10px 0 0;
}

#product_thumbs {
	clear: both;
	float: left;
}

	#product_thumbs a {
		float: left;
		margin: 20px 12px 20px 0;
		opacity: 0.6;
		-ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
	}
	
	#product_thumbs a:hover {
		opacity: 1;
		-ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
	}
	
#other_products {
	clear: both;
	background: url(/images/side_bg.gif) left top repeat-x;
	float: left;
	overflow: hidden;
	width: 790px;
	height: 150px;
	position: relative;
}

	#product_slider {
		width: 780px;
	}

	#other_products a {
		float: left !important;
		margin: 7px 0 0 10px;
		opacity: 0.6;
	   -moz-opacity: 0.6;
	    position: relative;
	    display: block;
	    width: 140px;
	    height: auto;
	}
	
		#other_products a span {
			position: absolute;
			top: 0;
			left: -5px;
			display: none;
			font-weight: bold;
			font-size: 90%;
			color: #fff;
		}
		
		#other_products a:hover span, #other_products a.active span {
			display: block;
		}
		
		#other_products a img {
			position: relative;
			top: 20px;
			left: center;
			-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=60)";
		}
	
	#other_products a:hover, #other_products a.active {
		opacity: 1;
		text-decoration: none;
		-ms-filter: alpha(opacity=100);
    	filter: alpha(opacity=100);
	}
	
#other_products .next {
	position: absolute;
	top: 48px;
	right: 12px;
	text-indent: -5000px;
	width: 28px;
	height: 47px;
	background: url(/images/pfeil_rechts.png);
	-ms-filter: alpha(opacity=100) !important;
	filter: alpha(opacity=100) !important;
}

#other_products .previous {
	position: absolute;
	top: 48px;
	text-indent: -5000px;
	left: 12px;
	width: 28px;
	height: 47px;
	background: url(/images/pfeil_links.png);
	-ms-filter: alpha(opacity=100) !important;
	filter: alpha(opacity=100) !important;
}

	
.product_accessoires h2 {
	position: relative;
	background: #f4f4f5;
	height: 24px;
}
	
	.product_accessoires .add-to-basket {
		position: absolute;
		right: 28px;
		top: 18px;
	}
	
	.product_accessoires h2 span.xx1 {
		position: absolute;
		left: 3px;
	}
	
	.product_accessoires h2 span.xx2 {
		position: absolute;
		left: 120px;
	}
	
	.product_accessoires h2 span.xx3 {
		position: absolute;
		left: 340px;
	}
	
	.product_accessoires h2 span.xx4 {
		position: absolute;
		left: 420px;
	}
	
	.product_accessoires .accessoire {
		position: relative;
		height: 105px !important;
	}
		
		.product_accessoires .accessoire h2 {
			color: #000 !important;
			position: absolute;
			left: 120px;
		}
			
			.product_accessoires .accessoire h2 span.xx1 {
				position: absolute;
				left: 3px;
				width: 220px;
			}
			
			.product_accessoires .accessoire h2 span.xx3 {
				position: absolute;
				left: 220px;
			}
			
			.product_accessoires .accessoire h2 span.xx4 {
				position: absolute;
				left: 300px;
				width: 55px;
			}
		
		.product_accessoires .accessoire img {
			float: left;
			margin-top: 10px !important;
			margin-left: 6px !important;
		}
		
		.product_accessoires .accessoire p {
			position: absolute;
			left: 123px;
			width: 210px;
			top: 24px;
		}
	
	
/* lightbox */

#lightboxbg, #infolightboxbg {
	position: absolute;
	top: 0;
	background: url(/images/lightbox_bg.png) repeat;
	opacity: 0.9;
	filter: alpha(opacity=50) !important;
	left: 0;
	display: none;
	z-index: 10 !important;
}

#lightbox {
	position: absolute;
	z-index:90 !important;
	background: url(/images/ajax-loader.gif) center center no-repeat;
	text-align: center;
	background: #fff;
	display: none;
	padding: 28px 0;
}

	#lightbox img {
		padding: 1px;
		border: none;
	}

#infolightbox {
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -200px;
	z-index:90 !important;
	text-align: center;
	background: #fff;
	padding: 25px;
	text-align: left;
}

	.close {
		position: absolute;
		top: 0;
		right: 7px;
		display: block;
		height: 30px;
		background: #fff;
		font-family: Verdana;
		font-size: 120%;
		cursor: pointer;
	}
	
		.close small {
			font-size: 60%;
			color: #777;
		}
	
	#infolightbox h2 {
		color: #002E60;
	}
	
	#infolightbox ul.benefits li span.autowidth {
		width: auto !important;
		padding-left: 6px;
	}
	
	#infolightbox ul, #infolightbox li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#infolightbox li {
		width: 100%;
		float: left;
		clear: both;
		background: #f0f2f3;
		margin: 0 0 6px 0;
	}
	
	#infolightbox #download span {
		width: 20px;
	}
	
	#infolightbox #download .li_content {
		width: 310px;
	}
	
	
		
		#infolightbox li span {
			float: left;
			padding: 1px 3px;
			width: 130px;
		}
		
		#infolightbox li .li_content {
			width: 200px;
		}
		
		#product_accessoires li {
			background: none !important;
			clear: both;
		}
		
		#product_accessoires img {
			background: none !important;
			float: left !important;
			margin: 0 15px 0 0 !important;
		}
		
		.logistics li span {
			width: 150px !important;
			margin: 0 10px 0 0 !important;
		}
		
		.logistics li .li_content {
			width: 170px !important;
			margin: 0 !important;
		}
		
	.zsvisible {
		display: block !important;
	}
		
	.zoomslide, .detailzoom  {
		display: none;
	}
	
	.back_left {
		float: left;
		margin: 0 0 0 12px;
		padding: 0 17px;
		background: url(/images/backfor.gif) left bottom no-repeat;
		line-height: 14px;
		color: #666;
	}
	
	.forward_right {
		float: right;
		margin: 0 12px 0 0;
		padding: 0 17px;
		background: url(/images/backfor.gif) right 2px no-repeat;
		line-height: 14px;
		color: #666;
	}
	
	#lightbox .img_count {
		color: #666;
		line-height: 14px;
	}
		
/* Suche */

#comfort_submit {
	background: url(/images/product_info_a.gif) left top no-repeat;
	border: none;
	width: 210px;
	padding: 3px 7px !important;
}

#search_results ul, #search_results li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#search_results li {
	margin: 0 0 5px;
}

#search_results img {
	margin: 0 5px 0 0;
}

li.search {
	cursor: pointer;
}

input.smooth {
	font-size: 80%;
	color: #BEC8CE;
}

.search-expand-link {
	font-size: 80%;
	text-transform: none !important;
	display: none;
}

/* Presse / Graef Seiten */

#box_navi {
	width: 115px;
	float: left;
	margin: 31px 20px 0 0;
	padding: 0;
	list-style: none;
}

#box_navi li {
	text-align: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

	.historie #box_navi li {
		background: url(/images/arr.gif) right center no-repeat;
		padding: 0 10px 0 0;
	}
	
#box_content {
	width: 397px;
	float: left;
}

#img_col {
	float: left;
	width: 310px;
}

#content_col {
	width: 200px;
	padding: 0 0 0 25px;
	float: left;
}

.news #sidebar, .faq #sidebar {
	background: url(/images/side_bg.gif) left top repeat-x;
	width: 190px;
	padding: 9px 13px;
	margin: 7px 0 0 !important;
}

.news ul, .news li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.news, .news_article, .faq, .retailersearch {
	margin: -7px 0 0 !important;
}

.news #main_content, .faq #main_content {
	width: 534px;
	margin: 0 40px 0 0;
}

.news #main_content li {
	margin: 0 0 18px;
	clear: both;
}

.news #main_content small, .news_article #main_content small {
	color: #666;
	font-weight: normal;
}

/* Normale Seiten */

#main_content {
	padding: 0 60px 20px 2px;
}

.with_sidebar {
	padding: 0 !important;
	float: left;
	width: 550px;
}

#sidebar {
	width: 200px;
	padding: 0 0 0 25px;
	float: left;
}

/* Downloads */

.serviceindex {
	background: #fff url(/images/service-index.jpg) left 95px no-repeat;
	width: 758px !important;
	height: 410px;
}
 
.service-katalog {
	background: url(/images/service-download-katalog.jpg) 25px 90px no-repeat;
	padding-top: 50px;
	height: 250px;
}
 
.service-katalog ul.main {
	margin: 50px 0 0 350px;
	width: 300px;
}
 
.service-katalog ul.main li {
	list-style: none;
	background: url(/images/page_white_pdf.gif) left 1px no-repeat;
	padding-left: 21px;
}
 
.service-katalog ul.main li a {
	text-decoration: none;
	font-weight: bold;
}
 
.service-datenblatt {
	background: url(/images/service-download-dblatt.jpg) 5px 50px no-repeat;
	padding: 25px 0;
	width: 550px;
	float: left;
}
 
.service-datenblatt ul.main {
	margin-left: 275px;
	width: 487px;
	float: left;
}
 
.service-datenblatt ul.main li {
	list-style: none;
	float: left;
	width: 137px;
	background: url(/images/page_white_pdf.gif) left 8px no-repeat;
	padding: 0 0 0 23px;
}

.service-datenblatt ul.main li li {
	background: none;
	padding: 0;
}
 
.service-datenblatt ul.main li.first {
	list-style: none;
}
 
.service-datenblatt ul.main li strong {
	display: block;
	margin-bottom: 8px;
	margin-top: 8px;
	font-size: 110%;
}
 
.service-datenblatt ul.main li ul {
	padding: 0;
	margin: 0;
}
 
.service-datenblatt ul.main li ul li a {
	font-size: 90% !important;
	text-decoration: none;
}
.excerpt {
	font-weight: bold;
}

/* händlersuche */

.right_choice, .left_choice, .center_or, .center_me {
	float: left;
	margin: 0 10px 10px 0;
	width: auto;
}

#plz, #ort, .right_choice label, .center_me select {
	margin: 0 0 0 5px;
}

.indent {
	margin: 10px 0 15px 40px !important;
	float: left;
}

.retailersearch ul, .retailersearch li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.retailersearch ul {
	margin: 0 10px;
	display: inline;
}

.retailersearch li {
	display: inline;
	padding: 0 10px 0 0;
}

#send_search_request {
	background: #b7c4ca;
	border-color: #b7c4ca;
	font-size: 100% !important;
	margin: 15px 0;
}

#haendlersuche input {
	font-size: 120%;
	padding: 3px;
}

.retailersearch th {
	color: #777;
	text-align: left;
}

.retailersearch th, .retailersearch td {
	border-bottom: 1px solid #eaeaea !important;
	padding: 7px 0;
}

/* kontaktformular */
.contact {
	font-size: 110%;
	margin: -19px 0 10px;
}
.contact input, .contact textarea {
	margin: 0 0 3px 35px !important;
	padding: 4px !important;
}

.contact input:focus, .contact textarea:focus, #haendlersuche input:focus {
	border-color: #999;
}

#contact_submit {
	margin: 0 0 3px 110px !important;
	background: #b7c4ca;
	border-color: #b7c4ca;
}

/* Presse */

.presse ul.press-releases li {
	margin-bottom: 10px;
}

.presse ul.press-releases li strong span {
	font-weight: normal !important;
	font-size: 90%;
	padding-right: 10px;
}

.presse ul.press-releases h2 {
	margin-bottom: 4px;
}

.presse ul.press-pictures {
	margin: 0;
	padding: 0;
}

.presse ul.press-pictures li {
	width: 180px;
	height: 26px;
	float: left;
	list-style: none;
	margin: 0 8px 8px 0;
	cursor: pointer;
	padding-top: 184px;
}

.presse ul.press-pictures li span {
	font-size: 90%;
	text-align: center;
	display: block;
}

/** Messen **/
.messe-termin-info {
	font-size: 90%;
}

/** hightlight **/
.highlight {
	background: #D2DBDE;
}

p.loadingpetersen {
	background: url(/images/ajax-loader-medium.gif) center center no-repeat;
	height: 175px !important;
	width: 175px !important;
}

#comfortloadingresults {

}

.showimagetooltip {
	background: #fff;
	border: 1px solid #002E5C;
	padding: 3px;
	display: inline;
	position: absolute;
}

.checkout input {
	width: 300px;
}

.checkout dt {
	margin: 10px 0 0 0;
}

.checkout ul.errors {
	margin: 0;
	padding: 0;
}

.checkout ul.errors li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: red;
}

p.error {
	color: #fa2000;
	font-weight: bold;
}

.faq-answer {
	display: none;
}


.sliderchange {
	position: relative;
}

.sliderchange img {
	position: absolute;
	top: 0;
	left: 0;
}

.sliderchange .show {
	display: block;
}

li.pro-business {
	font-size: 10px !important;
}

li.pro-business img {
	margin-left: 17px;
}

.add-pdf-icon ul  {
	margin: 0 0 0 8px !important;
	padding: 0;
}

.add-pdf-icon ul li {
	list-style: none;
	padding-left: 21px;
	background: url(/images/page_white_pdf.png) left 1px no-repeat;
}

.service-index ul {
	margin: 0;
	padding: 0;
}

.service-index ul li {
	list-style: none;
	margin: 0 0 48px 0;
	padding: 0 0 0 102px;
}

.service-index ul li a {
	text-decoration: underline;
}

.country-info {
	display: none;
}


/*Gewerbe Changes */
#category-text-info {
	width: 280px;
	float: left;
}

#category-info-images {
	width: 460px;
	float: right;
	margin-top: 40px;
	margin-right: 16px;
}
#category-info-images td {
	margin: 0 6px 6px 0;
	font-size: 90%;
}
