body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding: 0;
}

h1 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

h1.buttontext { /* fuer alle gruenen Ueberschriften 'in a box' */
	padding: 4px;
	margin: 0;
	width:177px;
	height: 30px;
	background: #f0f7f0 url('pics/button_link.png') no-repeat top left;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

h1.buttontext1 { /* fuer alle gelben Ueberschriften 'in a box' */
	padding: 4px;
	margin: -2px;
	width: 177px;
	height: 30px;
	background: #bad79f url('pics/button_link1.png') no-repeat top left;
	font-size: 14px;
	font-weight: bold;
	color: #444;
}

p {
	margin: 0;
	padding: 0;
}

input[type="submit"] {
	padding: 4px;
	margin: -2px;
	width: 187px;
	height: 32px;
	background: transparent url('/pics/button_liquid_gruen_187x32_1.png') no-repeat top left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border: none;
}

#suchfeld {
	width: 120px;
	margin-right: 3px;
	border: 1px solid #094331;
}

input[type="submit"]#suche {
	width: 50px;
	background: transparent url('/pics/button_liquid_gruen_50x32_1.png') no-repeat top left;
}

input[type="submit"]#suchecontainer {
	width: 50px;
	background: transparent url('/pics/button_liquid_gruen_50x32_1.png') no-repeat top left; 
}

/* Hintergrundfarben fuer Kaestchen definieren */
.bgcol01 { background-color: #F9B59E; }
.bgcol02 { background-color: #BAD79F; }
.bgcol03 { background-color: #F6F6D0; }
.bgcol04 { background-color: #E6E8DB; }
.bgcol05 { background-color: #ECD3CC; }

.floatright { /* Laesst ein Element nach rechts fließen. Immer vor dem linken Inhalt platzieren! */
	float: right;
	margin-left: 8px;
}
.floatleft { /* Laesst ein Element nach links fließen. Immer vor dem rechten Inhalt platzieren!  */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Kann fuer div- oder break-Elemente verwendet werden und beendet floats. */
	clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}

#hauptbereich {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #5f737a; /* DEBUG */
}

#hauptbereich #header {
	background-image: url(./pics/header7.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 145px;
}

#hauptbereich #header #toplinks {
	position: relative; 
	top: 110px; 
	left: 223px;
	width: 600px;	
}

#hauptbereich #header #toplinks div.buttonlink {
	padding-right: 2px;
}

/* linke Spalte */
#hauptbereich #left {
	background-color: #fff;
	width: 185px;
	min-height: 400px;
	padding: 0 0 0 17px;
	float: left;
	/* border: 1px solid #f00;  DEBUG */
}

/* 	Menue-Ebene 1 */
#hauptbereich #left ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
#hauptbereich #left ul li {
		border-bottom: 1px solid #cfdfd5;
		margin: 0 0 2px 0;
	}
	
#hauptbereich #left ul li a {
		display: block;
		background: #edf8f0 url(./pics/punkt2.png) no-repeat top left;
		padding: 0.2em 0.5em 0.2em 1.5em;
		text-indent: 0;
		text-decoration: none;	
		color: #444744;	
	}
	
#hauptbereich #left ul li a.selected {
		font-weight: bold;
}

#hauptbereich #left ul li a.selectedrot {
		font-weight: bold;
		color:red;
}

#hauptbereich #left ul li a.unselectedrot {
		color:red;
}
	
#hauptbereich #left ul li a:hover {
		background: #26b081 url(./pics/punkt2.png) no-repeat top left;
		color: #fff;	
}

/*	Menue-Ebene 2 */
#hauptbereich #left ul ul li {
		border-top: 1px solid #cfdfd5;
		border-bottom: none;
	}
#hauptbereich #left ul ul li a {
		background: #edf8f0 url(./pics/punkt22.png) no-repeat top left;
		padding-left: 2.5em;
	}
	
#hauptbereich #left ul ul li a:hover {
		background: #26b081 url(./pics/punkt22.png) no-repeat top left;
		color: #fff;	
}

/*	Menue-Ebene 3 */
#hauptbereich #left ul ul ul li {
		border-top: 1px solid #cfdfd5;
		border-bottom: none;
	}
#hauptbereich #left ul ul ul li a {
		background: #edf8f0 url(./pics/punkt222.png) no-repeat top left;
		padding-left: 3.5em;
	}
	
#hauptbereich #left ul ul ul li a:hover {
		background: #26b081 url(./pics/punkt222.png) no-repeat top left;
		color: #fff;	
}

/* Rechte Spalte Hauptbereich (Menu rechts) */
#hauptbereich #right {
	background-color: #fff;
	color: #444744;
	width: 185px;
	min-height: 400px;
	padding: 0 17px 0 0;
	margin: 0 0 0 0;
	float: right;
	/* border: 1px solid #f00;  DEBUG */
}

#hauptbereich #right div {
	background-color: #f0f7f0;
	margin-bottom: 10px;
	padding: 0 0 3px 5px;
}

#hauptbereich #right div.inputline {
	clear: both;
	height: 20px; 
}

#hauptbereich #right #meinkonto p {
	margin-bottom: 3px;      	
}

#hauptbereich #right #meinkonto label {
	font-weight:bold;
}


#hauptbereich #right #meinkonto input[type="text"] {
	clear: both;
	float:right;
	width: 80px;
	height: 13px;
	margin: 0 32px 0 0;
	padding: 1px;
	font-size: 11px;
}

#hauptbereich #right #h1warenkorb  {
	background: url('pics/button_link_warenkorb1.png') no-repeat top left; 
  	background-color: #f0f7f0;     
}

#hauptbereich #right #warenkorb label {
	font-weight:bold;
}

#hauptbereich #right #warenkorb input[type="text"], 
#hauptbereich #right #warenkorb input[type="password"] {
	clear: both;
	float:right;
	width: 40px;
	height: 13px;
	margin: 0 32px 0 0;
	padding: 1px;
	font-size: 11px;
}

#hauptbereich #right #h1merkzettel  {
	background: url('pics/button_link_merkzettel1.png') no-repeat top left;
	background-color: #f0f7f0;
}

#hauptbereich #right #merkzettel span {
	color: black;	
}

#hauptbereich #right a {
	display: block;
	color: #fff;
	width: 150px;
	height: 20px;
	padding: 0 0 0 3px;
	background: url(./pics/linkbox01.png) no-repeat top left;
	margin: 3px 0 0 0;
}

#hauptbereich #right a:hover {
	background: url(./pics/linkbox0160.png) no-repeat top left;
	color: #0c4433;
}

/* Mittlere Spalte Hauptbereich (Hauptinhalt) */
#hauptbereich #center {
	background-color: #fff;
	min-height: 400px;
	padding: 0;
	margin: 0 200px 0 218px;
	width: 565px;	
/*	border: 1px solid #0f0; 	DEBUG */
}

#hauptbereich #center .produktgesamt {
	height: 185px;
	margin: 0 0 10px 0;
}

#hauptbereich #center .produktgesamt div.produkt {
	background-color: #bad79f;
	width: 180px; 
	height: 180px;
	float: left;
	margin: 0 4px 0 0;
	padding: 2px;
}

#hauptbereich #center .produktgesamt div.produkt select {
	width: 170px; 
}

#hauptbereich #center .produktgesamt div.produkt img {
	display:block;
	margin: 0 auto;
}

#hauptbereich #center div.topangebot {
		float:left;
		position: relative;
		margin: 0 2px 15px 2px;
		border:0px solid black;
		width:183px;
		height:250px;
}
	
#hauptbereich #center div.topangebot div.preis {
	text-align:right;
	padding: 9px 0 0 0;
	z-index:3;
	font-size:18px;
	color:white;
	font-weight:bold;
	position: absolute;
	top:200px;
	left:83px;
	width:100px;
	height:50px;
	background: url('/pics/preis_bg.png') no-repeat;
}

#hauptbereich #center div.topangebot div.preis span.ab {
	font-size:10px;
	margin: 0 4px 0 3px;
}

#hauptbereich #center div.topangebot div.preis span.preis {
	margin: 0 5px 0 0;
}

#hauptbereich #center div.topangebot div.preis div.artnr {
	margin: 0 5px 0 0;
	padding: 0;
	font-size:10px;
	color:black;
	font-weight:normal;
}

#hauptbereich #center div.topangebot h1 {
	text-align: center;
	margin:0;
	padding: 5px 0 0 0; 
	width: 183px; 
	height: 30px; 
	background: url('pics/button_link1.png') no-repeat top left;
	font-size: 16px;
	font-weight: bold; 
	color: black;	
}

#hauptbereich #center div.topangebot h2 {
	padding: 0 5px;
	margin: 0;
	font-size:11px;
	color:black;
	font-weight:bold;
}

#hauptbereich #center div.topangebot a.textonly {
	background-color: #13a679;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
	display: block;
	color: #fff;
}

#hauptbereich #center div.topangebot a.textonly:hover {
	background-color: #eec360;
	text-decoration: underline;
	color: #000;
}


#hauptbereich #center div.topangebot img {
	z-index:1;
	border: 0;
} 

#hauptbereich #center div#orderhead {
	margin: 0px 35px 20px 35px;
	height: 33px;
}

#hauptbereich #center div#orderhead div {
	background-repeat: no-repeat;
	display: inline;
	float: left;
	width: 160px;
	height: 33px;
	padding: 5px 3px;
	font-weight: normal;
}

#hauptbereich #center div#orderhead div p {
	margin: 0 0 0 35px;
	padding: 0;
	font-size: 14px;
}

#hauptbereich #center div#orderhead div.schritt1aktiv {
	background-image: url(./pics/schritt1aktiv.png);
	background-color: #14a579;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#hauptbereich #center div#orderhead div.schritt2aktiv {
	background-image: url(./pics/schritt2aktiv.png);
	background-color: #14a579;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#hauptbereich #center div#orderhead div.schritt3aktiv {
	background-image: url(./pics/schritt3aktiv.png);
	background-color: #14a579;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#hauptbereich #center div#orderhead div.schritt1inaktiv {
	background-image: url(./pics/schritt1inaktiv.png);
	background-color: #7ecbb9;
	color: #0b6549;
}

#hauptbereich #center div#orderhead div.schritt2inaktiv {
	background-image: url(./pics/schritt2inaktiv.png);
	background-color: #7ecbb9;
	color: #0b6549;
}

#hauptbereich #center div#orderhead div.schritt3inaktiv {
	background-image: url(./pics/schritt3inaktiv.png);
	background-color: #7ecbb9;
	color: #0b6549;
}

#hauptbereich #footer {	
	background-color: #dff3fe;
	clear: both;
	padding: 5px 17px;
}


/* Der schattierte Button fuer die grossen Links , z.B. Online-Shop */
div.buttonlink {
	padding: 0;
	margin: 0;
	width:185px;
	height: 30px;
}

div.buttonlink p {
	background: url('pics/button_link.png') no-repeat top left;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 4px;
	margin: 0;
}

div.buttonlink a {
	display: block;
	background: url('pics/button_link.png') no-repeat top left;
	font-size: 18px;
	font-weight: bold;  
	color: #fff;
	text-decoration: none;
	padding: 4px;
	margin: 0;
}

div.buttonlink a:hover {
	background: url('pics/button_link60.png') no-repeat top left;
	color: #0c4433;
}

#hauptbereich #right div.buttonlinktwo { 
  margin:0;
  padding:0;       
}

#hauptbereich #right div.buttonlinktwo a {
  display:block;
  padding: 4px;	
  margin: 0;
  width:177px;
  height: 30px;	
  background: #f0f7f0 url('pics/button_link.png') no-repeat top left; 
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration:none;
}

#hauptbereich #right div.buttonlinktwo p{
  padding:2px;
} 

#hauptbereich #right #kicktippbanner {
	width:185px;
	text-align:left;
	height:80px;
	margin:5px 0;
	background-color: white;
	padding:0;
}

#hauptbereich #right #kicktippbanner a{
	background-image:none;
	background-color:white;
	border:none;
	text-decoration:none;
}

#hauptbereich #right #kicktippbanner a:hover{
	background-image:none;
	background-color:white;
	border:none;
	text-decoration:none;
}

#kicktippbanner img {
	border:none;
}


#order_container {	
	width:565px;
	text-align:left;				
}

#order4daten {
	width:100%;
	margin:20px 0 5px 0;
}

#order4cart {
	padding:5px;
	margin:0;
	width:100%;	
}

#order4cart td{
	vertical-align:top;
}

.order4cart th {
	color:white;
	font-weight:bold;
	background-color:#13A679;	
	padding:10px;
}

fieldset {	
	border:0px;		
	padding:10px 20px;	
	margin:0px auto;
}

fieldset legend {
	color:black;
	font-weight:bold;
	padding:0;	
}

#order_container h1{	
	text-align:left;	
	margin:0 0 10px 0;
	font-size:14px;			
}

#order_container h2{	
	text-align:left;
	margin:10px 0 10px 0;
	font-size:12px;			
}

#zahlart {
	margin:20px 0 20px 80px;
	width:250px;
}

#errorbox {
	margin:0 0 20px 0;
	text-align:center;
	color:red;
	font-weight:bold;
	font-size:12px;	
}

#kundencenter_container {
	width:100%;
	text-align:left;
	margin:15px auto 0px;		
}

#kundencenter_container fieldset {	
	border:0px;		
	padding:10px 40px;	
	margin:0px auto;
}

#kundencenter_container h1{	
	margin:5px 0 10px 0;
	font-size:14px;		
}

label {
	width:150px;	
	display:block;
	float:left;	
	margin:0 0 5px 0;
}

.kundeninput {
	width:150px;	
	margin:0 0 5px 0;
}

.kundeninputplz {
	width:150px;	
	margin:0 5px 5px 0;
	width:50px;
	margin-right:5px;
}

.kundeninputnr {
	width:150px;	
	margin:0 0 5px 5px;
	width:50px;
	margin-right:5px;
}

.kundenpasswort {
	width:150px;	
	margin:0 0 5px 0;
}

.kundenradio {
	width:20px;		
	margin:0 0 0px 0;
}

.kundenselect {
	margin:0 0 5px 0;
	height:20px;		
}

#kundencenter h2 {	
	font-size:12px;
	font-weight:bold;
	margin:25px 0 10px 0;
}

#kundencenterhead {	
	height:160px;	
	margin:0px auto;
	width:100%;	
	border-bottom:5px solid white;
}

#kundencenterhead p {
	height:35px;
	width:250px;
	padding:0;
	margin:0;		
	float:left;	
}

#kundencenterhead a {
	color:black;
	font-size:14px;
	font-weight:bold;	
	padding:0 0 0 10px;
}

#kundencenterhead a:hover {
	color:#13A679;
	font-size:14px;
	font-weight:bold;	
	text-decoration:none;
}

#orderhead {
	width:520px;
	margin:0 35px 20px 35px;	
	height:80px;
}

#order5_container {	
	width:550px;
	text-align:left;
	margin:0px auto;		
}

#rechnungsadresse {
	float:left;
	width:340px;
	height:130px;	
}

#lieferadresse {
	float:right;
	width:200px;
	height:130px;
}

.small {
	font-size:11px;
}

#anrede {
	margin:0 0 8px 0;
}

#anrede_la {
margin:0 0 8px 0;
}

#viewcart {
	padding:5px;
	margin:0 0 10px 0;
	width:100%;	
}

#viewcart td {
	vertical-align:top;
}

.viewcartth {
	color:white;
	font-weight:bold;
	background-color:#13A679;	
	padding:10px;
}

#viewcart label {
	float:left;	
}

#viewcart input{
	text-align:right;
	padding-right:3px;
}

#viewcart h1 {
	margin-bottom:5px;
}

.thbreit {
	width:310px;
}

.preis {	
	text-align:right;
	font-weight:bold;	
}

.preisspalte {
	text-align:right;
	font-weight:bold;	
	padding-right:10px;
	width:80px;
}

.bold {	
	font-weight:bold;	
}

.big {
	font-size:14px;
}

.bgcolor0 {
	background-color:#f0f7f0;
}

.bgcolor1 {
	background-color:#bad79f;
}

#gutscheinzeile {
	padding:20px 10px;
}

#produktoptionen {
	border-collapse:collapse;
	width:560px;
	text-align:left;
	vertical-align:top;
	font-size:12px;	
}

#produktoptionen th {
	background-color:#F6D4A2;
	padding:5px;
}

#produktoptionen td {
	vertical-align:top;
	width:60px;
	padding:2px;
}

#produktoptionen .breit {
	width:310px;
}

.background0 {
	background-color:#bad79f;
}

.background1 {
	background-color:#f0f7f0;
}

.background2 {
	background-color:#FAF6ED;
}

.background3 {
	background-color:#F8E0BC;
}

.werbeprodukt {
	background-color: #bad79f; 
	width: 275px; 
	height: 290px;	
	float: left; 
	padding: 2px;
}

.werbeprodukt .werbepreiscontainer {
	position:relative;
	top:-175px;
	left:175px;
	background: url('/pics/preis_bg.png') no-repeat;	
}
	
.werbeprodukt .werbepreis {	
	text-align:right;
	font-size:20px;
	color:white;
	font-weight:bold;
	width:100px;
	height:50px;
	margin:0 0 3px 0;
	padding:0px;
}

.float1 {
	margin:0 5px 0 0;
}

.float0 {	
	margin:0px;
	float:right;	
}

.werbeprodukt h1 {
	padding: 4px; 
	margin: -2px; 
	width: 177px; 
	height: 30px; 
	background: #bad79f url('pics/button_link1.png') no-repeat top left;	
	font-size: 14px; 
	font-weight: bold;	
	color: black;
}

.werbeprodukt .optionen {
	height:25px;
}

.werbeprodukt .beschreibung {
	height:50px;
}

.werbeprodukt .abbildung {
	text-align:left;
	padding-left:3px;
	height:220px;
	width:150px;
	float:left;
}

.werbeprodukt select {
	width:270px;
}

.center {
	text-align:center;
}

.error {
	color:red;
	font-weight:bold;
	font-size:12px;	
}

.rechts {
	text-align:right;
	padding-right:10px;
}

.red {
	color:red;
}

.padding10 {
	padding:10px;
}

.padding20 {
	padding:20px;
}

.padding40 {
	padding:40px;
}

.margin10 {
	margin:10px;
}

.margin20 {
	margin:20px;
}

.margin40 {
	margin:40px;
}

.paddingtop10 {
	padding-top:10px;
}

.paddingtop20 {
	padding-top:20px;
}

.margintop10 {
	margin-top:10px;
}

.margintop20 {
	margin-top:20px;
}

.paddingtop40 {
	padding-top:20px;
}

.schmal {
	width:50px;
}

#gutscheinnummer{
	height:15px;
	width:80px;
	padding:0;
	margin:0 5px 0 20px;
	float:left;
	text-align:center;
}

#gutschein_check_button {
	border:none;
	width:180px;
	margin:0;
	padding:0;
	text-align:center;
	background-color:transparent;
	color:black;
	font-size:12px;
	font-weight:bold;	
}

#zurkasse {
	text-decoration:none;
	font-weight:bold;
	color:black;
	font-size:16px;
}

#zurkasse:hover {
	text-decoration:underline;
}

/* Ab hier werden die verschiedenen Links im Bestellvorgang definiert */
.bestellvorgang {	
	font-weight:bold;
	color:black;
	text-decoration:underline;
}

.bestellvorgang:hover {
	text-decoration:none;
	color:black;
	
}

#kundencenterhead td{
	width:250px;
	padding:2px;
	margin:0;  	
	border-collapse:collapse;
}

#kundencenterhead a {
	font-weight:bold;
	color:black;
	text-decoration:none;
	font-size:14px;	
}

#kundencenterhead a:hover {
	text-decoration:underline;
	color:black;
	font-size:14px;
}

div.kundenauftraege {
	padding:10px;
	margin:0;
	border-bottom:2px solid white;
}

table.kundenauftragstabelle {
	margin:10px 0;
	width:98%;
}

table.kundenauftragstabelle td{
	vertical-align:top;
	padding:3px;
}

#notepad {
	width:100%;
	text-align:left;
	vertical-align:top;	
}

#notepad th {
	color:white;
	font-weight:bold;
	background-color:#13A679;	
	padding:10px;
}

#notepad td {
	vertical-align:top;
	padding:5px;
}

.redborder {
	border:1px solid red;
}

#versandkosten {
	text-align:center;
}

#versandkosten table{
	width:98%;
	text-align:center;
	font-size:11px;
	border-collapse:collapse;
	margin:0px auto;
}

#versandkosten th {
	vertical-align:top;
	font-size:10px;
	border:1px solid black;	
}

#versandkosten td {
	border:1px solid black;
	width:80px;
}

#versandkosten .gewicht {
	width:10px;
}

#versandkosten h1 {
	margin:10px 0;
	font-size:14px;
}

#uebersicht {
	padding:3px 5px 0 10px;
	height:70px;
	width:550px;
	border-bottom:5px solid white;
}
#uebersicht h1{
	padding:10px 0;
	font-size:14px;
	font-weight:bold;	
}

#uebersicht a {
	display:block;
	height:30px;
	font-size:14px;
	color:black;
	text-decoration:none;
	float:left;	
	padding-right:10px;
}

#uebersicht a:hover {
	text-decoration:underline;	
}

#uebersichtdetails {
	min-height:50px;
}

#uebersichtdetails a{
	width:260px;
	height:25px;
	font-size:12px;
	color:black;
	text-decoration:none;
	float:left;
	padding:3px 5px 0 10px;
}

#uebersichtdetails a:hover {
	text-decoration:underline;	
}

#katuebersichtdetails table{
	float:left;
	width:49%;
	font-size:12px;
	color:black;	
	margin:0px;
	padding:0;	  	
	border-collapse:collapse;	
}

#katuebersichtdetails td{
	height:20px;
}

#katuebersichtdetails a{
	font-size:12px;
	color:black;
	text-decoration:none;	
}

#katuebersichtdetails a:hover {
	text-decoration:underline;	
}

#katuebersichtdetails table .ueberschrift {
	font-size:14px;
	font-weight:bold;
	padding:10px 3px;
	border-top:5px solid white;
}

.leer {
	height:50px;
	width:520px;
	font-size:14px;
	font-weight:bold;
	padding:20px;
	text-align:center;
}

.linkliste {
	text-align:center;
	margin:0 0 10px 0;
	text-align:center;
	font-size:12px;	
	padding:5px;
}

.linkliste a {
	font-weight:bold;
	font-size:14px;	
	text-decoration:none;
	color:black;
	padding-right:5px;
}

.linkliste a:hover {
	text-decoration:underline;;
}

#direktbestellung {
	text-align:center;
}

#direktbestellung table {
	width:80%;  	
	border-collapse:collapse;
	margin:10px auto;
	text-align:left;
}

#direktbestellung table td{
	width:70px;
	padding-right:15px;	
}


#kundendaten_aendern_button {
	border:none;
	margin:20px;
	padding:0;
	text-align:center;
	background-color:transparent;
	color:black;
	font-size:16px;
	font-weight:bold;	
	display:inline;	
}

.lieferadresse {
	padding:20px 30px;
	height:85px;
	font-size:12px;
}

#werbedatei {
	width:550px;
	text-align:center;
	margin-bottom:20px;
}

#werbedatei img{
	border:0;
}

.produktgesamt .produktpreis {
	text-align:right;
	margin:50px 10px 10px 40px;
	padding: 10px 0px 0 0px;
	z-index:3;	
	width:100px;
	height:50px;
	background: url('/pics/preis_bg.png') no-repeat;
}

.produktgesamt .artikelnrtext {
	width:100px;
	color:black;
	font-size:10px;
	text-align:right;
	padding: 3px 5px 0 0px;
}

.produktgesamt .artikelpreistext {
	width:100px;
	font-size:18px;
	font-weight:bold;
	color:white;
	text-align:right;
	padding: 3px 5px 0 0px;
}

.produktgesamt .produktpreisbutton {
	margin:0px 0px 0px 90px;
	text-align:left;
}

#produktgross {
	width:410px;
	float:left;
	margin:0 0 10px 0;
	background-color: #bad79f;
	min-height:80px;
}

#produktgross h1 {
	padding: 4px;
	margin: 0px; 
	width: 177px;	
	height: 30px; 
	background: #bad79f url('pics/button_link1.png') no-repeat top left; 
	font-size: 14px;	
	font-weight: bold; 
	color: black;
}

#produktgross img {
	margin-left:5px;
}

#multipics {
	float:right;
	width:150px;
	margin:0 0 10px 5px;
	text-align:left;
}

#multipics img{
	margin:5px 15px;
}

.produktempfehlungen {
	position:relative;
	float:left;
	margin: 20px 1px 15px 1px;
	border:0px solid black;
	width:185px;
	height:250px;	
	text-align:center;
}

div.produktempfehlungen div.produktpreis {	
	margin:0 0 0 85px;	
	text-align:right;
	z-index:3;	
	width:100px;
	height:50px;
	background: url('/pics/preis_bg.png') no-repeat;
}

.produktempfehlungen h1 {
	padding: 4px;
	margin: 0px;
	width: 177px;
	height: 30px;
	background: #bad79f url('pics/button_link1.png') no-repeat top left;
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-align:left;
}

div.produktempfehlungen div.produktpreis div.artikelnrtext {	
	color:black;
	font-size:10px;
	text-align:right;
	padding: 10px 5px 0 0px;
}

div.produktempfehlungen div.produktpreis div.artikelpreistext {	
	font-size:18px;
	font-weight:bold;
	color:white;
	text-align:right;
	padding: 0px 5px 0 0px;
}

#addon {
	float:left;
	width:565px;
	text-align:left;
	margin:10px 0;
}

#addonchoice {
	float:left;
	width:565px;
	margin:30px 0;
}

#addonchoice a {
	text-decoration:none;
	font-size: 14px;	
	font-weight: normal; 
	color: black;
}

#addonchoice a:hover{
	text-decoration:none;
	font-size: 14px;	
	font-weight: normal; 
	color: white;
}

#addonchoice p {
	display:block; 
	float:left;
	padding: 4px 0 0 10px;
	margin: 0 2px 0 0; 
	width: 175px;	
	height: 30px; 
	background: url('pics/button_link1.png') no-repeat top left;
}

#produktgrossdetails {
	float:left;
	width:560px;
}

#produktgrossdetails h1{
	font-size: 16px;
	font-weight: bold;
	color: black;
	margin:10px 0;
}

#produktgrossdetails p{
	font-size:12px;
	margin:10px 0;
}

#kundenbewertung {
	width:540px;
	padding:10px;
	margin:0;
}

#kundenbewertung fieldset{
	width:540px;
	padding:0;
	margin:0;
}

#kundenbewertung h1{
	font-size:12px;
	padding:5px 0;	
}

#kundenbewertung a{
	color:black;
	text-decoration:underline;	
}

#kundenbewertung a:hover{
	color:black;
	text-decoration:none;	
}

#kundenbewertung h2{
	font-size:12px;
	padding:5px 0;	
}

#kundenbewertung label {
	font-weight:bold;	
	width:100%;
	margin:20px 0 5px 0;
}

#kundenbewertung input[type="text"] {
	width:50%;	
}

#einsendebedingungen {
	padding:10px;
	font-size:11px;
}

#einsendebedingungen h1 {
	padding:0 0 10px 0;
}

#hauptbereich #right div.news  {
	text-align:left;	
}

#hauptbereich #right div.news img {
	float:right;
	margin:0;
	padding:0;
}

#hauptbereich #right div.news a {
	text-decoration:underline;
	color:black;
	text-align:right;	
	background-image: none;
}

#hauptbereich #right div.news a:hover {
	text-decoration:none;	
}

#hauptbereich #center div.newsarchiv {
	font-size:12px;
	min-height:190px;
	padding:5px;
	margin:5px 0;	
}

#hauptbereich #center div.newsarchiv h1 {
	text-align: left;
	margin:0;
	padding: 5px 0 0 0; 
	height: 30px; 
	font-size: 16px;
	font-weight: bold; 
	color: black;	
}

#hauptbereich #center div.newsarchiv img {
	float:left;
	margin:0 10px 10px 0;
}

#hauptbereich #center div.klickhier {
	margin:40px 30px 0 0;
	text-align:right;	
}

#hauptbereich #center div.newsarchiv a {
	text-decoration:underline;
	color:black;
	text-align:right;	
	background-image: none;
}

#hauptbereich #center div.newsarchiv a:hover {
	text-decoration:none;	
}

#katalogbestellung {
	width:410px;	
	margin:0 0 10px 0;
	background-color: #bad79f;
}


#katalogbestellung h1{
	padding: 4px;
	margin: 0px; 
	width: 277px;	
	height: 30px; 
	background: #bad79f url('pics/button_link1.png') no-repeat top left; 
	font-size: 14px;	
	font-weight: bold; 
	color: black;
}

#katalogbestellung img{
	margin-left:5px;
}

#katalogformular {
	width:560px;
	padding:0px;
	margin:0 0 10px 0;	
}

#katalogformular fieldset {
	width:540px;
}

#katalogformular h1 {
	margin:5px 0 10px 0;
}

a.identcodes {
	color:black;
	font-weight:bold;
}

a.identcodes:hover {
	text-decoration:none;
}

#agb {
	font-size:11px;
	padding:10px;
}

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

#agb ol ul li {
	font-weight:normal;
}
#agb ol {
	list-style-type:none;
	padding:0;
	margin:0;
}

#agb ol li{
	font-weight:bold;
	padding-top:5px;
}

#agb ol li ol li {
	font-weight:normal;
}

.underline {
	text-decoration:underline;
}

a.buttonlink {
	color: #fff;
	padding: 3px 10px 0px 10px;
	background: url(./pics/linkbox01.png) no-repeat top left;
	text-decoration:none;
}

a.buttonlink:hover {
	background: url(./pics/linkbox0160.png) no-repeat top left;
	color: #0c4433;
	text-decoration:underline;
}

#ueberuns {
	width:560px;
	text-align:center;
}

#ueberuns h1 {	
	text-align:left;
	margin:5px 30px;
	font-size:16px;
	font-weight:bold;
}

#ueberuns table {
	width: 520px;
	text-align:left;
	margin:10px 0 10px 30px;
	font-size:12px;
}

#ueberuns table th{
	font-weight:bold;
	font-size:14px;
	padding:10px 5px;
}

#ueberuns table td{
	font-size:12px;
	vertical-align:top;
	padding:5px;
}

#service {
	width:560px;
	text-align:center;	
	font-size:1px;
}

#service img {
	border:none;
	padding:0;
	margin:0;
}

#service a {
	text-decoration:none;
	padding:0;
	margin:0 3px 5px 0;
}

#service p {
	margin:10px 0;
}

#vorort {
	text-align:center;
}

#vorort h1 {
	padding-left:50px;	
	text-align:left;
}

#vorort p {
	text-align:left;
	margin:10px 0;
	padding-left:50px;
	width:340px;
}

#beratung {
	width:560px;
	text-align:center;	
}

#beratung img {
	border:none;
}

#emailformular input[type="text"] {
	width:200px;	
}

div.servicedetail {
	width:560px;
	min-height:320px;
	text-align:center;
}

div.servicebild {
	float:left;
	width:183px;
	height:278px;
	margin:20px 2px 0 3px;
}

div.servicetext h1 {
	padding:30px 0 0 5px;
	margin:0;
}

div.servicetext {
	font-size:12px;
	text-align:left;		
	float:left;
	width:183px;
	height:278px;
	background: url('pics/servicehg.jpg') repeat-y;
	margin:20px 2px 0 1px;
}

div.servicetext ul.ebene1 {
	list-style-type:none;
	padding:0 0 5px 5px;
	font-weight:bold;	
}

div.servicetext ul.ebene2 {
	padding:0 0 5px 15px;
	font-weight:normal;	
	list-style-type:disc;	
}

div.servicetext ul.ebene2 li{
	padding:0 0 5px 0;
}

div.servicetext p {
	padding:0 5px 0 5px;
}

input[type="submit"]#tracking {
	width: 50px;
	background: transparent url('/pics/button_liquid_gruen_50x32_1.png') no-repeat top left;
}

#servicemap {
	float:left;
	width:210px;
	text-align:center;
	height:278px;
	background: url('pics/maphg.jpg') repeat-y;
	margin:20px 2px 0 1px;	
}

#servicemap iframe{
	padding:25px 3px;
}

a.emaillink {
	color:black;
	text-decoration:underline;
	font-weight:bold;
}

a.emaillink:hover{
	text-decoration:none;
	font-weight:bold;
}

#bankverbindung {
	font-size:12px;
	font-weight:bold;
	padding-left:20px;
}

.produktpreisadw {
	text-align:right;
	margin:50px 10px 10px 40px;
	padding: 0px 5px 0 0px;
	z-index:3;	
	width:100px;
	height:50px;
	background: url('/pics/preis_adw_bg.png') no-repeat;
}


.artikelpreistextadw {
	width:100px;
	font-size:18px;
	font-weight:bold;
	color:white;
	text-align:right;
	padding: 3px 5px 0 0px;
	line-height:23px;
}

.adwpreis {
	font-size:14px;	
	color:black;
	font-weight:bold;		
}

span.adwpreisbig {
	text-decoration:line-through;	
	font-weight:normal;	
}

.eurozeichenbig {
	font-size: 14px;
}

.eurozeichensmall {
	font-size: 11px;
}

div.produktempfehlungen div.produktpreisadw {	
	text-align:right;
	margin:0 0 0 85px;	
	padding: 0px 5px 0 0px;
	z-index:3;	
	width:100px;
	height:50px;
	background: url('/pics/preis_adw_bg.png') no-repeat;	
}

div.produktempfehlungen div.produktpreisadw div.artikelpreistext {	
	font-size:18px;
	font-weight:bold;
	color:white;
	text-align:right;	
	padding: 0px 5px 0 0px;
	line-height:23px;	
}

div.werbepreiscontaineradw {
	position:relative;
	top:-175px;
	left:175px;	
	width:100px;
	height:50px;
	text-align:right;	
	background: url('/pics/preis_adw_bg.png') no-repeat;	
}

div.werbepreiscontaineradw .artikelpreistext {	
	font-size:18px;
	font-weight:bold;
	color:white;
	text-align:right;	
	padding: 0px 175px 0 0px;
	line-height:23px;	
}

div.topangebotadwpreis {
	text-align:right;
	padding: 0px;
	z-index:3;
	font-size:18px;
	color:white;
	font-weight:bold;
	position: absolute;
	top:200px;
	left:83px;
	width:100px;
	height:50px;
	background: url('/pics/preis_adw_bg.png') no-repeat;	
	line-height:23px;		
}

div.topangebotadwpreis span{
	margin-right:5px;
}

.left {
  float:left;
}

a.menueimpressum {
  display:block;
  padding: 4px;	
  margin: 0;
  width:177px;
  height: 30px;	
  background: #f0f7f0 url('pics/button_link.png') no-repeat top left; 
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration:none; 
}

.preisauszeichnung {
  padding-right:10px;
}

.preisartikelnummer {
   padding-right:10px;
   font-size:10px;
   color:black;
   font-weight:normal;
}

.preismz { 
  margin-left:45px;
  width:25px;
  height:25px;
}

.preiswk {
   width:25px;
   height:25px;
}

p.werbeproduktimage {
  height:150px;
}

.preisklein {
  font-size:10px;
}

h1.produktueberschrift {
  margin:30px 5px 0 5px;
}

.margin5 {
  margin:5px;
}



table.borderbottom input {
   font-size:12px;
   font-weight:bold;
    width:120px;
   background-image:none;
   color: black;   
   border:none;
}

#navigation {
        background-color:white;  
}

.gruen {
  color:#009900;
}

.rot {
  color:red;
}

.unterstrichen {
  text-decoration: underline;
}

.fett {
  font-weight:bold;
}

.white {
  color:white;
}

.nodecoration {
  text-decoration:none;
}

.pr15 {
  padding-right:15px;
}

.pr23 {
  padding-right:23px;
}

.pr29 {
  padding-right:29px;
}

.pr34 {
  padding-right:34px;
}

.pr28 {
  padding-right:28px;
}

.pr17 {
  padding-right:17px;
}

.pr13 {
  padding-right:13px;
}

.fs10 {
  font-size:10px;
}

a.rprot {   
  color:red; 
}

.clearboth {
  clear:both;
}