/* ************************* */
/* * CSS Definition        * */
/* * http://domainname.de/ * */
/* ************************* */

/* Allgemeine Angaben */

* 				{ margin: 0; padding: 0; }
html, body	{ width: 100%; height: 100%; }
html			{ background: #A3CD61 url(../images/bg-html.jpg) repeat-x top left; }
body			{ font: normal 100.01% verdana,tahoma,sans-serif; color: #000000; background: url(../images/bg-body.gif) repeat-y top left; }
img			{ border: 0; }
form			{ display: inline; }
h1,h2,h3,h4,h5,h6,p 	{ font-weight: normal; font-size: 1em; color: #000000; background: inherit; line-height: 1em; }
table,tr,th,td			{ border: 0; }

.killer		{ height: 0; border: 0; clear: left; visibility: hidden; }
.error		{ padding: 10px 0; font-weight: bold; color: #FF0000; }

/* Ganzseiten-Container */

#box-body	{ background: url(../images/bg-body.gif) repeat-y top left; }

/* Kopfzeile */

p#kopfzeile .logo {
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 1;
	width: 320px;
	height: 245px;
	cursor: hand;
	background: url(../images/logo-schnitzer-trans.png) no-repeat top left;
}
* html p#kopfzeile .logo { background: transparent; }

p#kopfzeile .kopfbild {
	width: 320px;
	height: 145px;
	margin-top: 47px;
	float: right;
}

/* Container, der die Inhalte zusammenfasst */

#box {
	position: relative;
	padding-top: 230px;
	background: url(../images/bg-baum.gif) no-repeat bottom right;
}

/* Navigation */

ul#nav {
	position: relative;
	width: 190px;
	list-style: none;
	float: left;
}
ul#nav li {
	width: 178px;
	margin: 3px auto;
	padding: 3px;
	font-size: 0.7em;
	border: 1px solid #A1C567;
	display: block;
}

ul#nav a	{
  	font-weight: bold;
  	margin-bottom: 3px;
	padding: 3px 0px;
	font-size: 1.3em;
	color: #4B6324;
	background: inherit;
	text-decoration: none;
	display: block;

}
ul#nav a:hover		{ padding-left: 3px; color: #782F00; background: #A1C567; text-decoration: none; }

ul#nav .normal		{ border: 0; }
ul#nav .normal a	{ padding-bottom: 2px; border-bottom: 2px dotted #782F00; }
ul#nav .normal a:hover	{ background: transparent; }
/*
ul#nav .link3			{ background: url(../images/link-normal.gif) no-repeat top right; }
ul#nav .link3:hover	{ background: url(../images/link-hover.gif) no-repeat top right; }
*/
/* Untergeordnete Navigationseinheiten */

ul#nav ul.nav2nd	{ margin: 2px 0 2px 2px; list-style: none; float: none; }
ul#nav ul.nav2nd li { font-size: 0.9em; border: 0; }
* html ul#nav ul.nav2nd li { height: 1em; }
ul#nav ul.nav2nd a {
	padding: 3px 2px 2px 2px;
	font-weight: normal;
	display: block;
}
ul#nav ul.nav2nd a:hover {
  	background: transparent;
	border-bottom: 1px dotted #782F00;
}

.aktiv { font-weight: normal; color: #782F00; background: url(../images/bg-nav.gif) repeat-x bottom left; text-decoration: none; }

/* Hack für das 3-Pixel-Problem des IE \*/

* html ul#nav {
	margin-right: 30px;
}
* html #inhalt {
  height: 1%;
  margin-left: 220px;
}

/* Inhalte */

#inhalt {
	position: relative;
	margin: 0 10% 0 220px;
	font-size: 0.9em;
	color: #000000;
	z-index: 1;
}

#inhalt h1 {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 0 7px 0;
	font-weight: bold;
	font-size: 1.1em;
	color: #000000;
	background: inherit;
	border-bottom: 2px dotted #5E3602;
}
#inhalt h2 {
	position: relative;
	padding-top: 7px;
	font-weight: bold;
	font-size: 0.9em;
	color: #000000;
	background: inherit;
}
#inhalt p {
	padding: 5px 0;
	font-size: 0.9em;
	color: #000000;
	line-height: 1.3em;
}
#inhalt p.infoabsatz {
	margin: 5px 0;
	padding: 5px;
	color: #333333;
	background: #EDF7DD;
	text-align: right;
}

#inhalt dl {
	margin: 5px 0 10px 0;
	font-size: 1em;
}
#inhalt dl dt {
	width: 180px;
	padding: 3px 0;
	font-size: 0.8em;
	float: left;
}
#inhalt dl dd {
	padding: 3px 0;
	font-size: 0.8em;
}

#inhalt ol {
	margin: 10px 0 10px 20px;
	font-size: 0.8em;
}
#inhalt ol li {
	padding-bottom: 10px;
}
#inhalt ol li strong {
	padding-bottom: 5px;
	display: block;
}

#inhalt ul {
	margin: 3px 0 3px 20px;
	font-size: 0.8em;
}
#inhalt ul li {
	padding-bottom: 5px;
}

#inhalt fieldset {
	margin: 20px 0;
	padding: 17px;
	font-size: 1em;
	border: 2px solid #E7F0D8;
}
* html #inhalt fieldset {
	padding: 0 17px 17px 17px;
}
#inhalt fieldset legend {
	margin: 0;
	padding: 5px;
	font-weight: bold;
	font-size: 0.9em;
	color: #333333;
	background: #E7F0D8;
	border: 1px solid #5C792D;
}
* html #inhalt fieldset legend {
	margin: 0 0 10px -7px;
}
#inhalt fieldset label	{
	margin-top: 5px;
	font-size: 0.85em;
	line-height: 1.5em;
	display: block;
}
#inhalt fieldset .formularbereich {
	margin-bottom: 10px;
	padding: 5px;
	color: #000000;
	background: #E7F0D8;
	border: 1px solid #5C792D;
}

/* Produktgruppen Spezialdarstellung */

ul.produktgruppen {
  	position: relative;
  	left: -20px;
}
ul.produktgruppen li {
  	width: 13.5em;
  	height: 11em;
  	margin: 5px 5px 5px 0;
  	padding: 2px;
  	font-weight: bold;
  	font-size: 1.15em;
  	text-align: center;
  	border: 1px solid #666666;
  	list-style: none;
  	float: left;
}
ul.produktgruppen li:hover {
  	background: #BFDF8B;
}
ul.produktgruppen li .gruppenname {
  	height: 3em;
  	display: block;
}
ul.produktgruppen a {
  	color: #8F562C;
}

ul.produktgruppen-artikel {
  	position: relative;
  	left: -20px;
}
ul.produktgruppen-artikel li {
  	width: 13.5em;
  	height: 11em;
  	margin: 5px 5px 5px 0;
  	padding: 2px;
  	font-weight: bold;
  	font-size: 1.15em;
  	text-align: center;
  	border: 1px solid #666666;
  	list-style: none;
  	float: left;
}
ul.produktgruppen-artikel li:hover {
  	background: #BFDF8B;
}
ul.produktgruppen-artikel a {
  	color: #90694C;
}
ul.produktgruppen-artikel li .gruppenname {
  	height: 3.7em;
  	color: #98623A;
  	display: block;
}

/* Aufstellung der Startseite... */

/* ...Top-Artikel */

#topartikel {
	position: relative;
	height: 265px;
	margin-bottom: 20px;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
}
#topartikel p.bild {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: url(../images/topartikel-hp1-trans.png) no-repeat 5%;
	z-index: 10;
}
* html #topartikel p.bild { background: transparent; }
#topartikel .text {
	position: absolute;
	top: 0;
	left: 0;
	width: 55%;
	height: 230px;
	padding-left: 45%;
	background: #E1F7C1;
	border: 1px solid #8AAB54;
	z-index: 9;
}
#topartikel .text h2 {
	margin: 15px 7px 7px 0;
	font-weight: bold;
	font-size: 1.7em;
	font-style: italic;
	color: #65400B;
	background: inherit;
	border-bottom: 2px dotted #65400B;
}
#topartikel .text ul {
	padding: 15px 5px 0 0;
}
#topartikel .text ul li {
	padding: 3px 0;
	font-weight: bold;
	font-size: 1em;
	color: #D12602;
}
#topartikel .text p {
	width: 6em;
	margin: 20px 0 0 0;
	padding: 2px 8px;
	font-weight: bold;
	font-size: 1.35em;
	letter-spacing: 0.1em;
	color: #CC0000;
	background: #F7FDED;
	border: 1px dotted #FF0000;
	white-space: nowrap;
}
* html #topartikel .text p { position: absolute; }
#topartikel .text p .preisinfo {
	padding: 2px 0;
	font-weight: normal;
	font-size: 0.7em;
	font-variant: small-caps;
	color: #000000;
	letter-spacing: 0.15em;
	display: block;
}

/* ...Artikelliste 1. Ebene */

ul#artikelliste-1st {
	position: relative;
	margin: 0;
	padding: 0;
	color: #000000;
	background: #E8F7D3;
	list-style: none;
}
ul#artikelliste-1st li {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}
* html ul#artikelliste-1st li			{ margin-right: -1px; }

ul#artikelliste-1st li dl				{ min-height: 13em; padding: 3px; font-weight: normal; font-size: 1.2em; color: #000000; background: #B6D881; border: 1px solid #8AAB54; }
ul#artikelliste-1st li dl.links		{ margin-right: 2px; }
ul#artikelliste-1st li dl.rechts		{ margin-left: 2px; }
ul#artikelliste-1st li dl dt			{ width: 100%; font-weight: bold; font-size: 0.9em; float: none; }
ul#artikelliste-1st li dl dd			{ font-weight: normal; font-size: 0.9em; }
* html ul#artikelliste-1st li dl dd	{ height: 1%; }
ul#artikelliste-1st li dl dd img		{ margin: 0 5px 5px 0; float: left; }
ul#artikelliste-1st li dl dd.link			{ font-size: 1em; line-height: 1em; clear: left; }
ul#artikelliste-1st li dl dd.link p.preis	{ padding-right: 3px; font-weight: bold; font-size: 1.3em; text-align: right; color: #CC0000; background: inherit;	float: right; }


/* Artikelseite... */

/* ...Float-Fix */

.hauptbereich {
	width: 99%;
	float: left;
	display: block;
}

/* ...Zoomfunktion des Artikelbildes */

.hauptbereich .artikelbild 					{ cursor: default; list-style: none; }
.hauptbereich .artikelbild a 					{ position: relative; cursor: default; font-size: 0.8em; color: #000000; background: inherit; text-decoration: none; }
.hauptbereich .artikelbild a .zoom 			{ display: none; }
.hauptbereich .artikelbild a:hover 			{ display: block; z-index: 10; }
.hauptbereich .artikelbild a:hover .zoom 	{ position: absolute; top: 0; left: 0; z-index: 10; display: block; }
* html .hauptbereich .artikelbild a:hover .zoom { top: 170px; }
.hauptbereich .artikelbild img 				{ /*width: 250px; height: 250px;*/ margin: 0; padding: 5px; background: #DCECC3; border: 1px solid #8AAB54; vertical-align: top; }
.hauptbereich .artikelbild ul li				{ position: relative; margin-left: -25px; padding: 5px; float: left;  display: inline; }
* html .hauptbereich .artikelbild ul li	{ position: static; }
.hauptbereich .artikelbild .zoom 			{ /*width: 500px; height: 500px;*/ padding: 5px; background: #DCECC3; border: 1px solid #8AAB54; }

/* ...Nummern */

#inhalt .hauptbereich .nummern 			{ margin-left: 218px; padding: 0;	}
#inhalt .hauptbereich .nummern dl 		{ margin: 0; font-size: 1em; }
#inhalt .hauptbereich .nummern dl dt 	{ width: 9em; white-space: nowrap; display: block; }
#inhalt .hauptbereich .nummer dl dd 	{ white-space: nowrap; }

/* ...Preisanzeige */

#inhalt .hauptbereich .preis 			{ margin: 15px 0 0 218px; padding: 0; }
#inhalt .hauptbereich .preis dl 		{ margin: 0; font-size: 0.9em; }
#inhalt .hauptbereich .preis dl dt 	{ width: 9em; line-height: 1.8em; }
#inhalt .hauptbereich .preis dl dd 			{ font-weight: normal; font-size: 1em; color: #330000; background: inherit; text-decoration: line-through; line-height: 1.25em; }
#inhalt .hauptbereich .preis dl dd.aktion	{ font-weight: bold; font-size: 1.35em; color: #CC0000; background: inherit;	text-decoration: none; line-height: 1.25em; }

/* ...Artikelvarianten */

#inhalt .hauptbereich .artikelvarianten 			{ margin: 10px 0 10px 218px; }
#inhalt .hauptbereich .artikelvarianten h2 		{ font-size: 0.7em; letter-spacing: 0.1em; }
#inhalt .hauptbereich .artikelvarianten ul 		{ position: relative;	margin: 5px 0;	list-style: none; z-index: 0; }
#inhalt .hauptbereich .artikelvarianten ul li 	{ padding: 3px 0; }
#inhalt .hauptbereich .artikelvarianten label 	{ padding: 2px 0; font-weight: normal; font-size: 0.9em; display: block; }
* html #inhalt .hauptbereich .artikelvarianten label { padding: 0; }
#inhalt .hauptbereich .artikelvarianten .wk 		{ width: 9.5em; margin: 0; padding: 0; }

/* ...Logo-Abschluss */

#inhalt .hauptbereich .logo-abschluss { border: 0px solid blue; }

/* ...Lieferbarkeit */

#inhalt .lieferbarkeit { margin-top: 0; border-top: 2px dotted #5E3602; }
#inhalt .lieferbarkeit h2 { font-size: 0.9em; letter-spacing: 0.1em; }
#inhalt .lieferbarkeit p {	font-size: 0.9em; }

/* ...Beschreibung */

#inhalt .beschreibung { margin-top: 15px; border-top: 2px dotted #5E3602; }
#inhalt .beschreibung h2 { font-size: 0.9em; letter-spacing: 0.1em; }
#inhalt .beschreibung p {	font-size: 0.9em; }

/* ... */

/* Seitenleiste im Inhaltsbereich... */

#seitenleiste {
	position: absolute;
	top: 275px;
	left: 80%;
	width: 150px;
	font-weight: normal;
	font-size: 1em;
	z-index: 0;
}
* html #seitenleiste { left: 81%; margin-left: -220px; }
#seitenleiste dl {
	margin-bottom: 5px;
	border: 1px solid #8AAB54;
	text-align: left;
}
#seitenleiste dl dt {
	padding: 5px;
	font-weight: bold;
	font-size: 0.7em;
}
#seitenleiste dl dd {
	padding: 5px;
	font-weight: normal;
	font-size: 0.7em;
	line-height: 1.3em;
}
#seitenleiste dl dd.link {
	font-weight: bold;
}

/* ...Warenkorb in der Seitenleiste */

#seitenleiste dl.warenkorb {
	font-weight: normal;
	font-size: 1em;
	color: #000000;
	background: #DCECC3;
	text-align: left;
	border-bottom: 1px solid #8AAB54;
}
#seitenleiste dl.warenkorb dt {
	font-size: 0.9em;
}
#seitenleiste dl.warenkorb dd dl {
	padding: 3px;
}
#seitenleiste dl.warenkorb dd dl dt {
	padding: 0;
	font-weight: normal;
	font-size: 1em;
}
#seitenleiste dl.warenkorb dd dl dd {
	padding: 0;
	font-weight: normal;
	font-size: 0.8em;
	text-align: right;
	line-height: 1em;
}

/* Warenkorb-Seite */

table#warenkorb {
	width: 100%;
	font-weight: normal;
	font-size: 1em;
	color: #000000;
	background: #DCECC3;
	text-align: left;
	border: 1px solid #8AAB54;
	border-collapse: collapse;
}
table#warenkorb thead {
	font-size: 0.8em;
	color: #FFFFFF;
	background: #C27B45;
}
table#warenkorb tfoot {
	font-size: 0.8em;
	color: #333333;
	background: #EFD5C2;
}
table#warenkorb tbody {
	font-size: 0.8em;
	color: #000000;
	background: inherit;
}
table#warenkorb th {
	padding: 3px;
	vertical-align: top;
}
table#warenkorb td {
	padding: 7px 3px 10px 3px;
	vertical-align: top;
	border-top: 1px solid #8AAB54;
}
table#warenkorb .menge 				{ width: 6em; white-space: nowrap; }
table#warenkorb .artikel 			{ }
table#warenkorb .artikel img 		{ margin: 0 3px 3px 0; float: left; }
table#warenkorb .artikel .lieferstatus	{ font-weight: bold; clear: left; display: block; }
table#warenkorb .einzelpreis 		{ width: 6em; text-align: right; }
table#warenkorb .gesamtpreis 		{ width: 6em; text-align: right; }
table#warenkorb .aktion 			{ width: 6em; text-align: right; }

* html table#warenkorb .menge			{ width: 10% }
* html table#warenkorb .artikel		{ width: 60% }
* html table#warenkorb .einzelpreis	{ width: 10% }
* html table#warenkorb .gesamtpreis	{ width: 10% }
* html table#warenkorb .aktion		{ width: 10% }

table#warenkorb tfoot tr td.update								{ font-size: 0.9em; white-space: wrap; }
table#warenkorb tfoot tr td.zwischensumme						{ text-align: right }
table#warenkorb tfoot tr td.zwischensumme .versandinfo	{ font-size: 0.8em; }
table#warenkorb tfoot tr td.zwischensumme-wert				{ font-weight: bold; text-align: right; }

p#kasse 								{ width: 100%; margin: 10px 0; text-align: right; }
p#kasse .kasse-button 			{ width: 11em; padding: 3px; font-weight: bold; color: #FFFFFF; background: #BF5100; vertical-align: middle; }
p#kasse .kasse-button:hover 	{ color: #CC0000; background: #FFFFFF; }

/* Fusszeile(n)... */

/* ...Fusszeile für alle preisrelevanten Seiten */

p#status {
	margin-top: 50px;
	padding: 5px 0;
	font-size: 0.7em;
	border-top: 1px dotted #5E3602;
}
p#status a { color: #344F0A; text-decoration: none; }
p#status a:hover { color: #CC0000; text-decoration: underline; }

/* ...Fusszeile am Seitenende */

p#fusszeile {
	margin: 50px 200px 0 220px;
	padding: 10px 0;
	font-size: 0.8em;
	color: #666666;
	background: transparent;
	border-top: 1px dotted #5E3602;
	clear: both;
}

/* Formularelemente */

.button {
	margin: 0;
	padding: 0 20px;
	font-size: 1em;
}
* html .button {
	padding: 0;
}

/* Künstlicher rechter Innenabstand in "Problem-Selects" */

select option { padding: 0 20px 0 0; }
