body
{
	margin: 0;
	padding: 0;
	font: 11px verdana, arial, sans-serif;
	text-decoration: none;
	color: #004300;
}

*{
	margin:0;
	padding:0;
}

#container
{
	position:absolute;
	width: 999px;
 	left: 50%;
	margin-top: 20px;
 	margin-left: -500px; /* negative Hälfte von width:1000px */
	padding: 0px;
	text-align: left;
	border-top: 1px solid #3E6F2E;
	border-left: 1px solid #3E6F2E;
	border-right: 1px solid #3E6F2E;
	background-color: #DEE3A9;
	z-index: 2;
}

#container_small
{
	position:absolute;
	width: 500px;
 	left: 50%;
	margin-top: 20px;
 	margin-left: -250px; /* negative Hälfte von width:1000px */
	padding: 5px;
	text-align: left;
	border: 1px solid #3E6F2E;
	background-color: #fff9eb;
	z-index: 2;
	padding-bottom: 30px;
}



#header
{
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 120px;
	z-index: 10;
	background-image: url(img/main_head_bg.gif);
}

#mainnav
{
	float: left;
	top: 100px;
	left: 0px;
	bottom: 0px;
	width: 160px;
	z-index: 10;
	background: #DEE3A9;
}

#secondnav
{
	float: right;
	top: 100px;
	width: 160px;
	z-index: 10;
	background: #DEE3A9;
}

#contents	
{
	float: left;
	top: 0px;
	width: 649px;
	z-index: 10;
	margin: 0px;
	padding: 15px;
	background-image: url(img/main_stiele_bg.gif);
	background-repeat: repeat-y;
	background-color: #fff9eb;
	overflow: hidden; /*IE 6 BUG*/
}

#footer	
{
	clear: both;
	height: 40px;
	z-index: 10;
	padding: 10px;
	padding-bottom: 20px;
	background: #FFFFFF;
	border-top: 1px solid #3E6F2E;
	text-align: center;
	position: relative;
}

#footer_hilfsbox_r{
	position: absolute;
	top: 0px;
	right: -1px;
	height: 70px;
	background: #FFFFFF;
	width: 5px;
}

#footer_hilfsbox_l{
	position: absolute;
	top: 0px;
	left: -1px;
	height: 70px;
	background: #FFFFFF;
	width: 5px;
}

#logo{
	position: absolute;
	top: 20px;
	left: 3px;
	z-index: 30;
}

#header_information_links{ /*Nagut, eigentlich rechts, hehe*/
	position: absolute;
	top: 0px;
	right: 0px;
	height: 20px;
	width: 180px;
	text-align:right;
	padding: 3px;
	z-index: 30;
}

#box_login, #box_account {
	position: absolute;
	top: 5px;
	left: 580px;
	width: 180px;
	height: 70px;
	padding-top: 17px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 20;
}

#box_login {
	background-image: url(img/main_box_anmelden_bg.gif);
	background-repeat: no-repeat;
}

#box_account {
	background-image: url(img/main_box_meinkonto_bg.gif);
	background-repeat: no-repeat;
}

#box_search {
	position: absolute;
	top: 5px;
	left: 365px;
	width: 180px;
	height: 70px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 5px;
	background-image: url(img/main_box_suche_bg.gif);
	background-repeat: no-repeat;
	z-index: 20;
}


#box_search_vorschlag {
	background-color: #FFF9EB;
	border: 1px solid #000000;
} 

div.autocomplete ul {
	margin:0px;
	padding-left:3px;
}
div.autocomplete ul li.selected { 
	background-color: #ffb;
}
div.autocomplete ul li {
	display:block;
	cursor:pointer;
	list-style-image: url(img/dunklerpunkt.gif);
}


#box_search_vorschlag A {
	text-decoration: none;
	font-weight: normal;
}

.search_highlight {
	color: #FF0000;
}


#box_search_vorschlag_head {
	padding: 3px;
	text-align: left;
	height: 12px;
	font-weight: bold;
	font-size: 11px;
}

#navtrail {
	position: absolute;
	bottom: 0px;
	left: 155px;
	width: 650px;
	height: 24px;
	line-height: 24px;
	padding-left: 30px;
	background-image: url(img/main_balken_gruen_1px.gif);
	background-repeat: repeat-x;
}

#planze_l_oben {
	background-image: url(img/main_pflanze_l_oben.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 20;
	width: 350px;
	height: 98px;
	top: 0px;
	left: 0px;
}

#planze_l_mitte {
	background-image: url(img/main_pflanze_l_mitte.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 20;
	width: 174px;
	height: 71px;
	top: 98px;
	left: 0px;
}

#planze_l_unten {
	background-image: url(img/main_pflanze_l_unten.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 20;
	width: 29px;
	height: 44px;
	top: 169px;
	left: 146px;
}

#planze_r_oben {
	background-image: url(img/main_pflanze_r_oben.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 20;
	width: 166px;
	height: 121px;
	top: 0px;
	left: 792px;
}

#planze_r_mitte {
	background-image: url(img/main_pflanze_r_mitte.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 20;
	width: 44px;
	height: 47px;
	top: 121px;
	left: 822px;
}

#planze_r_unten {
	background-image: url(img/main_pflanze_r_unten.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 20;
	width: 13px;
	height: 38px;
	top: 168px;
	left: 830px;
}

.box_c{
	padding-left: 5px;
	padding-right: 2px;
}

.box_empf_scroll{
	padding-left: 5px;
	padding-right: 2px;
	valign: top;
	height: 300px;	
}

#cat_kurztext {
    text-align: justify;
    line-height: 1.5;
}

#cat_langtext {
    text-align: justify;
    line-height: 1.5;
}


/* Content Definitionen */
.content_heading {
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.content_list {
	margin: 5px;
	font-size: 12px;
}

.content_list li {
	margin-left: 5px;
	list-style: decimal;
}


/* Allgemeine Definitionen wie Links */

img{
	border:none !important;
}

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

A:hover {
  color: #004300;
  text-decoration: underline;
}

.navi, .navitop, .navisub, .navisubu, h1, h2, h3, h4, p{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

b{
		font-weight: bold;
}

p{ 
		margin-top: 0px;
		margin-bottom: 10px;
        text-align: justify; 
}

h1{ 
		font-size: 14px;
		font-weight: bold;
		color: #004300;
}

h2{
		font-size: 14px;
		font-weight: bold;
		color: #004300;
}

h3{
		font-size: 16px;
		font-weight: bold;
		color: #004300;
}

.input_text {
	font-size: 11px;
	color: #000000;
	bottom: 10px;
	border: 1px solid #000000;
	margin: 2px;
}

.mwst_text{
	color: #666666;
}

/* Globale Seitendefinitionen */

.main{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.error, .errorBox, .messageStackError{
	font-weight: bold;
	clear: both;
	background-color: #FFB9B9;
	border: 2px solid #FF0000;
	padding: 3px;
	text-align: center;
}

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

.menu_heading{
	height: 24px;
	background-image: url(img/main_balken_braun_1px.gif);
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
}

.balken_gruen {
	margin-top: 5px;
	height: 24px;
	background-image: url(img/main_balken_gruen_1px.gif);
	background-repeat: repeat-x;
}

#shopping_cart_items {
	width: 100%;
}

#shopping_cart_totalprice {
	text-align: right;
	font-weight: bold;
}

#shopping_cart_versandfrei{
	margin-top: 10px;
	text-align: center;
}

#shopping_cart_versandfrei_frei{
	margin-top: 10px;
	text-align: center;
}

#shopping_cart_versandfrei_diff{
	font-weight: bold;
}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}


.infoBoxHeading {
	font-size: 13px;
	font-weight: bold;
	/*border-bottom: 1px solid #004300;*/
	margin-top: 15px;
}

.checkout_metric_heading{
    display: block;
    padding: 5px;
    font-size: 13px;
    border-bottom: 1px solid #004300;
    font-weight: bold;
}

.moduleHeadingbig,  .contentsTopics {
	background-position: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 5px;
	/*border-bottom: 2px solid #004300;*/
	background-image: url(img/hg_heading.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

.productOldPrice{
	color: #FF0000;
	text-decoration: line-through;
}
/* INPUTS */
INPUT {
	
}

.input_head_mail{
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 8px;
	width: 150px;
	padding: 0px;
    height: 15px;
}

.input_head_password{
	font-size: 11px;
	color: #000000;
	width: 80px;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding: 0px;
    height: 15px;
}

.input_head_search{
	font-size: 11px;
	width: 100px;
	color: #000000;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-left: 3px;
    height: 15px;
}

/* BUTTON DEFINITIONEN */

.button_head {
	background-image: url(img/buttons_bg2.gif);
	background-repeat: repeat;
	border: 1px solid #000000;
	font-size: 10px;
    padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
    padding-bottom: 3px;
	height: 17px;
	text-align: center;
	float: left;
	margin-top: 5px;
    text-decoration: none;
	cursor: pointer;
}

.button_head:hover {
    background-image: url(img/buttons_bg3.gif);
	background-repeat: repeat;
    outline: none; /* hide dotted outline in Firefox */
}

a.button_head:active {
    background-image: url(img/buttons_bg3.gif);
	background-repeat: repeat;
	padding-left: 3px;
	padding-right: 1px;
    outline: none; /* hide dotted outline in Firefox */
}

.button_zelle_ohne_margin {
	float: left;
	border: 1px solid #000000; 
	margin: 0px;
}

.button_zelle {
	float: left;
	border: 1px solid #000000; 
	margin-right: 5px; 
	margin-left: 5px
}

.button {
	background-image: url(img/buttons_bg2.gif);
	background-repeat: repeat;
	color: #004300;
	border-top: 1px solid #F8F3B8;
	border-left: 1px solid #F8F3B8;
	border-right: 1px solid #91854E;
	border-bottom: 1px solid #91854E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: inherit;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
	text-align: center;
    display: block;
	/*float: left;*/
    text-decoration: none;
	cursor: pointer;
	overflow:visible; 
	width: auto;
	height: 17px;
	line-height: 17px;
}

.button_btn {
	background-image: url(img/buttons_bg2.gif);
	background-repeat: repeat;
	color: #004300;
	border-top: 1px solid #F8F3B8;
	border-left: 1px solid #F8F3B8;
	border-right: 1px solid #91854E;
	border-bottom: 1px solid #91854E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: inherit;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
	text-align: center;
    display: block;
    text-decoration: none;
	cursor: pointer;
	overflow:visible; 
	width: auto;
	height: 20px;
}

.button:hover, .button_btn:hover {
	background-image: url(img/buttons_bg3.gif);
	background-repeat: repeat;
	text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.button:active, .button_btn:active {
	background-image: url(img/buttons_bg3.gif);
	background-repeat: repeat;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 3px;
    outline: none; /* hide dotted outline in Firefox */
}

.preload_img{
	display: none;
}

/* ROWOVER EFFEKTE */

.moduleRow, .moduleRow2 {
	background-color: #F3E8C6;
}

.moduleRowcat {
 	background-color: #F3E8C6; 
	/*border: 1px solid;*/
	border-color: #004300;
}

.moduleRowOver, .moduleRowOver2 { 
	background-color: #DEE3A9; 
	/*border: 1px solid;*/
	border-color: #004300;
}

.moduleRowSelected { 
	background-color: #DEE3A9; 
	border: 1px solid;
	border-color: #004300; 
}


/* SUCHE BOX */
.search_list{
	margin-top: 5px;
}

.search_list_li{
	list-style: none;
	background-color: #FFF9EB;
	margin: 0px;
	margin-left: -20px;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.search_list_a{
	margin: 0px;
	padding: 0px;
	width: 170px;
	display:block;
}

.search_list_li:hover{
	background-color: #DEE3A9; 
}


/* Fuer das Menue bei "Mein Account" !!! */

.halfmoon{
margin-bottom: 1em;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid #DDD;
color: #004300;
font-size: 12px;
background: #F3E8C6 url(img/tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: #004300;
}

.halfmoon ul li a:hover, .halfmoon ul li a#selected{
background-color: #DEE3A9;
color: #004300;
}

/* MERKZETTEL + BENACHRICHTIGUNG */
.benach_product_c{
	padding: 5px;
}
.benach_product_c2{
	padding: 5px;
	background-color: #F3E8C6;
}
.merkzettel_product_c{
	margin-top: 25px;
	padding: 5px;
}
.merkzettel_product_c2{
	margin-top: 25px;
	padding: 5px;
	background-color: #F3E8C6;
}
.merkzettel_heading{
	font-weight: bold;
	padding-bottom: 5px;
}
.merkzettel_img{
	float: left;
	width: 130px;
}
.merkzettel_beschr{
	float: left;
	width: 208px;
}
.merkzettel_comment{
	float: left;
	width: 250px;
}
.merkzettel_akt{
	float: left;
	width: 50px;
	padding-top: 15px;
}

/* REBUY */
.rebuy_product_c{
	padding: 5px;
}
.rebuy_product_c2{
	padding: 5px;
	background-color: #F3E8C6;
}

.startseite_3erblock{
	background-color: #F3E8C6;
	float: left;
	width: 207px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 320px;
	position: relative;
}

.list_newsletter{
	margin-top: 20px;
	margin-bottom: 20px;
}




.myaccount_zelle {
    padding: 5px;
    line-height: 1.5;
    border: 1px solid #cccccc;
    border-top: none;
    padding: 10px;
}

.myaccount_line {
    border-bottom: 1px dotted #cccccc;
    padding: 3px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.myaccount_line_less_padding {
    border-bottom: 1px dotted #cccccc;
    padding: 10px 13px;
    display: block;
}

.myaccount_line_less_padding:hover {
    background-color: #DEE3A9;
    cursor: pointer;
    text-decoration: none;
}

.myaccount_box {
    float: left;
    width: 310px;
    margin-left: 10px;
}
