body {
        padding: 0 0 0 1em;
        margin: 0;
	color: black;
        background-color: white;
        font-size: 10pt;
        font-family: Helvetica,Arial,sans-serif;
}
p,a,td,th,li,pre,code,dl { font-size: 10pt; color: #333333; }
pre,code                 { font-family: monospace; }
input                    { border-width: 1px; }

.errorBox { background: white; color: red; font-weight: bold; }
.stockWarning { color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { color: #70d250; text-decoration: underline; }

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  /* background: #bbc3d3; */
}

TD.headerNavigation {
  /* background: #bbc3d3; */
  color: black;
  font-weight : bold;
}

A.headerNavigation { 
  color: black; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: white;
}

table.infoBoxContents tr td {
  background: white;
  padding: 20px 0 30px 0;
}

.infoBoxNotice {
  background: white;
}

.infoBoxNoticeContents {
  background: white;
}

TD.infoBoxHeading {
  font-weight: bold;
  font-size:110%;
  background: white;
  color: black;
  text-align: center;
}

TD.infoBox, SPAN.infoBox {
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: white;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: white;
}

TABLE.productListing {
  border: 1px;
  border-style: none;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  background: white;
  color: black;
  font-weight: bold;
}

TD.productListing-data {
    padding: 2em 1.4em 2em 1.4em;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-weight: bold;
  color: black;
  font-size:140%;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}

TD.main, P.main {
  line-height: 1.5;
}

.smallText {
  font-size: 70%;
}

TD.accountCategory {
  color: #aabbdd;
}

TD.fieldKey {
  font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
}

TEXTAREA {
  width: 100%;
}

SPAN.greetUser {
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #efefef; cursor: pointer; cursor: move; }
.moduleRowSelected { background-color: #efefef; }

.checkoutBarFrom, .checkoutBarTo { color: #8c8c8c; }
.checkoutBarCurrent { color: #000000; }

/* message box */

.messageBox { }
.messageStackError, .messageStackWarning { background-color: #ffb3b5; }
.messageStackSuccess { background-color: #99ff00; }

/* input requirement */

.inputRequirement { color: #ff0000; }

/* START Categories Tabs v2.0 */
A.tabsNavigation {
  font-weight : bold;
  color: #0000CC;
}
A.tabsNavigation:hover {
  font-weight : bold;
  color: #3366CC;
}
TD.tabsNavigation {
/*  background: #CCCCCC;*/
  color: white;  /* Color of the not selected category text */
  font-weight : bold;
}
/* END Categories Tabs v2.0 */

table#prodheader td { font-size: 120%; font-weight: bold; }
#prodmodel          { font-size:  50%; font-weight: normal; }
.tax_info           { font-size:  50%; font-weight: normal; color: black; }
.tax_info a         { font-size:  90%; text-decoration: underline; color: black; }

table#head {
    border-color: black;
    border-style: solid;
    border-width:0px 0px 1px 0px;
    width:100%;
    margin: 0;
    padding: 0;
}
table#head tr td {
    vertical-align: bottom;
    padding: 0 0 0 0.5em;
}
td.headlink_no {width: 7.5em; }
td.headlink_no a {font-size: 130%; }
td.headlink_ac {width: 7.5em; }
td.headlink_ac a {font-size: 130%; color:red; }

#red { font-size: 120%; color: red; }
#de { font-size: 70%; }
a#logo {
/*
        position: relative;
        top: 0.5em;
        right: 0.3em;
        float: right;
*/
        padding: 0 0.4em 0 0;
        margin: 0;
        text-align: right;
        text-decoration: none;
        font-size: 260%;
        font-weight: bold;
        color: black;
}
div#canvas {
        margin: 0 auto;
        padding: 0.3em;
        min-width: 62.3em;
/*
        border-style: dashed;
        border-color: #eeeeee;
        border-width: 0.1em;
*/
}
/*
.nav div {
        margin: 0;
        padding: 0;
        height: 1em;
}
.nav a {

        display: block;
        float: left;

        width: 8em;
        margin: 0.1em 0.2em 0.1em 0;
        padding: 0;
        background-color: #666666;
        color: white;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        white-space: nowrap;
}
.nav a.navact { background-color: black; }
.nav a:link    { color: white; }
.nav a:visited { color: white; }
.nav a:hover   { color: white; background-color: black; }
.nav a:focus   { color: white; }
.nav a:active  { color: white; }
#nav0 { clear: both; }
#nav1 { clear: both; margin: 0 0 0 6.15em; }
#nav2 { clear: both; margin: 0 0 0 12.3em; }
*/
#content {
/*        min-height: 27em; */
        border-width: 0.15em;
        border-color: #dddddd;
/*        border-style: solid; */
        border-style: none;
        text-align: left;
	padding: 1em 1em 0 3em;
}
/*
#pagescontent {
	border-color: #666666;
	border-style: solid;
	border-width: 0px 0px 0px 0.05em;
}
*/
table#pad {
	border-color: #666666;
	border-style: solid;
/*	border-width: 0.05em; */
	border-width: 0px;
        border-collapse: collapse;
}
       
table#pad td {
	border-color: #666666;
	border-style: solid;
/*	border-width: 0.05em; */
	border-width: 0px;
}
#oosmsg {
	color: red;
	background-color: white;
}
.infoBoxHeading {
	font-size: 80%;
}
.boxText {
	font-size: 80%;
}

/*
  $Id: dynamenu_for_osc_styles.txt,v 1.00 2006/05/07 20:04:02 nate_02631 Exp $
	
	Below are styles to be included in your catalog stylesheet (stylesheet.css) for
	use with Dynamenu for osCommerce. All the CSS declarations for various menu styles
	are included below. You need only include the style for the type of menu you plan
	to use in your store template (of course feel free to paste them all in if experimenting).
	The plain and DHTML menus also work with a set of templates found in the
	/includes/functions/dynamenu/templates folder, but in just about all cases
	modifying the styles below should net you the results you want. 
*/

/*-------------------------------------*/
/*   Horizontal Drop-Down Menu Style   */
/*-------------------------------------*/

.horbar	{   /* Color of main horizontal menubar and border */
	color: black;
	background-color: #e6e7e6;
	border: 1px outset #525252;
}

.horizitem	{          /* Behaviour of main horizontal menu items, leave as is for proper operation */
	float: left;
	white-space: nowrap;
}

.horizitem a {              /* Font style, size of submenu items */
	text-decoration: none;
	position: relative;	
	display: block;	
}

.horizitem a:link, .horizitem a:visited 	{      /* Font style & color of main menu items */
	color: #000000;
	text-decoration: none;
}

.horizitem a:hover	{       /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	background-color: #21459c;
	text-decoration: none;
}

.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */
	color: #ffff00;
	background-color: #666666;	
	text-decoration: none;
}

.horizsubmenu	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.horizsubframe	{      /* Color of submenu item and border */
	background-color: #e6e7e6;
	border: 2px outset #fdfefd;
	
	position: relative;
	display: block;	
}

.horizsubitem	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}

.horizsubitem a {            /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	
	position: relative;
	display: block;	
}

.horizsubitem a:link, .horizsubitem a:visited	{       /* Font color, style of submenu items */
	color: #000000;
	text-decoration: none;
}

.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #21459c;
	text-decoration: none;
}

.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */
	color: #ffff00;
	background-color: #666666;		
	text-decoration: none;
}

.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{      /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
    background-color: #ccc;
		font-weight: bold;
}

.horbar .dmselected {   /* Style override for selected root category */
    background-color: #999;
}


/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/

.verbar	{   /* Color of main vertical menubar and border */
	color: black;
	background-color: #e6e7e6;
	border: 1px outset #fdfefd;
}

.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
	white-space: nowrap;
}

.vertitem	a {   /* Font style, size of main menu items */
	text-decoration: none;
	position: relative;
	display: block;		
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color: #000000;
	text-decoration: none;	
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	background-color: #21449c;
	text-decoration: none;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #ffff00;
	background-color: #666666;	
	text-decoration: none;	
}

.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.vertsubframe	{   /* Color of submenu item and border */
	background-color: #e6e7e6;
	border: 2px outset #fdfefd;

	position: relative;
	display: block;	
}

.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}

.vertsubitem a	{   /* Font style, size of submenu items */
	text-decoration: none;
	
	position: relative;
	display: block;	
}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */
	color: #000000;
	text-decoration: none;	
}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: #ffffff;
	background-color: #21449c;
	text-decoration: none;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #ffff00;
	background-color: #666666;	
	text-decoration: none;			
}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
    background-color: #ccc;
		font-weight: bold;
}

.verbar .dmselected {   /* Style override for selected root category */
    background-color: #999;
}

/*---------------------------*/
/* Tree and Plain Menu Style */
/*---------------------------*/

.treemenudiv	{     /* Behaviour of tree/plain menu item - leave as is for proper performance */
	display: block;
	white-space: nowrap;
}


.phplmbodytable { /* Class of table cells containing plain menus */

}

.phplmnormal {     /* Font size & color of unlinked menu items */
	color: #000000;
	text-decoration: none;	
}


a.phplm:link, a.phplm:visited	{      /* Font color, style of linked & visited menu items */
	color: #003300;
	text-decoration: none;	
}


a.phplm:hover	{      /* Font color, style of menu items when hovered over */
	color: #841212;
	background-color: #ccc;
	text-decoration: none;	
}

a.phplm:active	{      /* Font size & color of menu items when clicked */
	color: #ff0000;
	text-decoration: none;	
}

.dmselected {   /* Style overide for selected category tree */
    background-color: #ccc;
		font-weight: bold;
}

/* BEGIN Fancier Invoice and Packingslip */
.dataTableHeadingContent_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.dataTableHeadingRow_INVOICE { background-color: #C9C9C9; }
.dataTableRow_INVOICE { background-color: #F0F1F1; }
.dataTableContent_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.order_history_top { color : #006699; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading { color : #000000; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row { background-color: #C9C9C9; }
.product_infobox_heading { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row { background-color: #F0F1F1; }
.product_infobox_data { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.order_history_top_INVOICE { color : #006699; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading_INVOICE { color : #000000; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data_INVOICE { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row_INVOICE { background-color: #C9C9C9; }
.product_infobox_heading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row_INVOICE { background-color: #F0F1F1; }
.product_infobox_data_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.smallText_INVOIVE { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.smallTextBlue_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #006699; }
.smallAddressBlue_INVOICE { font-family: Arial; font-size: 9px; color: #006699; }
.main_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.pageHeading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 18px; color: #727272; font-weight: bold; }
/* END Fancier Invoice and Packingslip */


/* Advanced Cart Box */

SPAN.removeProduct {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #3366FF;
  font-weight: normal;
}

INPUT.quantitybox {
  border: 1px;
  border-style: solid;
  border-color: #000000;
    font-size: 12px;
  width: 20px;
  height: 22px;
  border-spacing: 0px;
  background: #F8f8f9;
}
/*
.submit {
  background-color: #666666;
  color: white;
  font-weight: bold;
  padding-left: 0;
}
.submit:hover { background-color: black; }
span.submit   {
  padding: 0.1em 0.5em 0.1em 0.2em;
  border: 1px;
  border-style: outset;
}
span.submit:hover { background-color: black; text-decoration: none; }
*/

.submit {
    background-color: white;
    color: black;
    font-weight: bold;
    /* border-style: none; */
}
.submit:hover {
    color: red;
}

table#warenkorb { width: 40em; }
table#warenkorb th { background-color: #efefef; }
table#warenkorb td { background-color: white; }
table#warenkorb td.odd { background-color: #efefef; }

table#pliste { width: 100%; }
table#pliste th { background-color: #efefef; }
table#pliste td { background-color: white; }
table#pliste td.odd { background-color: #efefef; }

table#pliste td.total1 { background-color: #efefef; }
table#pliste td.total4 { background-color: #efefef; }

table#login th { padding: 0.3em; }
table#login td { padding: 0.3em; }

img { border:none; }

/* Die Abstaende zwischen den Zeilen im Menu */
div.p_0_4       { padding-top: 0.8em; }

div.cn div { margin: 0.1em;  }
div.cn_0_no a { font-size: 130%; }
div.cn_0_ac a { font-size: 130%; color: red; }
div.cn_1_no { padding-left: 1.5em; }
div.cn_1_ac { padding-left: 1.5em; }
div.cn_1_ac a { color: red; }
div.cn_2_no { padding-left: 3em; }
div.cn_2_ac { padding-left: 3em; }
div.cn_2_ac a { color: red; }
div.cn_3_no { padding-left: 4.5em; }
div.cn_3_ac { padding-left: 4.5em; }
div.cn_3_ac a { color: red; }

ul { margin-top: 0; }

/* matrix */
.tdm { text-align: center;
       vertical-align: middle;
       padding: 0.2em 0.4em 0.2em 0.4em;
}
/* Bankverbindung */
#bank { margin: 1em 0 1em 4em; }
#bank th { font-weight: bold; text-align: right; padding: 0 1em 0 0; }

a.featured {
    padding: 30px 30px 30px 30px;
}
