body {
	background-image:url('../images/background_red.gif');	background-repeat:repeat-y;
	background-position:50%;
	background-color:#e5e5e5;
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	color:#000;
	margin:0;
}

img {
	border:0;
}

a {
	text-decoration:none;
	color:#333;
}

a:hover {
	text-decoration:underline;
}

form {
	display:inline;
}

label, input, textarea, select {
	vertical-align:middle;
	font-size:11px;
	font-weight:normal;
	cursor:pointer;
}

input, textarea {
	background-color:#fff;
	border:1px #676767 solid;
}

input {
	padding:2px;
}

input.noborder {
	background-color:transparent;
	border:none;
}

#body {
	width:733px;
	margin:0 auto;
	position:relative;
	padding-right:21px;
}

#gmbh {
	position:absolute;
	left:740px;
	top:49px;
	background-color:#FF0400;
	border-top:2px #fff solid;
	border-bottom:2px #fff solid;
}

/*
	Definitionen für den Header
*/
	#head {
		width:733px;
		height:187px;
		position:relative;
		top:10px;
	}

	#head-headline {
		position:absolute;
		top:0;
		left:0;
		width:159px;
		padding:2px 4px;
		background-color:#abadae;
		font-weight:bold;
		color:#fff;
		font-size:12px;
	}

	#head-mehrwagner {
		position:absolute;
		left:0;
		bottom:0;
		font-weight:bold;
		font-size:12px;
	}

	#head-mehrwagner a {
		display:block;
		margin-top:5px;
		font-size:12px;
		padding:2px;
		padding-left:20px;
		background-image:url('../images/head-arrow.gif');
		background-repeat:no-repeat;
		background-position:2px;
		background-color:#e8e8e8;
		font-weight:normal;
		width:145px;
	}

	#head-zurkasse {
		display:block;
		width:103px;
		background-image:url('../images/head-zurkasse.gif');
		background-repeat:no-repeat;
		padding:5px 0 5px 64px;
		background-color:#e8e8e8;
		font-weight:bold;
		border-top:1px #fff solid;
		line-height:normal;
		margin-left:-5px;
		color:#FF0400;
	}

	#head-nav {
		position:absolute;
		top:0;
		left:464px;
		width:264px;
		padding-right:5px;
		line-height:19px;
		height:40px;
		text-align:right;
		font-weight:bold;
		color:#fff;
		background-image:url('/images/header/nav_bg.gif');
	}

	#head-nav a {
		font-weight:bold;
		color:#fff;
	}

	#head-warenkorb {
		position:relative;
		width:167px;
		background-color:#e8e8e8;
		color:#616161;
		height:40px;
	}

	#head-warenkorb div {
		float:right;
		width:125px;
		padding:5px;
		line-height:15px;
	}

	#head-warenkorb span {
		position:absolute;
		padding:5px 10px;
		background-color:#616161;
		font-weight:bold;
		color:#fff;
	}

	#zurkasse {
		position:absolute;
		left:169px;
		top:0;
	}

	#head-seitenassistent {
		position:absolute;
		padding:5px 0 0 15px;
		width:129px;
		height:35px;
		left:318px;
		top:0;
		font-size:12px;
		font-weight:bold;
		background-color:#E8E8E8;
	}

	#head-seitenassistent a {
		display:block;
		line-height:14px;
		font-size:11px;
		font-weight:normal;
		padding-left:14px;
		background-image:url('../images/head-bullet.gif');
		background-repeat:no-repeat;
		background-position:0 50%;
	}

	#head-logo {
		position:absolute;
		top:40px;
		right:0;
	}

	#buttons {
		position:absolute;
		top:100px;
		left:0;
	}

	#button_shop {
		position:absolute;
		top:100px;
		left:0;
	}

	#button_mietportal {
		position:absolute;
		top:100px;
		left:115px;
	}

	#button_unternehmen {
		position:absolute;
		top:100px;
		left:345px;
	}

	#button_service {
		position:absolute;
		top:100px;
		left:230px;
	}
/*
	ENDE
*/

/*
	NAVIGATION
*/

	#navigation {
		background-image:url('../images/navigation_bg.jpg');
		position:absolute;
		top:142px;
		width:733px;
		height:45px;
		overflow:hidden;
		z-index: 1;
	}

	/*
		IE 6 Hack
	*/
	* html #navigation {
		z-index: -1;
	}

	/*
		IE 7 Hack
	*/
	* + html #navigation {
		z-index: -1;
	}

	#navigation img {
		position:absolute;
		right:0;
	}

	#navigation div {
		display:inline;
	}

	#navigation div a {
		border-top:6px #D4D4D4 solid;
		text-align:center;
		display:block;
		width:88px;
		float:left;
		color:#fff;
		height:49px;
		font-weight:bold;
		border-bottom:1px #fff solid;
		border-right:1px #d4d4d4 solid;
	}

	#navigation div a.active {
		border-top:6px #FFB3B2 solid;
		border-bottom:1px #FF0400 solid;
		background-color:#FF0400;
	}

/*
	ENDE
*/

/*
	PATHFINDER
*/

	#pathfinder {
		position: relative;
		width:703px;
		top:0;
		height:29px;
		background-color:#FF0400;
		color:#fff;
		padding:6px 15px;
		background-image: url('../images/pathfinder_bg.gif');
		background-repeat: no-repeat;
	}

	#pathfinder_inner {
		position: absolute;
		left: 185px;
		top: 6px;
	}

	#pathfinder_search {
		width: 161px;
		position: absolute;
		top: 9px;
		left: 6px;
	}

	#pathfinder_search #searchterm {
		height: 13px;
		padding:3px 2px;
		border: 1px #fff solid;
		background-color: #FFB3B2;
		color: #000;
		margin-top: 1px;
		width:118px;
	}

	#pathfinder_search .shop_button {
		float: right;
		border: 0;
		padding: 0;
		margin: 0;
	}

	#pathfinder a {
		color:#fff;
	}

	#pathfinder a.active {
		color:#fff;
		font-weight:bold;
	}
/*
	ENDE
*/

/*
	MAIN LAYER => CONTENT UND DER REST
*/

	#main {
		position:absolute;
		width:733px;
		top:236px;
		border-bottom:14px #abadae solid;
		padding-bottom:7px;
		z-index: 1;
	}

	/*
		IE 6 Hack
	*/
	* html #main {
		z-index: -2;
	}

	/*
		IE 7 Hack
	*/
	* + html #main {
		z-index: -2;
	}

	#maintable {
		width:733px;
		table-layout:fixed;
		border:0;
		border-spacing:0;
		margin:0;
	}

	#lefttd {
		width:167px;
		padding:0;
		margin:0;
		background-color:#e8e8e8;
		vertical-align:top;
	}

	#lefttd div {
		border-bottom:10px #fff solid;
	}

	#leftnavigation {
		padding:10px 0 10px 0;
		background-color:#FFB3B2;
	}

	#lefttd ul {
		list-style-type:none;
		margin:0;
		padding:0;
	}

	#lefttd ul li {
		line-height:16px;
	}

	#lefttd ul li a {
		display:block;
		padding-left:20px;
		background-image:url('../images/leftnavigation-bullet_arrow.gif');
		background-repeat:no-repeat;
		background-position:10px 5px;
		background-color:#FFB3B2;
		line-height:16px;
	}

	#lefttd ul ul {
		list-style-type:none;
		margin:0 0 0 10px;
		padding:0;
	}

	#lefttd ul ul li {
		line-height:16px;
	}

	#lefttd ul ul li a {
		display:block;
		padding-left:20px;
		background-image:url('../images/leftnavigation-bullet_arrow.gif');
		background-repeat:no-repeat;
		background-position:10px 5px;
		background-color:#FFB3B2;
		line-height:16px;
	}

	#lefttd ul ul li a.blank {
		padding-left:0;
		background-image:none;
		line-height:16px;
	}

	#leftnavigation ul ul li a.active {
		display:block;
		font-weight:bold;
		background-color:#FFB3B2;
		background-image:url('../images/leftnavigation-bullet_arrow.gif');
		color:#000;
	}

	a.none {
		display:inline;
		padding-left:0;
		background-image:none;
		background-color:#FFB3B2;
		line-height:16px;
		width:auto;
	}

	#lefttd ul li a.blank {
		padding-left:0;
		background-image:none;
		line-height:16px;
	}

	#leftnavigation ul li a.active {
		display:block;
		font-weight:bold;
		background-color:#FF0400;
		color:#fff;
		background-image:url('../images/leftnavigation-bullet_arrow_active.gif');
	}


	#left_wahlen_sie {
		background-color:#FF0400;
		padding:8px 8px 8px 11px;
		background-image:url('../images/pfeil3.gif');
		background-repeat:no-repeat;
		background-position:142px 8px;
		font-size:12px;
		color:#fff;
		font-weight:bold;
	}

	#produktsuche {
		padding:10px;
		font-weight:bold;
	}
   .allleft {
   padding:10px;
   }

	#callback {
		padding:10px;
	}

	#searchTerm {
		width:108px;
	}

	#contenttd {
		padding:0;
		padding-left:8px;
		vertical-align:top;
	}

	#footer, #footer-path {
		clear:both;
		border-top:1px #333 solid;
		padding:6px 0;
		color:#000;
	}

	#footer-path {
		margin-top:10px;
	}

	#footer a {
		color:#000;
	}

	#copyright {
		color:#858585;
	}

/*
	ENDE
*/

/*
	CONTENT - PRODUKTLISTE
*/
	h1 {
		margin:0;
		padding:0;
		color:#fff;
		font-weight:bold;
		font-size:12px;
	}

	.list_con_h2_l {
		background-color:#e8e8e8;
		font-weight:bold;
		padding:5px 6px;
		font-size:12px;
		border-bottom:2px #fff solid;
	}

	.pagelink {
		font-size:12px;
		border-bottom:8px #fff solid;
		vertical-align:middle;
		padding:5px 6px;
		background-color:#FF0400;
		color:#fff;
		font-weight:bold;
	}

	.pagelinker {
		float:right;
		margin:0;
		color:#fff;
		font-weight:bold;
		font-size:12px;
	}

	.pagelinker a {
		color:#fff;
		font-weight:bold;
		font-size:12px;
	}

	.pagelinker .pagelinkactive {
		color:#fff;
		font-weight:bold;
		font-size:12px;
		text-decoration:underline overline;
	}
/*
	ENDE
*/

/*
	CONTENT - DETAILSEITE
*/
	.header_ausfuehrungen {
		clear:both;
		margin:8px 0;
		font-size:16px;
		font-weight:bold;
		color:#fff;
		background-color:#FF0400;
		padding:3px;
	}

	.tab_cell1 {
		font-weight:bold;
		font-size:10px;
		padding:4px;
		border-right:1px #e8e8e8 solid;
		text-align:center;
		vertical-align:top;
	}

	.tab_cell2 {
		background-color:#E1E1E1;
		padding:1px 4px;
		border-right:1px #fff solid;
		border-bottom:8px #fff solid;
		font-size:10px;
		text-align:center;
	}

	.tab_cell3 {
		padding:2px 4px;
		border-right:1px #fff solid;
		font-size:10px;
		color:#000;
		font-weight:bold;
	}

	h2 {
		vertical-align:middle;
		margin:0;
		background-color:#e8e8e8;
		font-weight:bold;
		padding:5px;
		font-size:12px;
		border-bottom:2px #fff solid;
	}

	h3 {
		padding-top:10px;
		margin:0;
		font-weight:bold;
		font-size:16px;
	}

	.button_detail {
		margin:0;
		border-bottom:1px #fff solid;
		background-color:#FF0400;
		padding:6px;
		vertical-align:middle;
		font-size:12px;
		color:#fff;
		font-weight:bold;
	}

	#content ul {
		list-style-type:none;
		margin:0;
		margin-bottom:20px;
		padding:0;
	}

	#content ul li {
		padding-left:10px;
		background-image:url('../images/content-bullet.gif');
		background-repeat:no-repeat;
		background-position:0 5px;
		margin-top:10px;
	}

	.product_pages {
		background-color:#FF0400;
		font-size:12px;
		color:#fff;
		font-weight:bold;
	}

	.product_pages, .product_pages a {
		font-size:12px;
		color:#fff;
		font-weight:bold;
	}

	#produkt_zubehoer {
		clear:both;
		border-top:6px #FF0400 solid;
		padding-top:25px;
		width:560px;
		margin-bottom:10px;
	}

	#produkt_zubehoer h3 {
		background-color:#fff;
		padding-left:10px;
		font-size:12px;
		color:#FF0400;
		font-weight:bold;
		line-height:12px;
		border-bottom:4px #FFB3B2 solid;
		margin:0 0 2px 0;
	}

	#produkt_zubehoer div {
		width:100%;
	}

	#produkt_zubehoer div div {
		background-color:#e8e8e8;
		border-right:2px #fff solid;
		border-bottom:2px #fff solid;
		float:left;
		text-align:center;
	}

	#produkt_zubehoer div div a {
		padding:10px;
		color:#000;
		display:block;
		width:100%;
	}

	#produkt_zubehoer div div a img {
		border:1px #fff solid;
		display:block;
		margin-bottom:4px;
	}

   .back_to_vkatalog {
   height:52px;
   background-image:url('../images/back_vkatalog.png');
   background-repeat:no-repeat;
   background-position:0 0px;
   }
/*
	ENDE
*/


/* LOGIN-SEITE */

.lg_balken {
	background-color: #FF0400;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding:0px 5px 0px 11px;
}
.lg_hinweis {
color:#FF0400;
font-size:14px;
font-weight:bold;
}

/* ENDE */

.willkommen {
background-color: #E7E7E7;
font-size:17px;
color:#000;
font-weight:bold;
padding:8px 12px 6px 12px;
margin-bottom:8px;
}

.req_txt {
margin:2px 0px 5px 20px;
}

.beratung {
	background-color:#FF0400;
	padding:8px 8px 8px 11px;
	background-image:url('../images/pfeil3.gif');
	background-repeat:no-repeat;
	background-position:186px 50%;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	margin-bottom:8px
}

.rot {
	background-color: #FB0501;
	padding: 8px 8px 8px 11px;
	background-image:url('../images/pfeil_rot_bottom.gif');
	background-repeat:no-repeat;
	background-position:right;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	margin-bottom:8px
}

.topangebot {
	font-size:16px;
	color:#fff;
	font-weight:bold;
}

.auflistung {
	padding-left:20px;
	background-image:url('../images/pfeil2.gif');
	background-repeat:no-repeat;
	background-position:0 2px;
}

.auflistungrot {
	padding-left:20px;
	background-image:url('../images/pfeil_rot_left.gif');
	background-repeat:no-repeat;
	background-position:0 3px;
}

.ueber {
	background-color:#fff;
	padding-top:20px;
	padding-left:12px;
	font-size:12px;
	color:#FF0400;
	font-weight:bold;
	line-height:12px;
	border-bottom:4px #FFB3B2 solid;
	margin:0 0 2px 0;
}

.teaser {
	padding: 3px 6px;
	color: #fff;
}

.jetzt {
	font-size:15px;
	color:#fff;
	font-weight:bold;
}

.jetztmehr {
	font-size:15px;
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

.download_box {
	font-size:12px;
	padding-bottom:4px;
	border-bottom:
}

.shop_button {
	color:#fff;
	background-color:#FF0400;
	font-weight:bold;
	border:1px #FF0400 solid;
	padding:1px 0 0 0;
}

	#searchresults ul {
		list-style-type:none;
		margin:0;
		margin-left:10px;
		padding:0;
	}

	#searchresults ul li {
		padding-left:10px;
		background-image:url('../images/leftnavigation-bullet.gif');
		background-repeat:no-repeat;
		background-position:0 5px;
		line-height:16px;
	}

	#slideshow {
		width:168px;
		height:135px;
		background-image:url("../images/slideshow.gif");
		padding-left:44px;
		padding-top:2px;
		margin-top:2px;
	}

div.hinweis {
	padding:10px 0 15px 0;
	font-size:12px;
	font-weight:bold;
	color:#FF0400;
}

.indexLink {
	color: #000;
	font-size:12px;
}

#content ul li.indexLi {
	background-image: url(../images/content-bullet.gif);
	background-position: 10px 9px;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	margin: 0;
	clear: both;
	height:24px;
}

* html #content ul li.indexLi {
	background-position: 10px 6px;
	background-repeat: no-repeat;
}

#content ul li.indexLi * {
	line-height: 24px;
	vertical-align: middle;
}

.indexLi img {
	margin-left: 10px;
}

#content ul li.indexLi:hover {
	background-color: #E8E8E8;
}

.indexUl {
	margin-bottom: 0;
}

#start-fasslifter {
	background-image:url("../images/fasslifter_bg.jpg");
	position:relative;
	width:556px;
	height:273px;
}

#fasslifter-text {
	position:absolute;
	left:143px;
	top:198px;
}
#fasslifter-mehr {
	position:absolute;
	bottom:0;
	right:0;
}
#hotspot_fasslifter {
	height:124px;
	width:180px;
	position:relative;
	float:right;
}

#hotspot_fasslifter .headline {
	display:block;
	line-height:25px;
	padding:0 7px;
}

#hotspot_fasslifter .link {
	position:absolute;
	left:0;
	top:100px;
}


#startseite, #startseite a {
	color:#fff;
}

#startseite h1 {
	font-size:18px;
	margin-bottom:5px;
	font-weight:normal;
}

#left_startseite .box {
	background-color:#E8E8E8;
	padding:10px;
	margin:0;
	font-size:12px;
	border:0;
}

#left_startseite .boxlinkred {
	background-color:#FF0400;
	color:#fff;
	font-weight:bold;
	display:block;
	width:147px;
	border-top:1px #fff solid;
	line-height:20px;
	padding:0 10px;
	background-image:url('../images/startseite/pfeil.gif');
	background-position:150px 4px;
	background-repeat:no-repeat;
}

#left_startseite .boxlink {
	background-color:#999;
	color:#fff;
	font-weight:bold;
	display:block;
	width:147px;
	border-top:1px #fff solid;
	line-height:20px;
	padding:0 10px;
	background-image:url('../images/startseite/pfeil.gif');
	background-position:150px 4px;
	background-repeat:no-repeat;
}

#hotspot_lol {
	height:124px;
	width:180px;
	position:relative;
}

#hotspot_lol .headline {
	display:block;
	line-height:25px;
	padding:0 7px;
}

#hotspot_lol .link {
	position:absolute;
	left:0;
	top:109px;
}

.download_link {
	display:block;
	background-image:url('../images/pdf_icon.gif');
	background-repeat:no-repeat;
	padding-left:22px;
	line-height:18px;
}

#sonderangebote {
	width: 198px;
	position:absolute;
	left:775px;
	top:10px;
}

#titel {
	margin: 4px;
	background-color: #919294;
	color: #fff;
	padding: 12px 9px;
}

#ueberschrift {
	font-size: 18px;
	font-weight: normal;
	color:#fff;
}

.teasertitel {
	margin: 4px;
	background-color: #FF0400;
	color: #fff;
	padding: 6px 9px;
	font-weight: bold;
	font-size:14px;
}

.teasertitel a{
	font-weight: bold;
	color: #fff;
}

.teaser {
	background-image: url('../images/bg_teaser.jpg');
	background-position: left bottom;
	background-color: #efe7e7;
	background-repeat: repeat-x;
	margin: 4px;
	color: #10A25B;
	font-weight: bold;
}

.img {
	float: left;
	border: 1px solid #FF0400;
}

.text {
	margin: 22px 0 15px 0;
	color: #FF0400;
	font-weight: bold;
	font-size: 15px;
	float:right;
	width: 70px;
}

.info {
	margin: 10px 0 0 0;
}

.info a{
	color: #FF0400;
	font-size: 15px;
	vertical-align: middle;
	line-height: 16px;
	display: block;
	float: left;
	margin: 0;
}

.pfeil {
	vertical-align:middle;
	margin:0 0 0 5px;
	background-color:#FF0400;
	float:left;
}

.offer .alterpreis {
	font-size: 11px;
	color: #f00;
	text-decoration: line-through;
	padding-left: 7px;
	font-weight:normal;
}

.offer .preisschild {
	background-image: url('../images/preisschild.gif');
	background-repeat: no-repeat;
	width: 53px;
	height: 27px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	padding: 5px 7px;
	line-height:12px;
}

.offer .preisschild .preis {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:14px;
}






/* HOMEPAGE SPECIAL */
#homepage_special {
	margin: 8px 0 0 0;
}

#homepage_special .eins {
	padding: 8px 0 15px 7px;
}

#homepage_special .zwei {
	padding: 3px 0 3px 0;
	background-color: #ffffff;
	border-top: 3px #FF0400 solid;
	border-bottom: 3px #FF0400 solid;
}

#homepage_special .zweizwei {
	padding: 10px 0 0 0px;
}

#homepage_special .grau {
	background-color: #E5E5E5;
	padding: 5px 0 5px 14px;
	color: #010101;
	margin: 0 0 10px 0;
}

#homepage_special .grau a{
	color: #010101;
	font-size:12px;
}

#homepage_special .text {
	padding: 0 0 9px 14px;
	vertical-align: top;
	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 14px;
	float: none;
	width: auto;
}

#homepage_special .bild {
	border: 1px solid #CCCCCC;
	margin: 0 12px 0px 15px;
	float:right;
}

#homepage_special .minipic {
	border: 1px solid #CCCCCC;
	margin: 0 37px 0 0;
}

#homepage_special tr td a {
	color: #010101;
}

#homepage_special .info{
	color: #ffffff;
	font-size: 11px;
	padding: 0 25px 0 12px;
}

#homepage_special .info a{
	color: #ffffff;
	font-weight: bold;
	font-size:12px;
}

#homepage_special h2 {
	font-weight: bold;
	margin: 15px 0 0 12px;
	padding: 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align:middle;
	background-color: transparent;
	border: 0;
}

#headwarenkorbneu {
	background-image: url('../images/warenkorb_bg.gif');
	background-repeat: no-repeat;
	background-color: #e8e8e8;
	height: 35px;
	width: 273px;
	padding: 5px 10px 0 34px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #000;
}

#headwarenkorbneu .title {
	display: block;
	font-size: 14px;
}

#headerCart {
	position: absolute;
	left: 27px;
	top: 40px;
	width: 290px;
	background-color: #fff;
	border-top: 1px #fff solid;
	z-index: 999;
	display: none;
}

#headerCart .headerCartTitle {
	line-height: 27px;
	color: #f00;
	padding-left: 8px;
	background-color: #F6F6F6;
}

#headerCart .headerCartItem {
	background-color: #f6f6f6;
	padding: 6px 8px;
	border-top: 1px #fff solid;
}

#headerCart .headerCartItem .headerCartPrice {
	float: right;
}

#headerCart .headerCartItem .headerCartArt {

}

.start_teaser {
	padding: 4px 4px 4px 4px;
	display: block;
	margin: 0 0 3px 0;
	min-height: 61px;
	height:auto !important;  /* für moderne Browser */
	height:61px;  /*für den IE */
	background-repeat: no-repeat;
}

.start_teaser h1 {
	font-weight: bold;
	font-size: 18px;
}

.start_teaser h1 a {
	color: #fff;
}

.start_teaser .subcat {
	color: #000;
	width: 250px;
	padding: 5px 0 0 0;
}

.print {
	display: none;
}

#lefttd div.boxheader {
	background-color:#FF0400;
	height:25px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	border-bottom:0;
	padding:2px 0 0 10px;
}
#lefttd div.boxheader a {
	font-size:18px;
	font-weight:bold;
	color:#fff;
}

#lefttd div.boxmietportal {
	background-image:url(../images/teaser-mietportal.jpg);
	padding:10px;
	height:103px;
	border-bottom:0;
}

#lefttd div.boxmietportal a {
	color:#000;
}

#lefttd div.boxservice {
	background-image:url(../images/teaser-service.jpg);
	padding:10px;
	height:103px;
	border-bottom:0;
}

#lefttd div.boxservice a {
	color:#000;
}

#lefttd div.boxfundgrube {
	background-image:url(../images/teaser-fundgrube.jpg);
	padding:10px;
	height:103px;
	border-bottom:0;
}

#lefttd div.boxfundgrube a {
	color:#000;
}

#ansprech {
	float:right;
	width:212px;
}

#ansprech-left {
	width:167px;
}

#ansprech .headline, #ansprech-left .headline {
	background-image:url(../images/bg_FF0400.gif);
	border-bottom:1px #999999 solid;
	font-size:14px;
	font-weight:bold;
	line-height:23px;
	color:#fff;
	padding:0 0 0 10px;
}

#ansprech .pic, #ansprech-left .pic {
	height:100px;
	background-repeat:no-repeat;
	background-position:center;
	border:0;
}

#ansprech .text2, #ansprech-left .text2 {
	background-image:url(../images/bg2_FF0400.jpg);
	line-height:16px;
	color:#fff;
	padding:5px 0 0 10px;
	height:78px;
	font-size:12px;
	border:0;
}

#ansprech .text2 b, #ansprech-left .text2 b {
	display:block;
	margin:0 0 5px 0;
	border:0;
}

#ansprech .text2 .tel, #ansprech-left .text2 .tel {
	background-image:url(../images/tel.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 0 20px;
	border:0;
}

#ansprech .text2 .fax, #ansprech-left .text2 .fax {
	background-image:url(../images/fax.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 0 20px;
	border:0;
}

#ansprech .text2 .mail, #ansprech-left .text2 .mail {
	background-image:url(../images/mail.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding:0 0 0 20px;
	color:#fff;
	text-decoration:none;
	border:0;
}

.glossarlinks {
	float: right;
}

.glossarlinks img {
	margin: 0;
}

#partner {
	border: 1px solid #9A9A9A;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 4px;
	width: 190px;
}

#sonderangebote_inner {
	border: 1px solid #9A9A9A;
	background-color: #fff;
	width: 198px;
}

#fundgrube {
	border: 1px solid #9A9A9A;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 4px;
	width: 190px;
}

.qty {
	position: relative;
	float: left;
	height: 35px;
	width: 45px;
}

.qty .quantity {
	 width: 33px;
	 height: 15px;
	 padding: 1px 0;
	 text-align: center;
	 vertical-align: middle;
	 background-color: #E8E8E8;
	 border: 1px #666 solid;
}

.increase {
	position: absolute;
	right: 0;
	top: 0;
}

.decrease {
	position: absolute;
	right: 0;
	top: 10px;
}

.cartdelete {
	display: block;
	background-image: url('../images/cart_delete.gif');
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 15px;
}
