/* Farben:

	reitergruen:	#51A12F;
	boxenheadergruen: #99CC33
	boxenbackground beige: #FCEEB6
	grau: #939394
	background: #EDDC9A
*/

/* 
	margin: alle
	margin: oben/unten rechts/links
	margin: oben rechts unten links 
	*/

/**********************/
/* Allgemeine Formate */
/**********************/

body {
	margin:auto;
	max-width: 1024px;
	font-family: arial, geneva, verdana, sans-serif;
	font-size: small;
	background-color: #FFFDF4;
	color: black;
}
b {
	color: #667C0B;
}

hi {
	color: #667C0B;
}

h1.99 {
color: #667C0B;
letter-spacing: 0.2em;
text-transform: uppercase;
font-weight: bold;
font-size: 13px;
font-family: arial, helvetica, sans-serif;
}

div {
	display: block;
	margin: 0;
	padding: 0;
}

/* links */
a:link, a:visited {
	font-weight: normal; 
	text-decoration: none;
	color: #CC6600;
	background: transparent; 
	}

a:hover {
	font-weight: normal; 
	text-decoration: underline;
	color: #CC6600;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #CC6600;
	background: transparent;  
	}


a strong {
	color: green;
	letter-spacing: 0.2em;
}
a strong:hover {
	color: #617153;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

img.thumbnail {
	width: 80px; height: 107px;
	padding: 0;
	margin: 0;
	border: 1px solid #E9E9E9;
}

img.productimage {
	width: 300px;
	height: 400px;
	border: 1px solid #E9E9E9;
	margin 0 2em 2ex 0;
}

form {
	margin: 0;
	padding: 0;
}

.rec {
	display: box;
}

td {
	text-align: left;
	vertical-align: top;
}

input.text {
	border: 1px solid #999999;
	background-color: white;
	height: 2.5ex;
}
select.text {
	border: 1px solid Black;
	background-color: ##FFFDF4;
	height: 2.5ex;
}

/****************************************************/
/****************************************************/
/** Kopf                                           **/
/****************************************************/
/****************************************************/

/****************************************************/
/* Titel                                            */
/****************************************************/
table#titel { 
	padding: 0;
	width: 100%;
}

/* navi */
table#titel { 
	text-align: right; 
	vertical-align: top;
	font-weight: bold;
	color: Black;
}

/* Footer Extranavi */
td#extranavi { 
	font-weight: bold;
	color: #E9E9E9;
	background-color: #FFFDF4;
	text-align: center; 
}

td#extranavi a {
	padding: 0 0.7em 0.7em;
	font-size: 85%;
}

/****************************************************/
/* Reiter                                           */
/****************************************************/

table#reiter {
/*   width: 100%;*/
	margin: 0 0 0 0;
	padding: 0;
	background-color: #FFFDF4;
}

table#reiter td.shops a { 

	display: block;
	color: #CC6600;
	font-weight: bold;
	background-color: #FFFDF4;

	text-decoration: none;
	height: 100%;
	width: auto;
	margin: 0;

	cursor: pointer;
	height: 100%;
	
	margin: 0;
	padding: 2px 10px;
	border-left: 1px solid #fff;
	/*border-top: 1px solid #fff;*/
	border-right: 1px solid #E9E9E9;
}

table#reiter td.shops a:hover {
	color: #CC6600;
	background-color: #FFFDF4;
	text-decoration : underline;
}

table#reiter td.sel a{
	color: Black;
	background-color: #FFFDF4;
}


/****************************************************/
/* Balken                                           */
/****************************************************/

/* allgemein */
table#balken	{ 
	width: 100%;
	background-color: #FCF6DC;
	background-repeat: no-repeat;
	border-top: 1px solid #214C21;
}

table#balken td {
	/*border: 1px solid black;*/
}

table#balken input.textfield {
}
table#balken input.submitbutton {
	border: 1px solid #939394;
	background-color: #51A12F;
	height: 3ex;
	width: 3em;
	color: White;
}

/* navi */
table#balken td#shopnavi { 
	text-align: right; 
	vertical-align: top;
	padding:3px;
}
table#balken td#shopnavi img {
	width: 20px;
	height: 16px;
}

/* links */
table#balken td#shopnavi {
	font-weight: bold;
	color: #999999;
}
table#balken td#shopnavi a {
	padding: 0 0.7em 0.7em;
	color: Black;
}
table#balken td#shopnavi a:link, 
table#balken td#shopnavi a:visited {
	color: Black;
}

table#balken td#shopnavi a:hover {
	color: #CC6600;
}
table#balken td#shopnavi a:active {
	color: #CC6600;
}

/* Search */
table#balken td#search {
	text-align: right;
	vertical-align: bottom;
	padding: 3px;
}
table#balken td#search span {
	color: Black;
	font-weight: bold;
}
table#balken input.submitbutton {
	border: 0;
	font-weight: bold;
	background-color: black;
	height: 3ex;
	width: 3em;
	color: #FFFDF4;
	padding: 0 1em;
}
/****************************************************/
/* Mini-Warenkorb                                   */
/****************************************************/
table#subbalken {
	color: black;
	font-size: 85%;
	padding: 0;
	width: 100%
}
table#subbalken #pfad {
	text-align: left;
}
table#subbalken #warenkorb_klein {
	text-align: right;
}

div.pfad {
	/*color: blue;*/
	margin: 0 -0.6em;
}
div.pfad a {
	margin: 0 0.6em;
}
div.warenkorb_klein {
	float: right;
}
/****************************************************/
/****************************************************/
/** Content                                        **/
/****************************************************/
/****************************************************/


table#content 
{
	width: 100%;
	margin: 0 0 0 0;
}

/* boxes */
table.box1,
table.box2 {
	width: 180px;
	margin: 0 0 2ex 0;
}

table.box1 td.boxheader {
	background-color: #FFFDF4;
	text-align: center;
	color: Black;
}
/* navi-box */
table.box2 td.boxheader {
	background-color: #FFFDF4;
	color: #667C0B;
}

table.box2 
td.boxcontent,
td.boxsubheader,
td.boxfooter,
td.boxh1
{
	background-color: #FCF6DC;
}

table.contentbox1 {
	width: 100%;
	margin: 3ex 0 3ex 0;
	font-weight: normal;
	background-color: #FFFDF4;
}
table.contentbox2 {
	width: 100%;
	margin: 3ex 0 3ex 0;
	font-weight: normal;
	background-color: #FFFDF4;
}

/* box in Beschr */
table.contentbox1 td.boxheader {
	color: #667C0B;
	letter-spacing: 0.2em;
	background-color: #FFFDF4;
}

table.contentbox2 td.boxheader {
	color: #667C0B;
	background-color: #FFFDF4;
}

table.contentbox2 td.boxsubheader {
	color: #667C0B;
}

td.boxheader
{
	height: 19px;
	font-weight: bold;
	font-size: 12px;
	color: #F4F2DD;
	background-image: url( images/elo.gif );
	background-repeat: no-repeat;
	padding: 0.2ex 0 0.3ex 0.7em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

td.boxcontent,
td.boxsubheader,
td.boxfooter,
td.boxh1
{
	padding: 0.6ex 1em 1ex 0.6em;
	line-height: 130%;
	border: 0px solid #E9E9E9;
	vertical-align: top;
	background-color: #FFFDF4;
}

td.boxsubheader {
	background-color: #FFFDF4;
}

td.boxfooter {
	border: 0;
}

td.boxh1 {
	font-weight: bold;
	font-color: Black;
	padding: 0.6ex 1em 1ex 1em;
}


/***********************************/
/* | Left Frame |                  */
/***********************************/
td#leftframe {
	width: 180px;
	vertical-align: top;
	padding: 0;
}

/***********************************/
/* | Right Frame |                 */
/***********************************/
td#rightframe {
	width: 180px;
	vertical-align: top;
	padding: 0;
}

/* boxheader special */
td#rightframe table.box1 td.boxheader {
	background-color: #FFFDF4;
	color: #667C0B;
	text-align: left;
}
td#rightframe table.box2 td.boxheader {
	background-color: #FFFDF4;
	color: #667C0B;
	text-align: left;
}

/***********************************/
/* | Middle Frame |                */
/***********************************/
/* | Middle Frame | */
td#middleframe {
	/*border: 1px solid blue;*/
	width: 100%;
	vertical-align: top;
	padding: 5px;
}

/*
    Rest ist in conten.css
*/


/********************/
/* footer           */
/********************/
table#footer {
	width: 100%;
}
table#footer .boxheader {
	border-bottom: 1px solid #999999;
	text-transform: none;
	letter-spacing: 0px;
	color: #667C0B;
}
table#footer .boxheader a {
	color: #CC6600;
	text-transform: none;
}
table#footer li {
	margin: 0;
}

table#footerlinks {
	width: 100%;
}
table#footerlinks .boxcontent {
	text-align: center;
}
table#footerlinks .boxcontent a {
	margin: 0 1em 0 1em;
}

/*********************/
/* Products allg.    */
/*********************/

.product {
	display: block;
	/* border: 1px dotted black; */
}
.product h1 {
	color: #667C0B;
	margin: 2ex 0 0 0;
	font-size: 100%;
	font-weight: bold;
}
.product div.preis {
	color: black;
	text-align: left;
	border: 0px solid #E9E9E9;
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	font-size: 85%;
}
.product input.warenkorb_link {
	color: White;
	border: 1px solid #667C0B;
	margin: 0px;
	padding: 2px;
	text-align: center;
	background-color: #667C0B;
	font-size: 85%;
	cursor: pointer;
}
.product input.warenkorb_link:hover {
	background-color: #EDDC9A;
	color: Black;
}
.product div.lieferbar {
	display:block;
	color: red;
	padding: 0;
	background-color: #FFFDF4;
	font-weight: bold;
	line-height: 130%;
}
img.note {
	width: 75;
	height: 15;
}
a.backlink {
	display: block;
	background-color: #A8A68A;
	margin: 1ex 0 1ex 0;
	padding: 0.3ex 1em 0.3ex 2em;
	background-image: url( images/back.gif );
	background-repeat: no-repeat;
	background-position: left;
}
a.backlink:hover {
	background-color:  #51A12F;
	color: White;
}
	

/* thumbnail */
.product a.thumbnail {
	display: block;
	width: 84px;
	border: 1px solid Black;
	padding: 1px;
	margin: 0 auto 0 auto;
	font-size: 85%;
	text-align: center;
}

.product a.thumbnail img.thumbnail {
	padding: 0;
	margin: 0;
}


/* Links im Produkt */
.product a.download, 
.product a.other_products {
	display: block;
	margin: 0.7ex 0 0 0;
}
.product a.download {
	text-align: right;
}
.product a.other_products {
	border: 1px solid #617153;
	padding: 2px;
}
.product a.product_link {
	display: block;
	line-height: 130%;
	margin: 1.5ex 0 1.5ex 0;
}

/* Tip-Box */
.product .tip {
	border: 1px solid Black;
	background-color: #A8A68A;
	font-weight: bold;
	padding: 0.3em;
}
.product .tip p {
	font-weight: normal;
}
.product .tip a {
	display: block;
	text-align: right;
}

/*--------------*/
/* Box-Products */
.product .inbox {
}
.product .inbox a {
	display: block;
	text-align: left;
}
.product .inbox a.thumbnail img.thumbnail {
	border: 1px solid #E9E9E9;
	padding: 0px;
	margin: 0;
}
.product .inbox a.thumbnail:hover img.thumbnail {
	border-color: #EDDC9A;
}
.product .inbox a.thumbnail {
	border: 0;
	margin: 1ex 30px 2ex 30px;
	padding: 0;
}
.product .inbox h1 {
	margin: 0;
	text-align: center;
}
.product .inbox div.preis {
	font-weight: bold;
	width: 142px;
}
.product .inbox input.warenkorb_link {
	width: 148px;
}
.product p {
	line-height: 150%;
}

/*-------*/
/* alone */
.product .alone {
	line-height: 3ex;
}
.product .alone td {
	vertical-align: top;
}
.product .alone h1 {
	color: #214C21;
	font-weight: normal;
	font-family: georgia, times, serif;
	font-size: 160%;
}
.product .alone div.sku {
	margin: 0 0 1ex 0;
}
.product .alone div.bestellen {
	float: center;
	margin: 2px 0px 6px 18px;
}
.product .alone a.thumbnail {
	margin: 2px 2em 0 0;
	border: 0;
}
.product .alone .product_rezensionen {
	vertical-align: center;
	font-weight: bold;
	color: #667C0B;
	margin: 2ex 0 0 0;
	padding: 0.3ex 1em 0.3ex 0em;
}
.product .alone a.thumbnail img.thumbnail {
	width: 80px; height: 107px;
	padding: 0;
	margin: 0;
	border: 1px solid #E9E9E9;
}
.product .alone a.thumbnail:hover img.thumbnail {
	border-color: #EDDC9A;
}

/* listproduct */
.product .inlist {
	/*border: 1px solid blue;*/
}
.product .inlist h1 {
	color: black;
	font-size: 130%;
	margin: 1ex 0 0 0;
}
.product .inlist h2 {
	font-size: 12px;
}
.product .inlist h1 a:link {
	font-weight : normal;
	font-family: georgia, times, serif;
	text-decoration : none;
	color: #214C21;
	background: transparent;
}
.product .inlist h1 a:hover {
	text-decoration : underline;
	color: #CC6600;
	background: transparent; 
}
.product .inlist .bestellen {
	float: right;
	margin: 2px 0px 6px 18px;
}
.product .inlist a.thumbnail {
	border: 0;
}
.product .inlist a.thumbnail img.thumbnail {
	border: 1px solid #E9E9E9;
	padding: 0px;
	margin: 0;
}
.product .inlist a.thumbnail:hover img.thumbnail {
	border-color: #EDDC9A;
}

/* Micro-Product */
.product .inmini h1 {
	display: inline;
	color: #003000;
	margin: 0;
}
.product .inmini div.preis {
	border: 0;
	font-size: 100%;
	display: inline;
}
.product .inmini a.thumbnail {
	float: left;
	text-align: center;
	padding: 1px;
	border: 1px solid Black;
	margin: 0 5px 3px 0;
	font-size: 85%;
}
.product .inmini a.thumbnail:hover .preis {

	color: #617153;
}
