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

h1 {
	font-size: 12px;
}

#Artikelliste {
	color: #804040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#top_nav {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: 0px;
	padding: 0px;
	background-color: #FDFAD7;
	color: #804040;
}

#left_nav {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 3px;
	background-color: #CD673A;
	color: #FDFAD7;
}

#left_nav p {
	font-size: 12px;
	line-height: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
}

/* Workaround fuer den MS IE */
#left_nav{ width:179px; voice-family: "\"}\""; voice-family: inherit; width: 175px; }
html>body #left_nav{ width: 189px }

#left_nav a {
	color: #FDFAD7;
	font-weight: bold;
	text-decoration: none;
}

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

#left_nav h1 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

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

#left_nav input {
  display: block;
  float: left;
  width: 140px;
  border: none;
  background-color: #FDFAD7;
  color: #804040;
}

#right_nav {
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
}

#right_nav input {
  display: block;
  float: left;
  width: 125px;
  border: none;
  background-color: #FDFAD7;
  color: #804040;
}

#agb {
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 5px;
	background-color: #FFF4E3;
	color: #804040;
}
#agb h2 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 3px;
}
#agb h3 {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 3px;
}
#agb p {
	margin-top: 5px;
}

#inhalt {
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 5px;
	background-color: #FFF4E3;
	color: #804040;
}

#inhalt a {
	color: #804040;
	font-weight: normal;
	text-decoration: none;
}
#inhalt a:hover {
	font-weight: bold;
}

#inhalt .h1special {
	font-size: 24px;
	font-weight: bold;
	color: #DB5944;
}

#inhalt .special {
	font-size: 12px;
	font-weight: bold;
	color: #DB5944;
}

#inhalt marquee {
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FDFAD7;
	background-color: #CD673A;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: 0px;
	margin-left: 0px;
}

#inhalt .topics {
	background-color: #FFD985;
	color: #804040;
	text-align: center;
}
#inhalt .topics h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
}

#inhalt th {
	color: #804040;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
}

#inhalt td {
	color: #804040;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

.boxrahmen {
	color: #003;
	background-color: #f7b56b;
/* width notwendig für IE Win, da sonst Fehldarstellung */
	width: 100%; 
	padding-bottom: 10px;
}

.clear {   
   clear: both;
}

.teaser {
	color: #804040;
	background-color: #FFF4E3;
	margin-left: 2.4%;
	margin-right: 2.4%;
}
.teaser h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 12px 5px;
}
.teaser p {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 5px;
}

.box01 {
	color: #804040;
	background-color: #FFF4E3;
	border: 0px solid #a53121;
	width: 45%;
/* folgende min-width in Relation zu entsprechender Angabe unter .aussenrahmen (s.o.) */
	min-width: 130px;
	margin-top: 5px; 
/* margin-left-Angabe abweichend von .box02 & .box03 , ermittelt durch Trial & Error,
float-bug in IE wird in darauffolgender Definition korrigiert */
	margin-left: 2.2%; 
	float: left;
}
/* ab hier wird's tricky wegen IE Float-Bug, 
Hack dank Thomas Scholz; Erklärung siehe:
http://www.css-technik.de/details/107/5/CSS-Browser-Bugs.htm;
verursacht *keine* Warnung beim Validieren! */
* html .box01 { 
/* fuer IE Win \*/
  margin-left: 1.1%;
/* */
}
.box02 {
	color: #804040;
	background-color: #FFF4E3;
	border: 0px solid #a53121;
	width: 45%;
/* min-width siehe .box01 */
	min-width: 130px;
	margin-top: 5px;
	margin-left: 2.5%;
	float: left;
}
.box01 h1, .box02 h1 {
	font-size: 12px;
	margin: 5px 5px;
}
.box01 p, .box02 p {
	font-size: 11px;
	margin: 5px 5px;
}



#prior_menu a {
	color: #DB5944;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	margin-left: 0px;
	margin-right: 6px;
}

#prior_menu a:hover {
	color: #FDFAD7;
	background-color: #DB5944;
}

#top_menu {
	color: #FDFAD7;
	font-weight: bold;
}
#top_menu a {
	color: #FDFAD7;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	margin-left: 0px;
	margin-right: 0px;
}

#top_menu a:hover {
	color: #804040;
	background-color: #FDFAD7;
}

.right_style01 {
	background-color: #FFCE00;
	padding: 5px;
	color: #ffffff;
	font-size: 12px;
}
.right_style01 b {
	font-size: 14px;
}
.right_style01 p {
	margin-top: 2px;
	margin-bottom: 4px;
}
.right_style01 h1 {
	font-size: 24px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 4px;
}
.right_style01 a {
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.right_style02 {
	background-color: #C86038;
	padding: 5px;
	color: #ffffff;
	font-size: 12px;
}
.right_style02 b {
	font-size: 14px;
}
.right_style02 p {
	margin-top: 2px;
	margin-bottom: 4px;
}
.right_style02 h1 {
	font-size: 24px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 4px;
}
.right_style02 a {
	background-repeat: no-repeat;
	padding-left: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.right_style03 {
	background-color: #F8D880;
	padding: 5px;
	color: #000000;
	font-size: 12px;
}
.right_style03 b {
	font-size: 14px;
}
.right_style03 p {
	margin-top: 2px;
	margin-bottom: 4px;
}
.right_style03 h1 {
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 4px;
}
.right_style03 a {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.right_style04 {
	background-color: #445599;
	padding: 5px;
	color: #ffffff;
	font-size: 12px;
}
/*********************/
/***   Warenkorb   ***/
/*********************/
.warenkorb {
	font-family: Arial, Helvetica, sans-serif;
	color: #804040;
	font-size: 10px;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
}
.warenkorb .preis {
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
}
.warenkorb .Artikeltext {
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 0px;
}
.warenkorb .Bestellungsinfo {
	color: #804040;
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 0px;
}
.warenkorb .wkout {
	font-family: Arial, Helvetica, sans-serif;
	width: 70px;
	height: 12px;
	font-weight: bold;
	text-align: right;
	padding-left: 2px;
	padding-right: 0px;
	background-color: #FDFAD7;
}

#warenkorb {
	margin-left: 5px;
	margin-right: 5px;
}

#warenkorb h1 {
	color: #804040;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 8px;
	margin-bottom: 5px;
}
#warenkorb p {
	color: #804040;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#warenkorb a {
	color: #804040;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin-top: 8px;
	margin-bottom: 5px;
}


/************************/
/***   Artikelliste   ***/
/************************/
#Artikelliste {
	color: #804040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#Artikelliste h1 {
	font-size: 18px;
}
#Artikelliste .Artikelnr {
	color: #804040;
	font-size: 0.7em;
}
#Artikelliste .Kurztext {
	color: #804040;
	font-size: 0.8em;
}
#Artikelliste .Bestellungsinfo {
	color: #804040;
	font-size: 0.8em;
}
#Artikelliste .Artikelpreis {
	color: #804040;
	font-size: 0.8em;
}
#Artikelliste .Gesamtpreis {
	color: #804040;
	font-size: 0.8em;
}
#Artikelliste a {
	color: #804040;
	text-decoration: none;
}
#Artikelliste a:hover {
	text-decoration: underline;
}
#Artikelliste .Menge {
	color: #804040;
	font-size: 0.8em;
	text-align: right;
}
#Artikelliste .Beschreibung {
	color: #804040;
	font-size: 0.8em;
	padding: 5px;
}
#Artikelliste .Versandkosten {
	color: #804040;
	font-size: 0.8em;
}


/**********************/
/***   Bestellung   ***/
/**********************/
#Bestellung {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#Bestellung h1 {
	font-size: 18px;
}
#Bestellung a {
	color: #000000;
	text-decoration: none;
}
#Bestellung a:hover {
	text-decoration: underline;

