/* 
Innenabstand: padding
Außenabstand: margin

Zwei Werte
oben und unten, links und rechts
Drei Werte
oben, links und rechts, unten
Vier Werte
oben, rechts, unten, links
*/

body {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0;
	margin:0;
	color: #000000;
}
h1 { font-size: 16pt; text-align: center; margin: 4px; }
h2 { font-size: 13pt; font-weight: bold; margin: 2px; }
h3	{font-size: 13pt; font-weight: normal; margin: 0px;}
h4	{font-size: 12px; font-weight: bold; margin-top: 8px; margin-bottom: 4px; padding: 0;}
h5	{font-size: 12px; font-weight: normal; margin: 0; padding: 0;}
h6	{font-size: 10px; margin: 0; padding: 0;}

hr {
	background-color: #666699;
	height: 2px;
	color: #666699;
	width: 100%;
}
#page {
	margin: 0;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #666699;
	width: 90%;
}
* html #page  {
	padding: 0;
	margin: 0;
	width: 980px;
}
p 					{	font-size: 12px; margin-top: 4px;	margin-bottom: 4px; color: #000000;}
td					{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
a:link			{ color: #000000; text-decoration:none;}
a:visited		{ color: #000000; text-decoration:none;}
a:active   	{ color: #000000; text-decoration:none;}
a:hover   	{ text-decoration:underline;}

#PageHeader {
	margin: 10px 0;
	padding: 0px;
	text-align: left;
}
#PageHeader h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #666699;
}
#PageHeader h2 {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: left;
}
#PageHeader ul {
	margin: 4px 0;
	padding: 0;
}
#PageHeader li {
	display: inline;
	padding-right: 4px;
	font-size: 11px;
}
#PageHeader a:link			{ color: #333333; text-decoration:none;}
#PageHeader a:visited		{ color: #333333; text-decoration:none;}
#PageHeader a:active   	{ color: #333333; text-decoration:none;}
#PageHeader a:hover	   	{ text-decoration:underline;}

ul {
	list-style: square;
}
/* -----------------Box Bestellen--------------------- */
.boxBestellen {
	visibility: hidden;
	border: #999999 1px dashed;
	padding: 2px;
	margin: 8px 0;
}
.boxBestellen h1, .boxProdukt .boxBestellen h1 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-align: left;
}
.boxBestellen h2, .boxProdukt .boxBestellen h2 {
	color: #6666CC;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: left;
}
.boxBestellen h3, .boxProdukt .boxBestellen h3 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: left;
}
.boxBestellen h4, .boxProdukt .boxBestellen h4 {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-align: left;
}
/* -----------------Box Produkt--------------------- */
.boxProdukt {
	text-align:  left;
}
.boxProdukt h1 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #666699;
}
.boxProdukt h2 {
	font-size: 16px;
	margin: 2px 0;
	padding: 0;
	color: #666666;
	text-align: left;
}
.boxProdukt h3 {
	font-size: 14px;
	margin: 4px 4px;
	padding: 0;
	color: #666699;
	font-weight: bold;
	text-align: left;
}
.boxProdukt h4 {
	font-size: 12px;
	margin: 2px 0;
	padding: 0;
	color: #666666;
	font-weight: normal;
	text-align: left;	
}
.boxProdukt p {
	margin: 4px 4px 15px 4px;
	padding: 0;
	text-align: left;	
}
#Warenkorb {
	text-align: center;
}
#Warenkorb th {
	font-weight: bold;
	background-color: #9999CC;
	color: #FFFFFF;
}
#Warenkorb td {
	font-weight: normal;
	font-size: 12px;
}
.boxTopAngebote {
	visibility: hidden;
}



