h1, h2, h3, h4 {
	font-family: "Courier New", Courier, mono;
	color: #003300;
}

/* Container für einzelnes Produkt */
div.show {
margin-top: 5px;
margin-bottom: 10px;
}

h5 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
	color: #001060;
}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #EF3C39;
}

.navi, .cat, .subcat {
font-family: Geneva, Arial, Helvetica, san-serif;
font-size: 13px;
line-height: 14px;
margin-left: 5px;
}

.catactive {
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}

p, div, li, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #001060; /* eingefügt für Datenrettung 2011*/
         }

form {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
margin: 0px;
}

/* Suchfeld */
input.search {
border-style: solid;
border-width: 1px;
border-color: silver;
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 {
color: black;
}

img {
margin: 0px;
}

.acht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #003300;
}

.acht_w {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #FFFFFF;
}
.buttontext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

a {
	color: black;
	text-decoration: none;
}
a:link {
	color: black;
}
a:visited {
	color: black;
}
a:hover {
	color: black;

	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: black;
}


a.white {
	color: black;
	text-decoration: none;
}
a:link.white {
	color: white;
}
a:visited.white {
	color: white;
}
a:hover.white {
	color: white;
text-decoration: underline;
}
a:active.white {
	color: white;
}


.footer {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	color: #99FF99;
}
/* Gesamtumrandung TABELLE */
table.umrandung {
border-style : solid;
border-width: 1px;
border-color : silver;
}

table.ausgabe {
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
margin: 1px;
background-color: #ffffff;
border-style: solid;
border-width: 1px;
border-color: silver;
}

table.ausgabe th {
background-color: #ffffcc;
}

table.ausgabe td {
background-color: white;
}

table.adresse {
font-family: Verdana, Arial, Helvetica;
font-size: 9pt;
margin: 1px;
background-color: white;
border-style: solid;
border-width: 1px;
border-color: silver;
}

table.adresse td {
background-color: white;
}

/* 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: silver;
}

/* Gestaltung für Trennlinie */
div.border {
color: gray;
}

/* normaler Rahmen mit roter Umrandung, 8pt */

.rahmen {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
background-color : #ffffcc;
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 : 10pt;
}

ul {
/* Grafik für Aufzählungszeichen */
list-style-image: url(cat.gif);
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10pt;
}

/* ZEICHENVORLAGEN */
i {
color : #000066;
}

b {
color : red;
}

b.b {
color: black;
}

b.blue {
color : blue;
}

b.dark {
color: #000080;
}

.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	padding: 5px;
}
.newswhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	padding: 5px;
}

/* Gestaltung für Trennlinie */
div.border {
color: #003300;
}

/* Schrift für Textanteil aus Hotbridge Layout bei Shopmichel*/
.small {
font-family:verdana,arial,helvetica;
font-size:10px;
color: #FFFFFF;
}

a.small:link {
color:#FFFFFF;
font-weight: bold;
}
a.small:hover {
color:#FFFF00;
font-weight: bold;
}
a.small:visited {
font-weight: bold;
color:#00FF00;
}