body, html {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.9em;
}
body {
	background: #7E9FFE url('../images/bodyback.jpg') repeat-x;
}
img {
	border: none;
}
/* Layoutelemente */
#container {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	position: relative;
	background: #EFD868 url('../images/cBack.jpg') repeat-y;
	z-index: 55;
}
#topContact {
	background: transparent url('../images/topContact.png') no-repeat;
	height: 270px;
	width: 206px;
	margin: -8px 0 0 0;
	position: absolute;
	top: 0px;
	left: 0;
	color: #fff;
	font-size: 0.9em;
	z-index: 10;
}
#topContact p {
	position: relative;
	text-align: center;
}
#top {
	margin-left: 198px;
	height: 170px;
	z-index: 100;
	background: #EFD868 url('../images/bodyback.jpg') repeat-x;
}
#top img {
	margin-top: -1px;
}
#top p {
	margin: 0;
}
#topNavigation {
	width: 715px;
	position: absolute;
	top: 128px;
	margin-left: 230px;
}
#topNavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#topNavigation ul li {
	display: inline;
	margin-right: 25px;
	line-height: 1.5em;
	font-size: 1.3em;
	color: black;
}
#topNavigation ul li.active, .secondNavigation ul li.active {
	color: #F5D483;
}
#topNavigation a:link, #topNavigation a:visited {
	text-decoration: none;
	color: #fff;
}
#topNavigation a:hover, #topNavigation a:active {
	color: #000;
}
.secondNavigation {
	background-color: #3E65D7;
	padding: 7px;
	line-height: 130%;
	border: 1px gray solid;
	margin-bottom: 15px;
	color: #F5D483;
}
.secondNavigation a:link, a:visited {
	text-decoration: none;
	color: white;
}
.secondNavigation a:hover, a:active {
	text-decoration: none;
	color: #F5D483;
}
.secondNavigation ul li {
	font-size: 1.1em;
	line-height: 1.5em;
}
#clearfooter {
	height: 25px; /*same as footer height*/
}
#footer {
	width: 100%;
	clear: both;
	background-color: #959595;
	height: 100px;
	margin: -100px auto 0 0;
/*opposite px to height*/z-index: 10;
	color: #fff;
}
#footer p {
	margin: 0;
}
#footer a:link, #footer a:visited {
	color: #fff;
}
#footer a:hover, #footer a:active {
	color: #000;
}
#footerLeft {
	text-align: left;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
}
#footerRight {
	text-align: right;
	float: right;
	padding-right: 5px;
	padding-top: 5px;
}
#footerCenter {
	text-align: center;
	padding-top: 5px;
}
/* Content */
#outerContent {
	overflow: auto;
	line-height: 130%;
	padding-bottom: 9em;
}
#outerContent p {
	margin: 1.5em 0;
}
#leftColumn {
	width: 196px;
	margin-top: 112px;
	float: left;
	padding-left: 2px;
}
#rightColumn {
	max-width: 150px;
	float: right;
	margin-top: 20px;
	margin-left: 30px;
	font-size: 0.9em;
	background-color: transparent;
	padding: 5px 17px 5px 5px;
}
#content {
	margin-top: 20px;
	margin-left: 225px;
	padding-right: 30px;
	line-height: 130%;
}
#content a:link, #content a:visited, #rightColumn a:link, #rightColumn a:visited, .leftBox a:link, .leftBox a:visited {
	color: blue;
	text-decoration: underline;
}
#content a:active, #content a:hover, #rightColumn a:active, #rightColumn a:hover, .leftBox a:active, .leftBox a:hover {
	color: red;
}
#fixOverFlow {
	overflow: auto;
}
.leftBox {
	border: 1px gray solid;
	padding: 5px;
	background-color: #fff;
}
/* Textformate */
#leftColumn h1, #leftColumn h2, #leftColumn h3, #rightColumn h1, #rightColumn h2, #rightColumn h3 {
	color: #3E65D7;
}
#leftColumn h1, #rightColumn h1 {
	font-size: 1.1em;
}
#leftColumn h2, #rightColumn h2 {
	font-size: 1.0em;
}
#leftColumn h3, #rightColumn h3 {
	font-size: 1em;
}
#content h1, #content h2, #content h3 {
	color: #3E65D7;
}
#content h1 {
	font-size: 1.3em;
	padding: 0.2em;
	border-bottom: 1px solid gray;
}
#content h2 {
	font-size: 1.2em;
}
#content h3 {
	font-size: 1.1em;
}
/* Kontaktformular */
.contactForm input, .contactForm select, .contactForm textarea {
	width: 260px;
}
.contactForm input.button {
	width: 130px;
}
.contactForm input.checkBox {
	width: auto;
	margin-right: 0.6em;
}
/* Einkaufswagen */
#cartContainer {
	display: block;
	text-align: center;
	background: #78BA78 url('../images/btnCart.jpg') bottom center no-repeat;
	margin-bottom: 2em;
}
#cartMiniText {
	display: block;
	padding: 1em;
	color: white;
	font-size: 1.1em;
}
#goToCart {
	display: block;
	text-align: right;
}
#goToCart a:link, #goToCart a:visited {
	text-decoration: none;
	color: white;
	height: 46px;
	width: 140px;
	display: block;
	line-height: 46px;
}
#goToCart a:hover, #goToCart a:active {
	color: #FFC1C1;
}
/* Produktanzeigen */
/* TableList */
.tableList img {
	border: none;
	float: right;
}
.tableList {
	width: 100%;
	border: 1px solid #DFDFDF;
	border-collapse: collapse;
}
.tableList td {
	text-align: left;
	border: 1px solid #DFDFDF;
	padding: .5em;
}
.tltProductName {
	font-size: 1em;
	color: #3E65D7;
}
.tltPrice {
	color: #3E65D7;
	min-width: 75px;
	line-height: 40px;
	display: inline;
	font-weight: bold;
}
.tltTax {
	display: block;
	font-size: 0.8em;
	font-style: italic;
}
.tltCart {
	min-width: 130px;
	min-height: 45px;
	background: #fff url('../images/cart.png') left no-repeat;
	line-height: 45px;
	text-align: left;
	margin-top: 1em;
}
.tltCart a:link, .tltCart a:visited {
	color: white;
	text-decoration: none;
	margin-left: 50px;
}
.tltCart a:hover, .tltCart a:active {
	color: red;
}
/* Tabelle mit Details */
.tableListPicture {
	width: 100%;
}
.tableListPicture img {
	border: none;
}
.tableListPictureImage {
	text-align: right;
	padding-top: 1em;
}
.productShortText {
	font-size: 0.9em;
	padding-right: 2em;
	vertical-align: top;
}
#tableListPicture td {
	vertical-align: top;
}
#tableListPicture hr {
	border-color: #EFD868;
}
.catProdTitle {
	color: #fff;
	font-size: 1.1em;
	background-color: #7092F5;
	padding: .3em;
}
.priceCell {
	text-align: right;
}
.catPrice {
	color: #3E65D7;
	min-width: 75px;
	display: block;
	font-weight: bold;
	padding-right: 0.5em;
	padding-top: .5em;
	font-size: 1.2em;
}
.catTax {
	font-size: 0.8em;
	font-style: italic;
}
.putIntoCart {
	min-width: 130px;
	min-height: 40px;
	line-height: 45px;
	text-align: left;
	margin-top: 1em;
	float: left;
	background: #fff url('../images/cart.png') left no-repeat;
}
.putIntoCart a:link, .putIntoCart a:visited {
	margin-left: 50px;
}
.putIntoCart a:hover, .putIntoCart a:active {
	color: red!important;
}
/* Produktanzeige */
#content h1.product_heading {
	color: #fff;
	font-size: 1.1em;
	background-color: #7092F5;
	padding: .3em;
}
/* Produkt */
.product_Tax {
	font-size: 0.8em;
	font-style: italic;
	color: black;
}
.product_priceline {
	color: #fff;
	font-size: 1.1em;
	background-color: #fff;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: right;
	padding: 0.5em;
}
.product_price {
	color: #3E65D7;
	font-size: 1.1em;
	font-weight: bold;
	display: block;
}
.product_order {
	background: url('../images/cart.png') left no-repeat;
	padding-left: 50px;
	min-width: 130px;
	min-height: 45px;
	line-height: 45px;
	text-align: center;
	float: left;
	margin-top: -1.5em;
}
.product_order a:link {
	color: blue;
	text-decoration: underline;
}
.product_order a:hover, .product_order a:active {
	color: blue;
	text-decoration: underline;
}
/* Warenkorb */
/* Warenkorb Auflistung */
#cartTable {
	width: 100%;
	border: 1px solid gray;
	border-collapse: collapse;
	background-color: #fff;
}
#cartTable th {
	font-weight: normal;
	background-color: #EAEFFE;
	padding: 0.5em;
	color: #000;
}
#cartTable td {
	padding: 0.5em;
}
.posi, .cartProductName, .cartAnzahl {
	text-align: center;
}
.ePreis, .gPreis {
	text-align: right;
}
.delItem {
	text-align: center;
}
#summaryProductsRow, #summaryProductsPriceRow, #summaryCartShippingRow, #summaryOrderTotal, #summaryOrderTotalRow {
	text-align: right;
}
#summaryProducts, #summaryProductsPrice {
	text-align: right;
	font-weight: normal;
}
#summaryCartShipping, #summaryCartShippingPrice {
	text-align: right;
	font-weight: normal;
}
#summaryOrderTotalText, #summaryOrderTotalPrice {
	font-weight: bold;
	text-decoration: underline;
}
#nextStep {
	margin-top: 1em;
}
#nextStep a:link, #nextStep a:visited {
	text-decoration: none;
	color: #4C4C4E;
}
#nextStep a:hover, #nextStep a:active {
	color: #990000;
}
.cartButton a:link, .cartButton a:visited {
	padding: 0.5em;
	background-color: #EFEFEF;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	border-top: 1px solid white;
	border-left: 1px solid white;
	text-decoration: none;
	color: #4C4C4E;
	margin-right: 1.5em;
	display: inline-block;
}
.cartButton a:hover, .cartButton a:active {
	padding: 0.5em;
	background-color: #EFEFEF;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	text-decoration: none;
	color: red;
}
#summaryTaxRow {
	text-align: right;
}
#summaryTax {
	font-size: 0.8em;
}
/* Kundendaten */
#clientTable, #cartTableSummary {
	width: 100%;
	border: 1px solid gray;
	border-collapse: collapse;
	background-color: #fff;
	color: #000;
}
#adressData, #contactData {
	width: 100%;
	border: 1px solid gray;
	border-collapse: collapse;
	background-color: #EAEFFE;
	border-bottom: none;
}
#adressData td, #contactData td, #contactData th {
	padding: 0.5em;
}
#clientTable th, #cartTableSummary th {
	font-weight: normal;
	background-color: #EAEFFE;
	padding: 0.5em;
}
#clientTable td {
	padding: 0.5em;
}
#entryRequired {
	font-size: 0.8em;
	color: red;
}
#clientTable input, #clientTable textarea {
	width: 270px;
}
.errorMessage {
	color: red;
	font-size: 0.8em;
}
/* Zusammenfassung */
#cartSummaryProducts, #cartSummaryProductsPrice {
	text-align: right;
}
#cartTotal, #cartSummaryProductsTotal {
	font-weight: bold;
	text-decoration: underline;
}
#cartTableSummary td {
	padding: 0.5em;
}
.anzahl {
	text-align: center;
}
#readAGB {
	margin: 1em 0;
}
/* Tabellenformat KÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶rnung */
.tabelleA {
	border: 1px solid gray;
	border-collapse: collapse;
}
.tabelleA td {
	border: 1px solid gray;
}
/* FARBBOXEN */
.blueBox {
	border: 1px solid gray;
	padding: 5px;
	background-color: rgb(224, 231, 252);
	margin-bottom: 1em;
}
.greenBox {
	border: 1px solid gray;
	padding: 5px;
	background-color: #C3ED7D;
	margin-bottom: 1em;
}
.orangeBox {
	border: 1px solid gray;
	padding: 5px;
	background-color: #F9E381;
	margin-bottom: 1em;
}
/* TEXTBOXEN */
.grayText {
	width: 250px;
	background-color: #E1E1E1;
	border: 1px solid gray;
	padding: .5em;
	float: left;
	min-height: 151px;
}
.orangeText {
	width: 250px;
	background-color: #F9E381;
	border: 1px solid gray;
	padding: .5em;
	float: right;
	min-height: 151px;
}
.greenText {
	width: 250px;
	background-color: #C3ED7D;
	border: 1px solid gray;
	padding: .5em;
	float: left;
	min-height: 151px;
}
.redText {
	width: 250px;
	background-color: #F6EAEA;
	border: 1px solid gray;
	padding: .5em;
	float: right;
	min-height: 151px;
}
/* Tabelle(n) Korngroessen */
.hauptkorn {
	background-color: #FCA9B1;
	border-right-color: #8CB2FD;
	border-right-width: 1px;
	border-right-style: solid;
	text-align: center;
}
/*Tabelle KorngrÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€¦Ã‚Â¸en*/
.tabelletd2 {
	border-color: #8CB2FD;
	border-width: 1px;
	border-style: solid;
	font-size: 0.8em;
	text-align: center;
}
/*Tabelle KorngrÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€¦Ã‚Â¸en mm*/
.tabelletd2b {
	border-color: #8CB2FD;
	border-width: 1px;
	border-style: solid;
	font-size: 0.8em;
}
/*Tabelle KorngrÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€¦Ã‚Â¸en mm*/
.tabelletd2c {
	border-color: #8CB2FD;
	border-width: 1px;
	border-style: solid;
	font-size: 0.8em;
}
/*Leerzellen und Legende gruen*/
.tabelletd3 {
	border-color: #8CB2FD;
	border-width: 1px;
	border-style: solid;
	font-size: 0.8em;
	background-color: #fff;
	color: #000;
}
/*Headings rot*/
.tabelletd4 {
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	font-size: 0.8em;
	background-color: #8CB2FD;
	color: #000;
}
/*Headings rot mit Borderleft rot*/
.tabelletd5 {
	border-left-color: #8CB2FD;
	border-left-width: 1px;
	border-left-style: solid;
	font-size: 0.8em;
	background-color: #8CB2FD;
	color: #000;
}
.tabelletd5b {
	border-left-color: #8CB2FD;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 0.8em;
	background-color: #8CB2FD;
	color: #000;
}
.tabelletd6 {
	font-size: 0.8em;
	background-color: #8CB2FD;
	color: #000;
	border-left: #FFFFFF solid 1px;
}
.tabelletd7 {
	font-size: 0.8em;
	background-color: #8CB2FD;
	color: #000;
	border-left: #8CB2FD solid 1px;
}

/* ROTE TABELLE */
.redTableClass {
	border:1px solid gray;
	border-collapse:collapse;
	background-color:#ECB7B8;
	width:530px;
	text-align:center;
}
.redTableClass td, .greenTableClass td {
	padding:.5em;
}
.greenTableClass {
	border:1px solid gray;
	border-collapse:collapse;
	background-color:#C3ED7D;
	width:530px;
	text-align:center;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url('../../images/loading.gif') no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url('../../../images/prevlabel.gif') no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url('../../../images/nextlabel.gif') no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url('../../../images/closelabel.gif') no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/* Kontaktformular */
.contactForm {
	width: 500px;
	overflow:hidden;
	
}
.contactForm label {
	display: block;
	width: 140px;
	float: left;
}
.contactForm input[type=text], .contactForm textarea, .contactForm select {
	display: block;
	width: 250px;
	margin-bottom: .5em;
	float: left;
	text-align: left;
}
.contactForm select {
	max-width:100px;
}
.contactForm input[type=radio], .contactForm input[type=checkbox] {
	margin: 0;
	padding: 0;
	margin-left: 0;
	margin-bottom: .3em;
}
.contactForm select {
	min-width: 150px;
}
.contactForm br {
	/* Alle ZeilenumbrÃ¼che in Formularen auswÃ¤hlen */
  clear: both; /* das floating der labels und inputs aufheben */;
	line-height: .1em;
}
.contactForm input[type=submit] {
	max-width: 160px;
	display: block;
	float: left;
	margin-left: 140px;
}
.contactForm p {
	line-height: .3em;
	margin-bottom:0;
}
input.zahlenfeld {
	width: 35px;
	text-align: right;
}
