body {
	background-color: #ffffff;
}
html, body, body *, td, input, select, textarea, div {
	font-family: arial, helvetica, sans-serif;
	color: #222222;
}
html body { 
	font-size: 86%;
}
body * {
	line-height: 150%;
	font-size: 100%;
	border-collapse: collapse;
}
body td, body input, body select, body textarea, body div {
	font-size: 100%;
}
/* --- basic styles ---*/
h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: georgia, times new roman, times, serif;
	font-weight: 900;
}
h1 {
	font-family: georgia, times new roman, times, serif;
	/*font-size: 1.5em;*/
	font-size: 1.8em;
	font-weight: 900;
	width: 100%;
}
html body h1 {
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.25em;
}
html body h2 {
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1em;
}
html body h3 {
	margin-bottom: 0.5em;
}
p {
	margin-top: 0em;
	margin-bottom: 1.5em;
}
td p {
	margin: 0em;
}
a {
	text-decoration: none;
}
ul, li {
	margin: 0px;
	padding: 0px;
}
td, th {
	text-align: left;
	vertical-align: top;
}

/* -- list in content text-- */
#content ul {
	list-style-type: square;
}
#content li {
	padding-left: 0.5em;
}
#content p.beforeUL {
	margin-bottom: 0px;
}
#content p.afterUL {
	margin-top: 0px;
}
.sitemap li {
	margin-left: 1em;
	padding-left: 1em;
}

/* -- links in content text-- */
#content a {
	font-weight: normal;
	color: black;
	border-bottom: 0.25em dotted #666666;
}
#content a:link, #content a:visited {
	color: black;
}
#content a:hover {
	color: #333333;
	border-bottom: 0.25em solid #666666;
}
#content a:active {
	color: black;
}

/* ********* left navigation list ********* */
#leftcol ul, #leftcol li {
	list-style-type: none;
	text-align: left;
	margin-bottom: 2px;
}
#leftcol * {
	/*font-family: georgia, times new roman, times, serif;*/
	vertical-align: middle;
	color: black;
	border-collapse: collapse;
}
#leftcol li.menuAct span.menuActHeader, #leftcol li.menu span.menuHeader {
	font-weight: 600;
	display: block;
}
html>body #leftcol li.menuAct span.menuActHeader, html>body #leftcol li.menu span.menuHeader {
	width: auto; /* to get the same width as anchors in silly IE6 */
}	
#leftcol li.menuAct span.menuActHeader, #leftcol li.menu span.menuHeader {
	padding-top: 1em;
}
#leftcol span.menuItemAct, #leftcol li a {
	padding-left: 0.5em;
	vertical-align: middle;
	white-space: nowrap;
	min-height: 1.5em;
	height: 1.5em;
	display: block;
}
html>body #leftcol li a, html>body #leftcol span.menuItemAct  {
	width: auto;
	height: auto;
}
#leftcol li li, #leftcol li.menuAct span.menuActHeader, #leftcol li.menu span.menuHeader {
	border-bottom: 1px solid #202020;
}
#leftcol li a {
	color: black;
}
#leftcol li a:hover {
	color: white;
}

/* ********* top navigation list ********* */
#topmenu {
  background-color: #e6e6e6;
  border-top: 2px solid #f6f6f6;
  border-bottom: 1px solid #d6d6d6;
  padding: 0.25em 0;
}
#topmenu * {
	font-family: georgia, times new roman, times, serif;
	font-weight: bold;
}
#topmenu li {
  display: inline;
  list-style: none;
  padding-right: 2em;
}
#topmenu li.last {
  padding-right: 0em;
}
#topmenu a {
	border-top: 2px solid #e6e6e6; /* border color same as background-color !!! */
	border-bottom: 2px solid #e6e6e6;
}


/* ********* language selector ********* */
#language {
	min-height: 1.5em;
	vertical-align: middle;
	border-bottom: 1px solid #202020;
	-moz-border-radius-bottomright: 1em;
	-moz-border-radius-bottomleft: 1em;
}

/* ********* default colors********* */
#leftcol li li, #leftcol li a:hover, #leftcol span.menuItemAct, #righteous  {
	background-color: #676767;
}
#leftcol li a, #language {
	background-color: #e6e6e6;
}
#leftcol li li, #leftcol li.menuAct span.menuActHeader, #leftcol li.menu span.menuHeader {
	border-bottom-color: #202020;
}
h1, h2, h3  { /* -- header color-- */
	color: #202020;
}
#content a, #content a:hover { /* -- links in content text-- */
	border-bottom-color: #676767;
}
#topmenu a { /* -- links in top menu-- */
	color: #202020;
}
#topmenu a:hover {
	color: #676767;
	border-top-color: #676767;
	border-bottom-color: #676767;
}
#language {
	border-top-color: #202020;
	border-bottom-color: #202020;
}
/* ********* book colors   ********* */
div.book #leftcol li li, div.book #leftcol li a:hover, div.book #leftcol span.menuItemAct, div.book #righteous {
	background-color: #0e7278;
}
div.book #leftcol li a, div.book #language {
	background-color: #daffff;
}
div.book #leftcol li li, div.book #leftcol li.menuAct span.menuActHeader, div.book #leftcol li.menu span.menuHeader {
	border-bottom-color: #002b31;
}
div.book h1, div.book h2, div.book h3  { /* -- header color-- */
	color: #002b31;
}
div.book #content a, div.book #content a:hover { /* -- links in content text-- */
	border-bottom-color: #0e7278;
}
a#linkbook { /* -- links in top menu-- */
	color: #002b31;
}
a#linkbook:hover {
	color: #0e7278;
	border-top-color: #0e7278;
	border-bottom-color: #0e7278;
}
div.book #language {
	border-top-color: #002b31;
	border-bottom-color: #002b31;
}
/* ********* coffee colors ********* */
div.coffee #leftcol li li, div.coffee #leftcol li a:hover, div.coffee #leftcol span.menuItemAct, div.coffee #righteous  {
	background-color: #672203;
}
div.coffee #leftcol li a, div.coffee #language {
	background-color: #ffeecf;
}
div.coffee #leftcol li li, div.coffee #leftcol li.menuAct span.menuActHeader, div.coffee #leftcol li.menu span.menuHeader {
	border-bottom-color: #200000;
}
div.coffee h1, div.coffee h2, div.coffee h3  { /* -- header color-- */
	color: #200000;
}
div.coffee #content a, div.coffee #content a:hover { /* -- links in content text-- */
	border-bottom-color: #672203;
}
a#linkcoffee { /* -- links in top menu-- */
	color: #200000;
}
a#linkcoffee:hover {
	color: #672203;
	border-top-color: #672203;
	border-bottom-color: #672203;
}
div.coffee #language {
	border-top-color: #200000;
	border-bottom-color: #200000;
}
/* ********* wine colors   ********* */
div.wine #leftcol li li, div.wine #leftcol li a:hover, div.wine #leftcol span.menuItemAct, div.wine #righteous  {
	background-color: #690606;
}
div.wine #leftcol li a, div.wine #language {
	background-color: #ffbdbd;
}
div.wine #leftcol li li, div.wine #leftcol li.menuAct span.menuActHeader, div.wine #leftcol li.menu span.menuHeader {
	border-bottom-color: #1b0000;
}
div.wine h1, div.wine h2, div.wine h3  { /* -- header color-- */
	color: #1b0000;
}
div.wine #content a, div.wine #content a:hover { /* -- links in content text-- */
	border-bottom-color: #690606;
}
a#linkwine { /* -- links in top menu-- */
	color: #1b0000;
}
a#linkwine:hover {
	color: #690606;
	border-top-color: #690606;
	border-bottom-color: #690606;
}
div.wine #language {
	border-top-color: #1b0000;
	border-bottom-color: #1b0000;
}
/* ********* gastro colors ********* */
div.gastro #leftcol li li, div.gastro #leftcol li a:hover, div.gastro #leftcol span.menuItemAct, div.gastro #righteous  {
	background-color: #bc9612;
}
div.gastro #leftcol li a, div.gastro #language {
	background-color: #ffffde;
}
div.gastro #leftcol li li, div.gastro #leftcol li.menuAct span.menuActHeader, div.gastro #leftcol li.menu span.menuHeader {
	border-bottom-color: #754f00;
}
div.gastro h1, div.gastro h2, div.gastro h3  { /* -- header color-- */
	color: #754f00;
}
div.gastro #content a, div.gastro #content a:hover { /* -- links in content text-- */
	border-bottom-color: #bc9612;
}
a#linkgastro { /* -- links in top menu-- */
	color: #532d00;
}
a#linkgastro:hover {
	color: #bc9612;
	border-top-color: #bc9612;
	border-bottom-color: #bc9612;
}
div.gastro #language {
	border-top-color: #754f00;
	border-bottom-color: #754f00;
}


/* -- images -- */
img, object {
	margin: 0px;
	padding: 0px;
	border: 0px none #ffffff;
}

/* --------- colors --------- */
body, #container {
	/* nn4 renders 'inherit' green!! */
	background-color: #ffffff;
}	
div {
	background-color: transparent;
}	

/* ------- table with shopping items list ---------*/
table.productsList {
	width: 40em;
}
table.productsList th { /* category header */
	background-color: #edcedc;
	padding: 0.2em;
}
table.productsList table th { /* item header*/
	background-color: #fedfed;
	padding: 0em;
}
table.productsList .price, table.productsList .quantity, table.productsList .submit {
	text-align: right;
	padding: 0.2em;
}
table.contentTable td.data {
	padding: 0.2em 0em 0.2em 0em;
}

/* ------- guestbook entries ---------*/
table.gbTable {
	font-size: 86%;
	width: 100%;
}
td.gbCellDate, td.gbCellAuthor {
	background-color: #e6e6e6;
	border-top: 2px solid #f6f6f6;
	border-bottom: 1px solid #d6d6d6;
	padding: 0.25em 0;
}
td.gbCellDate {
	white-space: no-wrap;
	padding-left: 0.5em;
	padding-right: 1em;
	font-style: italic;
}
td.gbCellAuthor {
	font-weight: bold;
}
td.gbCellLabel {
	text-align: right;
	padding-right: 1em;
	font-style: italic;
}
td.gbCellNormal {
}
/* ------- Preisliste ---------*/

table.contenttable.contenttable-3 {
	margin-bottom: 1.5em;
}
table.contenttable.contenttable-3 td {
	white-space: no-wrap;
}
table.contenttable.contenttable-3 td.td-0 {
	width: 10em;
	text-align: left;
}
table.contenttable.contenttable-3 td.td-last {
	padding-left: 1em;
	text-align: right;
}