/* 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;
	font-family: Arial;
}

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;
}

#content a {
	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: 960px;
	text-align: left;
	background: #fff url(/images/layout/navi.gif) no-repeat left 100px;
	position: relative;
}

#header {
	height: 118px;
	background: url(/images/shop/claim.gif) no-repeat 20px 60px;
}

#logo {
	display: block;
	height: 45px;
	width: 210px;
	float: right;
	padding: 30px 20px 0 0;
}

#claim {
	display: none;
	height: 30px;
	width: 208px;
	float: right;
	margin: 65px 311px 0 0;
}

#top_navi {
	position: absolute;
	left: 10px; 
	top: 15px;
	margin: 0; padding: 0;
}

#top_navi li {
	float: left;
	margin: 0; padding: 0;
	background: url(/images/layout/topnavi-li.gif) no-repeat right 3px;
}

#top_navi a {
	font-size: 11px;
	display: block;
	padding: 0 10px;
	margin: 0 0 10px;
}

#top_navi li:hover ul {
	display: block;
}

#top_navi li li {
	float: none;
	background: #fff;
}

#top_navi ul {
	display: none;
	position: absolute;
	z-index: 999;
	padding: 5px 0 0;
	margin: 0;
	background: #fff;
	border: 1px solid #ccc;
}

#top_navi .search {
	margin: 0 0 0 10px;
	padding: 0 10px 0 0;
}

#top_navi .search input {
	width: 150px;
}

#top_navi .lang {
	position: relative;
	top: -3px;
	background: #fff;
}

#top_navi .lang a {
	padding: 5px 5px 0;
}

#top_navi .lang_last a {
	padding: 5px 10px 0 5px;
}

#top_navi .lang_first a {
	padding: 5px 5px 0 10px;
}

#main_navi, #main_navi ul, #main_navi li, #top_navi, #top_navi li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#main_navi {
	margin: 0 0 20px;
	position: absolute;
	top:100px;
	width: 960px;
}

#main_navi li {
	float: left;
	background: url(/images/layout/navi-li.png) no-repeat right top;
	position: relative;
}

#main_navi li.shop {
	float: right;
	background: url(/images/layout/shop.gif) no-repeat 7px center;
}

#main_navi li.shop a {
	padding: 0 10px 0 29px;
}

#mani_navi li:hover ul {
	display: block;
}

.pseudo_active > a {
	background: #fff;
}

#main_navi a {
	color: #000;
	display: block;
	padding: 0 10px;
	line-height: 30px;
}

#main_navi a:hover {
	background: rgba(255,255,255,0.4);
}

#main_navi strong, #box_navi a, .news a, .faq a {
	color: #083c74;
}

.news_entry h2 a {
	color: #000;
}

#main_navi .active {
	color: #083c74 !important;
	font-weight: bold;
}

#main_navi ul {
	position: absolute;
	z-index: 500;
	background: #e6eaed;
	width: 200px;
	display: none;
}

#main_navi li li {
	float: none;
	line-height: 17px;
	position: static;
}

#main_navi ul ul {
	position: relative;
	left: 0;
	z-index: 560;
	background: #c8cfd7;
	width: 3000px;
	display: none;
	height: inherit;
}

#main_navi li li li {
	float: left;
	line-height: 25px;
	position: relative;
	padding: 0;
	height: inherit;
	background: none;
	text-align: center;
}

#main_navi li li li a {
	height: inherit;
	padding: 50px 20px 0;
}

#main_navi li li.navi-download li a {
	padding: 10px 20px 0;
}
#main_navi li li.navi-download li img {
	height:100px;
}

#main_navi .container {
	position: absolute;
	top: 0;
	left: 200px;
	overflow: hidden;
	height: 237px;
	width: 760px;
}

#main_navi .container img {
	display: block;
}

#main_navi span.scroll_fwd {
	position: fixed;
	top: 300px;
	left: 50%;
	margin-left: 440px;
	background: url(/images/layout/scroll.png) no-repeat left bottom;
	z-index: 600;
	width: 30px;
	height: 30px;
	padding: 0;
	text-indent: -5000em;
}

#main_navi span.scroll_back {
	position: fixed;
	top: 300px;
	left: 50%;
	margin-left: -270px;
	background: url(/images/layout/scroll.png) no-repeat left top;
	z-index: 601;
	width: 30px;
	height: 30px;
	padding: 0;
	text-indent: -5000em;
}

#main_navi input {
	width: 120px;
}
 
#main_navi li.pdf a:hover {
	padding-left: 21px;
	background: url(/images/page_white_pdf.png) left 1px no-repeat;
	display: block;
}

#content {
	overflow: auto;
}

#content, #banner_content {
	position: relative;
	clear: both;
}

#banner_content h1 {
	text-indent: -30px;
}

#banner_content {
	font-size: 14px;
	height: 237px;
}

#banner_content .more_de {
	background: url(/images/layout/banner-more.png);
	width:104px;
	height:28px;
	text-indent: -5000em;
	display: block;
}

#banner_content .more_en {
	background: url(/images/layout/banner-more_en.png);
	width:94px;
	height:28px;
	text-indent: -5000em;
	display: block;
}

#banner_content .fff, #banner_content .fff h1 {
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	color: #fff !important;
}

	#image, #banner_content ul {
		height: 237px;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	
	#image li {
		position: relative !important;
		margin: 0;
		padding: 0;
		list-style: none;
		height: 237px;
	}
	
	#image li div {
		position: absolute;
	}
	
	.box {
		margin: 20px;
		float: left;
		overflow: hidden;
	}
	
	#main_content .box {
		margin: 0 20px 0 0;
		float: left;
		overflow: hidden;
	}
	
	.c2 { width: 440px; }
	.c3 { width: 279px; }
	.c4 { width: 200px; }
	
	#side_products, #side_products li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#side_products {
		width: 220px;
		float: right;
		background: url(/images/side_bg.gif) left top repeat-x;
	}
	
	#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 #geniessen {
		background: url(/images/geniessen.jpg);
	}
	#side_products #enjoyment {
		background: url(/images/enjoyment.jpg);
	}
	
	#side_products #schneiden {
		background: url(/images/schneiden.jpg);
	}
	
	#side_products #schaerfen {
		background: url(/images/schaerfen.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: 640px;
		float: right;
	}
	
		#col2 #bigbox {
			padding: 20px 20px 9px;
			margin: 20px 0 0;
			border: none;
			background: url(/images/box_bg.gif) left top repeat-x;
			width: 600px;
		}
		
	.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;
	}


#quickfinder + script + #footer, #quickfinder + #footer {
	margin: -20px 0 0;
}

#footer {
	padding: 55px 5px 20px;
	clear: both;
	font-size: 90%;
	background: url(/images/layout/footer.png) left top no-repeat;
	z-index: 799;
}

#footer p {
	clear: both;
	text-align: right;
	margin: 0;
}

#footer a {
	padding: 0 5px;
	color: #000;
}

#quickfinder {
	position: relative;
	height: 140px;
	clear: both;
	background:url(/images/layout/quickfinder.gif) repeat-x left bottom;
}

#content + #quickfinder {
	background:url(/images/layout/quickfinder_footer.gif) repeat-x left bottom;
	/* bg with <G> */
}

#quickfinder p {
	position: absolute;
	top: 50px;
	left: 60px;
	width: 190px;
	display: none;
}

#quickfinder ul {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0; 
	padding: 0;	
}

#quickfinder li {
	float: left;
	list-style: none;
	margin: 0; 
	position: relative;
}

#quickfinder li a {
	text-decoration: none;
	font-size: 11px;
	padding: 35px 18px 0;
	display: block;
}

#quickfinder a span {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -45px;
	width: 90px;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
	color: #777;
}

#quickfinder a:hover span {
	display: block;
	color: #000;
}

#quickfinder img {
	height: 70px;
}

 .cutting .text {
	width: 210px;
	float: left;
	margin: 0 30px 0 20px;
}

.cutting #image img , .cutting #image {
	float: left;
	width: 290px;
	margin: 0 30px 0 0;
}

.cutting #features {
	float: left;
	width: 380px;
	margin: 13px 0 0;
	padding: 0;
}

.cutting #features li {
	margin: 0 20px 20px 0;
	list-style: none;
	width: 170px;
	height: 170px;
	float: left;
	background-color: #f2f2f2;
	background-position: center;
	background-repeat: no-repeat;
	
	position: relative;
}

.cutting #features li img {
	position: absolute;
	top: 10px;
	left: 10px;
}

.cutting #features span {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10 !important;
	padding: 6px;
	background: #ddd;
	width: 138px;
	height: 138px;
	display: none;
	background: rgba(230,230,230,0.8);
}

.cutting #features li:hover span {
	display: block;
}

/* Produkte */

#product_img {
	float: left;
	margin: 20px 0 0;
	width: 420px;
	position: relative;
	text-align: center;
}
#product_img img {
	max-width: 420px;
}

	#product_img .zoom_in {
		position: absolute;
		bottom: 10px;
		right: 10px;
		display: none;
	}

	#product_img img {
		margin: 0 auto;
	}

#product_info {
	width: 210px;
	float: left;
	margin: 0 60px 0 20px;
}

#product_info ul, #product_info li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#product_info ul {
	padding: 0 0 17px;
}

#product_info 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;
}

#retailer_search_form #submit_hsearch, #sq-send {
	background: url(/images/layout/submit.gif) left center no-repeat;
	text-indent: -5000em;
	border-color: #fff;
	width: 20px;
}

.product_thumbs {
	float: left;
	margin: 0 0 10px;
	padding: 0;
}

.product_thumbs.side {
	width: 210px;
	margin: 0 10px 20px 0;
	float: right;
}

.product_thumbs li {
	float: left;
	margin: 20px 10px 0 0;
	padding: 0;
	list-style: none;
	width: 80px;
	height: 80px;
	padding: 5px;
	font-size: 11px;
	line-height: 17px;
	position: relative;
	background: #eee;
}

.product_thumbs span {
	display: none;
}

.product_thumbs img {
	width: 80px;
}
.product_thumbs a {
	display: block;
}
.product_thumbs a:hover {
	text-decoration: none;
}
	
#product_slider {
	clear: both;
	overflow: hidden;
	height: 170px;
	width: 960px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 0 0 10px;
	position: relative;
}

#product_slider ul {
	position: relative;
	margin: 0;
	z-index: 401;
	width: 3000px;
	height: inherit;
	padding: 0 40px;
}

#product_slider li {
	float: left;
	line-height: 25px;
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	height: inherit;
	background: none;
	text-align: center;
}

#product_slider a {
	height: inherit;
	padding: 10px 20px 0;
	display: block;
	opacity: 0.65;
}

	#product_slider a span {
		font-weight: bold;
		font-size: 90%;
		color: #999;
		display: block;
	}
	
	#product_slider a:hover span, #product_slider a.active span {
		color: #000;
	}
	
	#product_slider a img {
		display: block;
		-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=60)";
	}

#product_slider a:hover, #product_slider a.active {
	opacity: 1;
	text-decoration: none;
}
	
#product_slider .next {
	position: absolute;
	z-index: 410;
	top: 48px;
	right: 12px;
	text-indent: -5000px;
	width: 30px;
	height: 30px;
	background: url(/images/layout/scroll.png) no-repeat left bottom;
}

#product_slider .previous {
	position: absolute;
	z-index: 421;
	top: 48px;
	text-indent: -5000px;
	left: 12px;
	width: 30px;
	height: 30px;
	background: url(/images/layout/scroll.png) no-repeat left top;
}

	
.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: 998 !important;
}

#lightbox {
	position: absolute;
	z-index: 999 !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:999 !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: 120px;
		}
		
		#infolightbox li .li_content {
			width: 210px;
		}
		
		#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;
}

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: 460px;
	float: left;
}

#img_col {
	float: left;
	width: 310px;
}

#content_col {
	width: 200px;
	padding: 0 0 0 25px;
	float: left;
}

.news #sidebar, .faq #sidebar {
	width: 270px;
	padding: 9px 13px;
	margin: 7px 0 0 !important;
}

.news ul, .news li {
	list-style: none;
	margin: 0;
	padding: 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;
}

h2 small {
	font-weight: normal;
}

/* Normale Seiten */

#main_content {
	margin: 20px;
}

#main_content.with_sidebar {
	padding: 0 !important;
	float: left;
	width: 620px !important;
}

#sidebar {
	width: 250px;
	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: 5px 0 15px;
	padding: 6px 10px !important;
	border-radius: 5px;
}

#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 li {
	display: none !important;
}

.sliderchange li.active {
	display: block !important;
}

.sliderchange img {
	position: absolute;
	top: 0;
	left: 0;
}

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;
}

.faq .faqsearch li {
	margin-bottom: 8px;
}

.faq .bold {
	font-weight: bold;
}


/*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%;
}

.hover_table .hover {
	background: #dedede;
}

.success_msg {
	font-weight: bold;
	padding: 6px 24px;
	background: url(/images/accept.png) left 7px no-repeat;
}
.error_msg {
	font-weight: bold;
	padding: 6px 24px;
	background: url(/images/cancel.png) left 7px no-repeat;
}




.mozilla #registerform input, #liefer-registerform input {
	width: 280px;
}

.mozilla #registerform select, #liefer-registerform select {
	width: 75px;
}

.mozilla #registerform .description {
	font-size: 90%;
	clear: both;
}

.mozilla #registerform #register-label, .mozilla #registerform #newsletter-label, .mozilla #registerform #lieferadresse-label {
	margin-left: 21px !important;
}

.mozilla #registerform #register-element input, .mozilla #registerform #newsletter-element input, .mozilla #registerform #lieferadresse-element input {
	width: auto !important;
	margin-top: -18px !important;
	float: left;
}



.mozilla #registerform #plz {
	width: 100px;
}

.mozilla #registerform #city-label, .mozilla #registerform #city {
	margin-left: 120px;
	margin-top: -51px !important;
}

.mozilla #registerform #hsnr {
	width: 50px;
}

.mozilla #registerform #hsnr-label, .mozilla #registerform #hsnr {
	margin-left: 300px;
	margin-top: -52px !important;
}

.mozilla #registerform #name, .mozilla #registerform #vorname {
	width: 180px;
}

.mozilla #registerform #vorname-label, .mozilla #registerform #vorname {
	margin-left: 90px;
	margin-top: -52px !important;
}

.mozilla #registerform #name-label, .mozilla #registerform #name {
	margin-left: 290px;
	margin-top: -51px !important;
}

#user_id-label, #user_id-element {
	display: none;
}

#liefer-registerform  {
	display: none;
}





#liefer-registerform #liefer_plz {
	width: 100px;
}

#liefer-registerform #liefer_city-label, #liefer-registerform #liefer_city {
	margin-left: 120px;
	margin-top: -51px !important;
}

#liefer-registerform #liefer_hsnr {
	width: 50px;
}

#liefer-registerform #liefer_hsnr-label, #liefer-registerform #liefer_hsnr {
	margin-left: 300px;
	margin-top: -52px !important;
}

#liefer-registerform #liefer_name, #liefer-registerform #liefer_vorname {
	width: 180px;
}

#liefer-registerform #liefer_vorname-label, #liefer-registerform #liefer_vorname {
	margin-left: 90px;
	margin-top: -52px !important;
}

#liefer-registerform #liefer_name-label, #liefer-registerform #liefer_name {
	margin-left: 290px;
	margin-top: -51px !important;
}

.cart_add_detailpage {
	text-align: left;
	font-size: 120%;
	width: 250px;
	background: #eee url(/images/cart_put.png) 10px 10px no-repeat;
	border-radius: 5px;
	padding: 10px 10px 10px 35px;
	margin: 10px 0;
}

.spacer_shop {
	border-top: 1px solid #ccc;
	height: 1px;
	margin: 5px 0;
	display: block;
}

a.shop_img {
	height: 267px;
	width: 145px;
	float: left;
	padding: 10px 20px;
	margin: 0 20px 0 0;
}
/*
.ie6 form#checkout-send-now dd input, .ie6 form#checkout-send-now dd textarea, .ie6 form#checkout-send-now dd select, .ie7 form#checkout-send-now dd input, .ie7 form#checkout-send-now dd textarea, .ie7 form#checkout-send-now dd select {
	position: relative !important;
	left: -40px;
}*/

.sidebar_articles_list {
	padding: 0;
	margin: 0;
}
.sidebar_articles_list li, .news #sidebar li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px dotted #ddd;
	overflow: auto;
}
.sidebar_articles_list li img {
	float: left;
}

.cl {
	clear: both;
}

.fff {
	color: #fff !important;
}

.sb_group {
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
}

.ps20 {
	padding: 5px 20px !important;
}






.ie7 .box, .ie7 #product_info, .ie7 #product_img, .ie7 #product_thumbs {
	display: inline;
}

.ie7 #banner_content {
	height: 237px;
	position: static;
	overflow: hidden;
}

.ie7 #main_content.with_sidebar {
	float: left;
}

#browser_change {
	position: absolute;
	top: 0; left: 50%;
	margin-left: -480px;
	background: #c92027;
	width: 920px;
	padding: 7px 20px;
	z-index: 200;
	color: #fff;
}

#browser_change a {
	color: #fff;
	text-decoration: underline;
}

.ie6 #wrapper, .ie7 #wrapper {
	position: relative;
	top: 40px;
}

#vertreungsarea {
	position: relative;
}

#vertreungsarea .country-info {
	position: absolute;
	top: 20px;
	left: 20px;
}

