body {
	background: #FFF;
	color: #1a171b;
	font: 62.5%/150% Arial, Verdana, Helvetica, sans-serif;
}
h2 {
	font-size: 1.8em;
	line-height: 1em;
	margin-bottom: 1.2em;
}
h3 {
	color: #EE7F01;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: -.01em;
	line-height: 1.10em;
	margin-bottom: 1.0em;
}
h4 {
	color: #105d80;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.6em;
	letter-spacing: 0.02em;
}
h5 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 1.2em;
}
strong {
	font-weight: bold;
}
ul,
ol,
p,
hr,
fieldset,
table,
#map {
	margin-bottom: 1.4em;
}
address {
	font-style: normal; 
}
a:link,
a:visited {
	color: #EE7F01;
	text-decoration: underline;	
}
a:focus,
a:hover,
a:active {
	text-decoration: none;	
}
a img {
	border: 0 none;
}
hr {
	background: #8E8E8E;
	border: none;
	clear: both;
	color: #8E8E8E;
	display: block;
	height: 1px;
	width: 100%;
}

/* clearfix
======================================== */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Klassen
======================================== */
.folder {
	background: url(../img/folder.gif) left center no-repeat;
	padding-left: 22px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.hidden {
	text-indent: -999em;
}
.clear {
	clear: both;
	height: 1%;
}
.url {
	background: url(../img/link.png) left top no-repeat;
	line-height: 16px;
	padding-left: 20px;
}
.width244px {
	width: 244px;
}
.width552px {
	width: 552px;
}
.width742px {
	width: 742px;
}
.banner {
	margin-bottom: 14px;
}
.banner img {
	display: block;
}
.notice {
	color: #999;
	font-size: 0.9em;
}
.preis {
	color: #EE7F01;
	font-style: italic;
	font-size: 2.8em;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 0.7em;
	margin-bottom: 0;
	text-align: right;
}
.keinpreis {
	color: #EE7F01;
	font-size: 1.0em;
	margin-bottom: 0;
	text-align: right;
}
.morelink {
	background: url(../img/bullet_orange_arrow_white.gif) left center no-repeat;
	padding-left: 19px;
}
.marginright {
	margin-right: 10px;
}
.marginrightbottom {
	margin-right: 10px;
	margin-bottom: 10px;
}
.border {
	border: 1px solid #c5c7c8;
}
img.border {
	border: 1px solid #000 !important;
	margin-right: 10px;
}
#header,
#content,
#pagination,
#footer,
.productblock,
.preis,
.notice {
	clear: both;
}
.rss {
	background: #FFF url(../img/rss.gif) no-repeat 6px 0;
	padding-left: 25px;
}
.szwidget {
	float: left !important;
	width: 122px;
}
.salesmenonly {
	display: none;
}

/* table 
======================================== */
table {
	border-collapse: collapse;
    border: 0 none;
    width: 100%;
}
th {
	background: #EE7F01;
	border: 1px solid #FFF;
    color: #FFF;
    font-weight: bold;
	padding: 2px;
    text-align: left;
}
td {
	border: 1px solid #FFF;
	padding: 4px;
}
tr.odd {
	background-color: #ffdab0;
}
tr.even {
	background-color: #ffefdd;
}

/* forms
======================================== */
form {
	display: block;
	margin-bottom: 1.4em;
}
fieldset {
	background: #FFF1E0;
	border: 1px solid #EE7F01;
	padding: 24px;
}
legend {
	color: #EE7F01;
	display: none;
	font-weight: normal;
}
label {
	color: #1a171b;
	display: block;
	font-weight: bold;
}
.inline {
	display: inline;
}
label.inline {
	display: inline;
	margin-left: 5px;
}
input,
textarea,
select {
	border: 1px solid #FEFEFE;
	margin-bottom: 0;
	padding: 4px;
	width: 489px;
}
input:focus,
textarea:focus,
select:focus,
input#saddr {
	border: 1px solid #EE7F01;
}
.widthauto {
	width: auto;
}
input.error {
	border: 1px solid #FF0000;
	margin-bottom: 0;
}
span.error {
	background: url(../img/arrow_up.gif) left top no-repeat;
	color: #F00;
	display: block;
	padding-left: 20px;
	padding-top: 1px;
}
select {
	width: auto;
}
input.submit.button {
	width: auto;
}
form br {
	clear: left;
}

	/* form search
	======================================== */
	form.search {
		float: right;
		margin-left: 5px;
		padding: 7px 0;
		z-index: 999;
	}
	form.search input#searchinput {
		border-color: #707173;
		width: 80px;
	}

	/* form haendlersuche (startseite)
	======================================== */
	form#haendlersuche {
		background: url(../img/haendlersuche_bg.gif) no-repeat left top;
		height: 171px;
		margin-bottom: 14px;
		width: 244px;
	}
	form#haendlersuche fieldset {
		background: none;
		border: 0 none;
		margin-bottom: 0;
		padding: 64px 15px 15px 93px;
		width: 136px;
	}
	form#haendlersuche input {
		border-color: #707173;
		display: block;
		float: left;
		width: 107px;	
	}
	form#haendlersuche label {
		color: #000;
		font-size: 11px;
		font-weight: normal;
		line-height: 13px;
		margin-bottom: 8px;
	}
	form#haendlersuche #haendersuchesubmit {
		border: 0 none;
		display: block;
		float: left;
		height: auto;
		width: auto;
	}

	/* form haendlersuche (col1)
	======================================== */
	#co1.width244px form {
		background: #FFF;
	}
	#col1.width244px input {
		border: 1px solid #EE7F01;
		width: 234px;
	}
	#col1.width244px fieldset {
		background: none;
		border: 0 none;
		padding: 0;
	}
	#col1.width244px label {
		display: block;
		float: left;
		font-weight: normal;
		line-height: 22px;
		width: 200px;
	}
	#col1.width244px select {
		border: 1px solid #EE7F01;
		width: 234px;
	}

/* Navigationen zum Menu und Content ausblenden
======================================== */
#skips {
	display: none;
}

/* container 
======================================== */
#container {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

	/* header 
	======================================== */
	#header {
		position: relative;
		height: 101px;
	}
	#logo {
		position: absolute;
		left: 24px;
	}
	#claim {
		position: absolute;
		left: 260px;
	}
	.width945px {
		width: 945px !important;
	}
	/**
	 * Horizontal CSS Drop-Down Menu Module
	 *
	 * @link		http://www.lwis.net/
	 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
	 *
	 */
	
	#menu1 {
		background: url(../img/menu1_bg.gif) left top repeat-x;
		font-weight: normal;
		height: 37px;
		margin-bottom: 10px;
		padding: 0 24px;
		position: relative;
		text-transform: uppercase;
		width: 952px;
		z-index: 597;
	}
	#menu1 ul {
		display: inline;
		float: left;
		height: 37px;
		width: 855px;
	}
	#menu1 ul strong {
		font-weight: normal;
	}
	#menu1 ul li {
		display: inline;
		float: left;
		height: 37px;
		letter-spacing: 0.01em;
		vertical-align: middle;
		zoom: 1;
	}
	#menu1 ul li a {
		display: block;
		padding: 0 0.5em;
		line-height: 35px;
	}
	#menu1 ul a:link,
	#menu1 ul a:visited {
		color: #FFF;
		text-decoration: none;
	}
	#menu1 ul a:focus,
	#menu1 ul a:hover, 
	#menu1 ul a:active,
	#menu1 ul li a.current {
		background: #FFF;
		border: 1px solid #EE7F01;
		border-left: 0 none;
		border-right: 0 none;
		color: #EE7F01 !important;
		text-decoration: none;
	}
	#menu1 ul li.hover,
	#menu1 ul li:hover {
		background: #FFF;
		border-bottom: 0 none;
		color: #EE7F01;
		position: relative;
		z-index: 599;
		cursor: default;
	}
	#menu1 ul ul {
		background-color: #F5F5F5;
		height: auto;
		visibility: hidden;
		margin: 0 !important;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 598;
		width: 200px;
	}
	#menu1 ul ul li {
		background-color: #F5F5F5;
		float: none;
		font-weight: bold;
		height: 46px;
		padding: 0 !important;
		text-transform: none;
	}
	#menu1 ul li:hover > ul {
		visibility: visible;
	}
	#menu1 ul li.hover a:link,
	#menu1 ul li.hover a:visited,
	#menu1 ul li.hover a:focus,
	#menu1 ul li.hover a:hover, 
	#menu1 ul li.hover a:active,
	#menu1 ul li:hover a:link,
	#menu1 ul li:hover a:visited,
	#menu1 ul li:hover a:focus,
	#menu1 ul li:hover a:hover, 
	#menu1 ul li:hover a:active {
		border: 1px solid #EE7F01;
		border-left: 0 none;
		border-right: 0 none;
		color: #EE7F01;
	}
	#menu1 ul ul a {
		background: none;
		background-position: 0px -80px;
		background-repeat: no-repeat;
		display: block;
		height: 40px;
		line-height: 41px;
	}
	#menu1 ul ul a:link,
	#menu1 ul ul a:visited {
		border: 0 none !important;
		color: #808080 !important;
		display: block;
		padding-left: 50px;
		text-decoration: none;
		width: 145px;
	}
	#menu1 ul ul a:focus,
	#menu1 ul ul a:hover, 
	#menu1 ul ul a:active,
	#menu1 ul ul li.current a {
		background-color: #C6C8C9;
		background-position: 0px -120px;
		background-repeat: no-repeat;
		border: 0 none !important;
		color: #FFF !important;
		text-decoration: none;
	}
		
	/* breadcrumb
	======================================== */
	#breadcrumb {
		clear: left;
		margin-bottom: 10px;
		padding: 0 24px;
	}
	#breadcrumb li {
		display: inline;
	}
	
	/* content
	======================================== */
	#content {
		clear: both;
		font-size: 1.2em;
		line-height: 1.4em;
		position: relative;
		width: 100%;
	}
		
	/* columns
	======================================== */
	
		/* col1
		======================================== */
		#col1 {
			float: left;
			margin-right: 14px;
		}
			
			/* menu2
			======================================== */
			ul#menu2 {
				list-style: none;
				padding-left: 0;
			}
			ul#menu2 li {
				margin-bottom: 3px;
			}
			ul#menu2 a {
				background-color: #FFF1E0;
				background-position: left top;
				background-repeat: no-repeat;
				font-weight: bold;
				height: 28px;
				padding: 12px 7px 0 61px;
			}
			ul#menu2 a:link,
			ul#menu2 a:visited {
				color: #808080;
				display: block;
				text-decoration: none;
			}
			ul#menu2 a:focus,
			ul#menu2 a:hover, 
			ul#menu2 a:active,
			ul#menu2 a.current {
				background: #EE7F01 left -40px no-repeat;
				color: #FFF;
				text-decoration: none;
			}
				ul#menu2 ul {
					background: #FFF9F3;
					list-style: disc;
					margin-bottom: 0;
					padding: 3px 0;
					padding-left: 61px;
				}
				ul#menu2 ul li {
					height: auto;
				}
				ul#menu2 ul li a {
					background: none !important;
					font-weight: normal;
					height: auto;
					line-height: 1.4em;
					padding-left: 0;
				}
				ul#menu2 ul a:link,
				ul#menu2 ul a:visited {
					color: #808080;
					text-decoration: none;
				}
				ul#menu2 ul a:focus,
				ul#menu2 ul a:hover, 
				ul#menu2 ul a:active {
					background: none;
					color: #808080;
					text-decoration: underline;
				}
				ul#menu2 ul a.current {
					background: none;
					color: #808080 !important;
					text-decoration: underline;
				}
				.aktion a:hover {
					background: url("http://shoppingwelt.einrichtungspartnerring.de/admin/files/category_icons/resized/Button_aktion_40x160.jpg") no-repeat scroll 0 -40px #FD0000 !important;
				}
					
		/* startteaser
		======================================== */
		div#flashteaser {
			margin-bottom: 14px;
		}		
		.startteaser {
			color: #8E8E8E;
			float: left;
			height: 250px;
			margin-bottom: 1.4em;
			margin-right: 14px;
			width: 175px;
		}
		.nomarginright {
			margin-right: 0;		
		}
		.startteaser div {
			background: #FFF;
			height: 117px;
			margin-bottom: 1.2em;
			position: relative;
		}
		.startteaser img {
			display: block;
			margin: 0 auto;
		}
		.startteaser h5 {
			background: #EE7F01;
			color: #FFF;
			font-size: 1.0em;
			font-weight: bold;
			margin-bottom: 0;
			padding: 5px 7px;
		}
		.startteaser a:link,
		.startteaser a:visited {
			background: url(../img/bullet_orange_arrow_white.gif) left top no-repeat;
			color: #EE7F01;
			display: block;
			padding-left: 19px;
			text-decoration: underline;	
		}
		.startteaser a:focus,
		.startteaser a:hover,
		.startteaser a:active {
			text-decoration: none;	
		}
		.startteaser div a:link,
		.startteaser div a:visited {
			background: none;
			padding-left: 0;
		}
		.startteaser p {
			font-size: 1.0em;
			height: 32px;
			margin-bottom: 1.2em;
		}
		.startteaser .keinpreis {
			text-align: left;
		}

		/* col2
		======================================== */
		#col2 {
			float: left;
		}
		#col2 ul li {
			background: #FFF url(../img/punkt-orange.gif) no-repeat left 5px;
			padding-left: 14px;
		}
		#col2 ol {
			list-style: decimal;
			padding-left: 20px;
		}
		
			/* produktdetail
			======================================== */
			#productdetailimg {
				margin-bottom: 1.4em;
			}
				#productdetailimg img {
					display: block;
				}
				#productnumber {
					margin-bottom: 0;
					text-align: right;
				}
			#mainproductblock .preis,
			.productblock .preis {
				background: transparent url(../img/produktdetail_preis_bg_left.gif) no-repeat left top;
				color: #FFF;
				float: left;
				height: 40px;
				margin-bottom: 1.0em;
				padding-left: 10px; /* sliding doors padding */
			}
			#mainproductblock .preis span,
			.productblock .preis span {
				background: transparent url(../img/produktdetail_preis_bg.gif) no-repeat right top;
				display: block;
				line-height: 40px;
				padding-right: 15px;
			}
			.productblock {
				width: 552px;
			}
			#mainproductblockcontent,
			.productblockcontent {
				margin-bottom: 1.2em;
			}
			.productblockimg {
				float: left;
				margin-right: 10px;
				width: 150px;
			}
			.productblocktext.floatright {
				width: 392px;
			}
			.productblock h3 {
				margin-bottom: 0;
			}
			
			/* Haendlerausgabe unter Produktdetail
			======================================== */
			#haendlerausgabe {
				background: #FFF1E0;
				border: 1px solid #EE7F01;
				margin-bottom: 1.4em;
				padding: 24px;
				width: 502px;
			}
			#haendlerausgabe form {
				background: none;
			}
			#haendlerausgabe fieldset {
				border: 0 none;
				padding: 0;
			}
			#haendlerausgabe #map {
				margin-bottom: 0;
			}

			/* redaktioneller Text
			======================================== */
			#redaktionellertextimg {
				margin-bottom: 1.4em;
			}

			/* Highlights
			======================================== */
			.highlight {
				background: #FFF1E0;
				border: 1px solid #EE7F01;
				height: 105px;
				margin-bottom: 1.4em;
				padding: 14px;
				position: relative;
			}
			.highlight h4 {
				font-weight: normal;
				margin-bottom: 1.2em;
			}
			.highlight img {
				float: left;
				margin-right: 14px;
			}
			.highlight p {
				margin: 0;
			}
			.highlight .preis {
				background: transparent url(../img/produktdetail_preis_bg_left.gif) no-repeat left top;
				color: #FFF;
				float: left;
				height: 40px;
				margin-bottom: 1.0em;
				padding-left: 10px; /* sliding doors padding */
				position: absolute;
				top: 79px;
				right: 20px;
			}
			.highlight .preis span {
				background: transparent url(../img/produktdetail_preis_bg.gif) no-repeat right top;
				display: block;
				line-height: 40px;
				padding-right: 15px;
			}

			/* textteaser
			======================================== */
			.maintextteaser {
				font-size: 1.4em;
				line-height: 1.2em;
				margin-left: 250px;
			}
			.maintextteaser h4 {
				font-size: 1.6em;
				line-height: 1.1em;
				margin-bottom: 1.2em;
			}
			.maintextteaser img {
				float: left;
				margin-left: -250px;
				margin-bottom: 1.4em;
			}
			
			.textteaserleft,
			.textteaserright {
				float: left;
				width: 270px;
			}
			.textteaserright {
				float: right;
			}
			.textteaserleft h4,
			.textteaserright h4 {
				font-weight: normal;
				margin-bottom: 1.2em;
			}
			.textteaserleft img,
			.textteaserright img {
				float: left;
				margin-bottom: 1em;
				margin-right: 0.8em;
			}

			/* partner
			======================================== */
			.partner-block {
				float: left;
				width: 270px;
			}
			.partner-block h4 {
				font-weight: normal;
				margin-bottom: 1.2em;
			}
			.partner-block img {
				float: left;
				margin-bottom: 1em;
				margin-right: 0.8em;
			}

			/* banner-portal
			======================================== */
			.banner-block {
				background: #fff1e0;
				border-bottom: 1px solid #fff;
				padding: 10px;
				width: 498px;
			}
			.banner-block-bg2 {
				background: #ffe6cc !important;
			}
			.banner-block textarea {
				margin: 0 0 10px 2px;
			}
			
			/* Videothek
			======================================== */
			.kategorie {
				float: left;
				width: 353px;
				border: 1px solid #CCC;
				padding: 2px;
				margin-right: 10px;
				margin-bottom: 10px;
			}
			.kategorie img {
				float: left;
				margin-right: 5px;
			}
			
			/* Important Notice
			======================================== */
			#important_notice {
				clear: both;
				margin-bottom: 20px;
				width: 552px;
			}
			#notice_header {
				background: url(../img/notice_header_bg.gif) no-repeat left top;
				height: 36px;
				position: relative;
			}
			#notice_body {
				background: #E0E0E0 url(../img/notice_body_bg.gif) no-repeat left top;
				padding: 15px 140px 12px 20px;
			}
			#notice_body p {
				position: relative;
			}
			#notice_body img {
				border: 3px solid #EE7F01;
				float: left;
				margin-right: 10px;
				margin-bottom: 10px;
			}
			#notice_footer {
				background: url(../img/notice_footer_bg.gif) no-repeat left top;
				height: 8px;
				position: relative;
			}
							
			/* pagination
			=========================================== */
			.pagination {
				font-size: 11px;
				margin-bottom: 20px;
				text-align: center;
			}
			.pagination span {
				border: 1px solid #EE7F01;
				margin-right: 3px;
				padding: 1px 4px 2px;
			}
			.pagination a:link,
			.pagination a:visited {
				color: #666;
				text-decoration: none;
			}
			.pagination a:focus,
			.pagination a:hover,
			.pagination a:active {
				text-decoration: underline;
			}
			.pagination .thispage {
				background-color: #EE7F01;
				border: 1px solid #EE7F01;
				color: #FFF;
				font-weight: bold;
				margin-right: 3px;
				padding-right: 3px;
			}
			.pagination .thispage a {
				color: #FFF;
			}
			.pagination .pagebreak {
				border: none 0;
				padding: 0;
			}
			
			/* kategoriefilter
			======================================== */
			.filter li {
				background-repeat: no-repeat;
				background-position: left top;
				color: #CCC;
				height: 26px;
				line-height: 26px;
				margin-bottom: 4px;
				padding-left: 35px;
				list-style-type: none;
				list-style-image: none;
			}
				.filter li#KinderUndJugendzimmerbox {
					background-image: url(../img/filter_kinderundjugendzimmerbox_bg.gif);
				}
				.filter li#Wohnmoebelbox {
					background-image: url(../img/filter_wohnmoebelbox_bg.gif);
				}
				.filter li#Kuechenbox {
					background-image: url(../img/filter_kuechenbox_bg.gif);
				}
				.filter li#Esszimmerbox {
					background-image: url(../img/filter_esszimmerbox_bg.gif);
				}
				.filter li#Polsterbox {
					background-image: url(../img/filter_polsterbox_bg.gif);
				}
				.filter li#Garderobenbox {
					background-image: url(../img/filter_garderobenbox_bg.gif);
				}
				.filter li#Buerobox {
					background-image: url(../img/filter_buerobox_bg.gif);
				}
				.filter li#Badbox {
					background-image: url(../img/filter_badbox_bg.gif);
				}
				.filter li#Kleinmoebelbox {
					background-image: url(../img/filter_kleinmoebelbox_bg.gif);
				}
				.filter li#Schlafenbox {
					background-image: url(../img/filter_schlafenbox_bg.gif);
				}
				.filter li#Gartenmoebelbox {
					background-image: url(../img/filter_gartenmoebelbox_bg.gif);
				}
				.filter li#Boutiquebox {
					background-image: url(../img/filter_boutiquebox_bg.gif);
				}
				.filter li#SBbox {
					background-image: url(../img/filter_sbbox_bg.gif);
				}
				.filter li#Mitnahmebox {
					background-image: url(../img/filter_mitnahmebox_bg.gif);
				}
				.filter li.current {
					background-position: left bottom;
					color: #EE7F01;
					list-style: none;
				}
	
				/* Ausgabe RSS-Feeds
				======================================== */
				#col2 ul.feeds li {
					margin: 0;
					padding: 0;
				}
				#col2 ul.feeds ul {
					margin: 0;
				}
				#col2 ul.feeds li span {
					display: block;
					float: right;
					margin-right: 0.3em;
					text-align:right;
					width: 3em;
				}
				#col2 ul.feeds li a {
					background: #FFF url(../img/rss.gif) no-repeat 6px 7px;
					border-bottom: 1px solid #FFF;
					color: #1a171b;
					display: block;
					padding: 5px;
					padding-left: 25px;
				}
				#col2 ul.feeds .l0 {
					background-color: #EE7F01;
					color: #FFF;
				}
				#col2 ul.feeds .l1 {
					background-color: #ffdab0;
					background-position: 36px 7px;
					padding-left: 55px;
				}
				#col2 ul.feeds .l2 {
					background-color: #ffefdd;
					background-position: 66px 7px;
					padding-left: 85px;
				}	
	
		/* col3
		======================================== */
		#col3 {
			float: right;
			margin-left: 14px;
		}
		
		/* produktteaser
		======================================== */
		#produktmatrix {
			margin-bottom: 1.4em;
		}
		#produktmatrix .produktteaser {
			float: left;
			height: 266px;
			margin-right: 14px;
		}
		#produktmatrix .produktteaser:hover {
			background: #FCEFE0;
		}
		#produktmatrix .nomarginright {
			margin-right: 0;		
		}
		.produktteaser {
			border: 1px solid #c5c7c8;
			color: #8E8E8E;
			margin-bottom: 1.4em;
			padding: 7px;
			width: 159px;
		}
		.produktteaser div {
			background: #FFF;
			border: 1px solid #EE7F01;
			height: 105px;
			line-height: 105px;
			margin-bottom: 1.2em;
			position: relative;
			width: 157px;
		}
		.produktteaser div img {
			display: block;
			margin: 0 auto;
		}
		.produktteaser div div.icon_mitnahme {
			background: transparent url(../img/icon_mitnahme.gif) no-repeat left top;
			border: none;
			display: inline;
			height: 63px;
			position: absolute;
			top: 0;
			left: 0;
			width: 64px;
		}
		.produktteaser h5 {
			font-size: 1.1em;
			font-weight: bold;
			margin-bottom: 7px;
		}
		.produktteaser a:link,
		.produktteaser a:visited {
			background: url(../img/bullet_orange_arrow_white.gif) left top no-repeat;
			color: #8E8E8E;
			padding-left: 19px;
			text-decoration: none;	
		}
		.produktteaser a:focus,
		.produktteaser a:hover,
		.produktteaser a:active {
			text-decoration: underline;	
		}
		.produktteaser div a:link,
		.produktteaser div a:visited {
			background: none;
			padding-left: 0;
		}
		.produktteaser p {
			margin-bottom: 1.2em;
		}
		.produktteaser p.produktteasertext {
			height: 32px;
		}
		.produktteaser p.preis {
			margin-bottom: 7px;
		}
		
		/* haendler
		======================================== */
		#haendlermatrix {
			margin-bottom: 1.4em;
		}
		#haendlermatrix .haendlerinfo {
			float: left;
			height: 93px;
			margin-right: 14px;
		}
		#haendlermatrix .haendlerinfo2 {
			float: left;
			height: 93px;
			margin-right: 14px;
		}		
		#haendlermatrix .haendlerinfo:hover {
			background: #FCEFE0;
		}
		#haendlermatrix .nomarginright {
			margin-right: 0;		
		}
		.haendlerinfo {
			border: 1px solid #c5c7c8;
			color: #8E8E8E;
			margin-bottom: 1.4em;
			padding: 7px;
			width: 159px;
			font-size: 10px;
		}
		.haendlerinfo2 {
			border: 1px solid #c5c7c8;
			color: #8E8E8E;
			margin-bottom: 1.4em;
			padding: 7px;
			width: 149px;
			font-size: 10px;
		}		
		.haendlerinfo p,
		.haendlerinfo address {
			margin-bottom: 0;
		}
		.haendlerinfo .vcfdownload {
			background: url(../img/vcard.png) left top no-repeat;
			line-height: 16px;
			padding-left: 20px;
		}
									
	/* footer
	======================================== */
	#footer {
		background: url(../img/footer_bg.gif) left top repeat-x;
		border-top: 2px solid #EE7F01;
		margin-bottom: 42px;
		padding-top: 28px;
	}
		#footer .floatleft {
			width: 500px;
		}
		#footer .floatright {
			text-align: right;
			width: 500px;
		}
		#produktfinder {
			margin-bottom: 2.2em;
		}
		#produktfinder li {
			display: inline;
			float: left;
			margin-right: 12px;
		}

/* haendler-login
======================================== */
.referenz_block {
	border-top: 1px solid #ee7f01;
	width: 742px;
	float: left;
	margin-bottom: 20px;
	padding-top: 15px;
}
.news_block {
	border-top: 1px solid #ee7f01;
	width: 742px;
	margin-bottom: 20px;
	padding-top: 15px;
}
.modul_block {
	border-top: 1px solid #ee7f01;
	width: 742px;
	margin-bottom: 20px;
	padding-top: 15px;
}
.modul-bild img {
	background: #fff1e0;
	border: 1px solid #ee7f01;
	padding: 10px;
}
#haendler-login {
	background: #FFF1E0;
	padding: 10px;
	border: #EE7F01 1px solid;
	width: 260px;
}
#claim-haendlerlogin {
	position: absolute;
	left: 500px;
	top: 55px;
}
#haendler-logout {
	position: absolute !important;
	right: 20px;
	width: 50px !important;
}
.haendlerlogin-button {
	border: 0 !important;
	background: #EE7F01;
	color: #ffffff;
	width: 255px !important;
}
#haendler-login input {
	border: 1px solid #999999;
	width: auto;
}
