



/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #f1efe2;
	color: #333;
	text-align: center;
	}

a {
	color: rgb(146,173,20) ;
	text-decoration: none;
}
td {
		font-size: 1em;
	}
	
#page {
	border: 1px solid #959596;
	text-align: left;
	}

#content {
	font-size: 1em;
    color: #2c4353;
	}

#footer {
	background-color: #f1efe23;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 10px auto;
	padding: 0;
	width: 946px;
	border: 1px solid #959596;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 215px;
	width: 100%;
	background-color: #f1efe2;
	}


	
#supportlinks {
	padding: 0;
	margin: 0 auto;
	margin-top: 20px;
	margin-right: 7px;
	margin-left: 583px;
	height: 22px;
	width: 355px;
	}

#spacing1 {
	height: 105px;
	}
	
#cartinfo {
	padding: 0;
	margin: 0 auto;
	margin-top: 0px;
	margin-right: 7px;
	margin-left: 583px;
	height: 22px;
	width: 355px;
	}	

#cartinfo p {
	margin: 0;
	padding: 5px 0;
	padding-left: 15px;
	text-align: left;
	color: white;
	}

#cartinfo p a {
	color: white;
	text-decoration: none;
	}
	
#cartinfo p a:hover {
	color: gray;
	text-decoration: none;
	}

#spacing2 {
	height: 16px;
	}
	
#supportlinks p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: white;
	}
	
#supportlinks p a {
	color: white;
	text-decoration: none;
	}
	
#supportlinks p a:hover {
	color: gray;
	text-decoration: none;
	}
	
#subheader {
	padding: 0;
	margin: 0 auto;
	height: 37px;
	width: 100%;
	background-color: #f1efe2;
	text-align: right;
	}
	
#content {
	padding: 0;
	margin: 0 auto;
	min-height: 215px;
	width: 100%;
	}

#savings {
	padding: 3px;
	margin-right: 8px;
	}
	
#savings img {
	margin: 0 0 0 7px;
	display: inline;
	}

#footer {
	padding: 0 0 0 0px;
	padding: 1px;
	margin: 0 auto;
	width: 946px;
	clear: both;
	}


#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#shopnavigation {
/*	padding-top: 144px; */
	padding-top: 0px;
	padding-left: 386px;

	}


/* End Structure */

hr {
	display: none;
	}

/* IE Hack */

* html #ibook {
	float: left;
	margin-top: 0px;
	overflow: hidden;
}

* html #page {
	margin: auto;
	overflow: hidden;
}
/* IE Hack end */


/* Now to get background and stuff working */

#header {
	background: url('./images/header.jpg') no-repeat bottom center;
}

#supportlinks {
	background: url('./images/bg_supportlinks.gif') no-repeat top center;
}

#cartinfo {
	background: url('./images/bg_cartview.gif') no-repeat top left;
}

#subheader {
	background: url('./images/subheader2.jpg') no-repeat top center;
}

#footer {
	background: url('./images/footer.jpg') no-repeat bottom center;
}

#page {
	background: url('./images/bg.jp') repeat-y top;
	border: none;
	padding: 0px;
}

#header {
	margin: 0 !important;
	margin: 0 0 0 1px;
	padding: 1px;
	height: 215px;
	width: 946px;
	padding-bottom: 0px;
}

#subheader {
	margin: 0 !important;
	margin: 0 0 0 1px;
	padding: 1px;
	height: 37px;
	width: 947px;
	padding-top: 0px;
}

#content {
	margin: 0 !important;
	margin: 0 0 0 1px;
	padding: 1px;
	min-height: 215px;
	width: 947px;
	padding-bottom: 0px;
}

#footer {
	margin: 0 !important;
	margin: 0 0 0 1px;
	padding: 0px;
	height: 60px;
	width: 947px;
	padding-bottom: 0px;
}
#headerimg {
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
}

#page {
	background: url('./images/bg.jpg') repeat-y top;
	border: none;
}

#infotext {
	width: 900;
	margin: 0px 25px 0px 25px;
	}
/* END of: Now to get background and stuff working */

/* Klassen für Darstellung */

.infoBox {
	border: 1px rgb(146,173,20) solid;

}

.infoBoxContents {
	
}

.pageHeading {
	font-size: 160%;
	font-weight: bold;
	color: rgb(146,173,20);
	}

.smallText {
	font-size: 60%;
	font-weight: normal;
	}

/* Klassen für Startseite */

.prodpreview {
	width: 140;
	height: 265;
	background-image: url('./images/bg_prodpreview.jpg');
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

.moreinfo {
	width: 480;
	height: 265;
	background-image: url('./images/bg_moreinfo.jpg');
	background-repeat: no-repeat;
	background-position: 2px 3px;
}

.prodimg_preview {
	padding-top: 6px;
	padding-left: 5px;
	display: block;
}

.prodpreview .descr {
	display: block;
}
/* Ende der Klassen für Startseite */

/* Klassen für Produktübersicht */
.pl_img {
	margin-left: 5px;
	margin-top: 6px;
}

.pl_descr {
	margin-left: 5px;
	margin-top: 3px;
	font-size: 12px;
	font-weight: bold;
	width: 128px;
	height: 35px;
	overflow: hidden;
	text-decoration: none;
}

.pl_descr a {
	text-decoration: none;
	color: black;
}

.pl_price {
	margin: 0px;
	margin-left: 8px;
	font-size: 13px;
	color: white;
}

.pl_hinweis {
	padding: 0px;
	margin: 0px;
	margin-left: 8px;
	font-size: 9px;
}

.pl_CO2, .pl_EUR {
	padding: 0px;
	margin: 0px;
	margin-left: 33px;
	font-size: 11px;
	color: white;
	}

td.mi_header {
	font-size: 13px;
	font-weight: bold;
	color: rgb(146,173,20);
	text-align: center;
}

td.mi_link {
	font-size: 11px;
	color: gray;
	text-align: center;
}

td.mi_link a {
	color: gray;
	text-decoration: none;
}

.produktbeschreibung {
	font-size: 12px;
	line-height: 18px;
}

.main {
  font-size: 12px;
    line-height: 18px;
}

.minitext {
  font-size: 9px;
}

.infoBoxHeading{
	font-size: 9px;
	padding-left: 3px;
	color: gray;
	font-weight: bold;
}

td.boxText{
	font-size: 11px;
}
/* Ende Klassen für Produktübersicht */

/* Klassen für checkout */

.checkoutBarFrom, .checkoutBarFrom a {
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-weight: normal;
	}

.checkoutBarCurrent {
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	}

.checkoutBarTo {
	font-size: 11px;
	color: gray;
	text-decoration: none;
	font-weight: normal;
	}
	
	

/* Ende Klassen für checkout */

.moduleRow { }
.moduleRowOver { background-color: rgb(193,204,139); cursor: pointer; cursor: hand; }
/*.moduleRowSelected { background-color: rgb(206,211,179); }*/
.moduleRowSelected {  }

.secthead {
	font-size: 13px;
	font-weight: bold;
}

.sectsub {
	font-style: italic;
	font-weight: bold;
}

.productListing-heading, .productListing-data, .stockWarning {
	font-size: 11px;
}

.stockWarning {
	font-weight: bold;
	color: red;
}

/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
/*** End Header Tags SEO ***/