body
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
p,div
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	margin-left: 2px; 
}
/* Container für einzelnes Produkt */
div.show
{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 20px;
}
form
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	margin: 0px;
}
img
{
	margin: 0px;
}
/* Vorlagen für Kategorien */
.subcat
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt;
}
.cat
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	margin-top: 4px;
}
.catactive
{
	background-color: white;
	font-weight: bold;
	text-decoration: none;
}
/* Suchfeld */
input.search
{
	border-style: solid;
	border-width: 1px;
	border-color: red;
	background-color: white;
}
/* Eingabefeld Notizzettel */
input.acht
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	margin-left: -3px;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
}
input.blue
{
	font-weight: bold;
	color: blue; 
}
h1
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 13px;
	border-color: red;
	border-left-style: solid;
	padding-left: 3px; 
}
h2
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 10px;
	border-color: #000066;
	border-left-style: solid;
	padding-left: 3px; 
}
h3
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 10px;
	border-color: #006600;
	border-left-style: solid;
	padding-left: 3px; 
}
h4
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11pt;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-color: silver;
	border-width: 1px;
	padding-left: 3px;
	margin-right: 5px;
}
/* Produktüberschrift!!! */
h5
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11pt;
	color: #000080;
	margin-left: 2px;
	margin-bottom: 0px;
}
/* freie Vorlage für 8-Punkt-Schrift */
.acht
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	margin-left: 4px; 
}
/* normaler Rahmen mit roter Umrandung,8pt */
.rahmen
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	background-color: #ffffcc;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: red;
	padding: 2px;
	margin-left: 3px; 
}
/* normaler Rahmen mit roter Umrandung,10pt */
.rahmen2
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	background-color: #ffffcc;
	border-style: solid;
	border-width: 1px;
	border-color: red;
	padding: 2px;
	margin-left: 3px; 
}
/* Listen,Aufzählungen */
ol
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt; 
}
ul
{
	/* Grafik für Aufzählungszeichen */
	list-style-image: url(cat.gif);
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt; 
}
/* ZEICHENVORLAGEN */
i
{
	color: #000066; 
}
b
{
	color: black; 
}
b.b
{
	color: black;
}
b.blue
{
	color: blue; 
}
b.dark
{
	color: #000080; 
}
/* Pseudo-Klassen für dynamische Links */
A:link
{
	text-decoration: underline;
	color: #000066; 
}
A:hover
{
	text-decoration: none;
	color: red; 
}
A:active
{
	text-decoration: none;
	color: red; 
}
A:visited
{
	color: gray; 
}
/* Gesamtumrandung TABELLE */
table.umrandung
{
	border-style: solid;
	border-width: 1px;
	border-color: silver; 
}
table.ausgabe
{
	width: 520px;
	font-family: Verdana,Arial,Helvetica;
	font-size: 9pt;
	margin: 1px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: silver;
}
table.ausgabe th
{
	background-color: #E7E7E3;
}
table.ausgabe td
{
	background-color: #F8F8EA;
}
table.adresse
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 9pt;
	margin: 1px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: silver;
}
table.adresse td
{
	background-color: #F1F9FC;
}
/* Input-Felder in Tabellenzelle */
table.adresse input
{
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: silver;
}
table.adresse input.w
{
	background-color: #ffffcc;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
}
/* Gestaltung für Trennlinie */
div.border
{
	color: #d3d3d3;
}
