BODY {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 12px;
	color: #646464;
}

HTML, BODY {
    top:0; left:0; right:0;
    margin:0;
    padding:0;
    width:100%;
}

.pic {
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

TD {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size: 12px;
	color: #646464;
}
	
.txt {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size: 12px;
	color: #646464;
	font-weight:normal
}	

a {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size: 12px;
	color: #646464;
	font-weight:bold;
	text-decoration:none;
}

.little {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size: 11px;
	color: #646464;
}
	
.kat_link {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #646464;
	text-decoration: none;
}
	

.kat_link:Hover {
text-decoration: none;
}

/* ================================================
	Zusätze für Internetexplorer ab Version 5
================================================ */

A:Hover {
text-decoration: underline;
}

.submit  {
	font-size : 12px;
	font-family:arial,verdana,helvetica,sans-serif;
	font-weight: bold;
	color : #646464;
	width: 96px;
	height: 20px;
	border: 1 solid #9AA88F;
	background-color : #A1FF56;
	letter-spacing : 0px;
}

.droplist  {
	font-size : 12px;
	font-family: arial,verdana,helvetica,sans-serif;
	font-weight: regular;
	color : #646464;
	width: 230px;
	border-width: 1px;
	border-style: solid;
	border-color:  #9AA88F;
	background-color : #ffffff;
	letter-spacing : 0px;
}

.droplist_adr  {
	color: #646464;
	width: 280px;
	border-width: 1px;
	border-style: solid;
	border-color:  #9AA88F;
	background-color: #ffffff;
}

.txtfield  {
	font-size : 12px;
	font-family:arial,verdana,helvetica,sans-serif;
	font-weight: regular;
	color: #646464;
	width: 280px;
	height: 100px;
	border-width: 1px;
	border-style: solid;
	border-color:  #9AA88F;
	background-color : #ffffff;
	letter-spacing : 0px;
}

.inputfield  {
	font-size: 12px;
	font-family: arial,verdana,helvetica,sans-serif;
	font-weight: regular;
	color: #646464;
	height: 18px;
	border-width: 1px;
	border-style: solid;
	border-color:  #9AA88F;
	background-color: #ffffff;
	letter-spacing: 0px;
	width: 140px;
}

.inputfield_adr  {
	width: 280px;
	border-width: 1px;
	border-style: solid;
	border-color:  #9AA88F;
	color: #646464;
	background-color: #ffffff;
}
/* ================================================
	Neue CCS für Strict Layout
================================================ */

#header_bg {
	width: 100%;
	height: 186px;
	background-image: url(pix/bg_top_var_nurnatur.gif);
	background-repeat: repeat-x;
}
#header {
	width: 1004px;
	height: 174px;
	margin-left: auto;	
	margin-right: auto;
}
#header_top {
	width: 100%;
	height: 52px;
}
#header_pictures {
	width: 100%;
	height: 81px;
}
#header_navigation {
	display: table;
	width: 100%;
}
#content {
	position: relative;
	display:table;
	margin-top:10px;
	margin-bottom:0;
	width:1004px;
	margin-left: auto;
	margin-right: auto;
	min-height:700px;
  	height:auto !important;
  	height:700px;
}
/***** START 3 Spalten *****/
#col_left {	
	float: left;
	width:249px;
	margin-right:10px;
	height:auto;	
}
#col_center {
	float: left;
	width:476px;
	margin-right:10px;
	height:auto;	
}
#col_right {	
	float: left;
	width:249px;
	height:auto;	
}
/***** ENDE 3 Spalten *****/


/***** START Produkte Ansicht in content *****/
.product_title_box_left {
	background-image: url(pix/product_bg_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 476px;
	height: 35px;
	margin: 0px;
}
.product_title {
	width: 474px;
	height: 20px;
	padding: 2px 0px 0px 6px;
	font-weight: bold;
}

.product_status_open, .product_status_close {
	position: relative;
	background-position: right top;
	background-repeat: no-repeat;
	top: -17px;
	left: 381px;
	height: 35px;
	width: 89px;
}
.product_status_open {
	background-image: url(pix/product_open.jpg);
}
.product_status_close {
	background-image: url(pix/product_close.jpg);
}
.product_status_open.hover {
	background-image: url(pix/product_open_over.jpg);
}
.product_status_close.hover {
	background-image: url(pix/product_close_over.jpg);
}
/***** START Produkt Tabelle *****/
.product_table {
	clear: both;
}
.product_row {
	display: table;
	min-height: 19px;
	vertical-align: middle;
	background-color: #F0FDE5;
	margin-bottom: 1px;
}
.product_info {
	float: left;
	width: 274px;
	min-height: 19px;
	padding-left: 2px;
	padding-top: 4px;
	padding-right: 4px;
	border-right: 1px solid white;
}
.product_price {
	display: table-cell;
	float: left;
	width: 98px;
	min-height: 19px;
	vertical-align: middle;
	padding-top: 4px;
	padding-left: 2px;
	border-right: 1px solid white;
}
.product_basket {
	float: left;
	width: 80px;
	height: auto;
	vertical-align: middle;
	padding-top: 1px;
	margin-bottom: 1px;
	text-align: center;
}
.products_buyed {
	float: left;
	width: 462px;
	height: 18px;
	vartical-align: middle;
	padding-top: 4px;
}

.shop_cat_table {
	display:table;
	width:100%;
	background-color:#E1F7D1;	
}
/***** ENDE Produkt Tabelle *****/
/***** ENDE Produkte Ansicht in content *****/

/***** START Warenkorb Content *****/
.content_basket {
	clear: both;
}
.content_basket_row {
	display: table;
	min-height: 36px;
	height: auto;
	background-color: #F0FDE5;
}
.content_basket_article {
	float: left;
	width: 218px;
	padding-left: 2px
}
.content_basket_amount {
	float: left;
	width: 80px;
	padding-top: 6px;
}
.content_basket_price {
	float: left;
	width: 70px;
	padding-top: 10px;
	padding-right: 2px;
	text-align: right;
}
.content_basket_price_tot {
	float: left;
	width: 88px;
	padding-top: 10px;
	padding-right: 2px;
	text-align: right;
}
.content_basket_row_total {
	background-color: #E1F7D1;
	min-height: 28px;
}
.content_basket_total {
	float: left;
	padding-left: 2px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.content_basket_total_price {
	float: right;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	text-align: right;
}
/***** ENDE Warenkorb Content *****/

/***** START Adresse Content *****/
.address {
	background-color: #F0FDE5;
	display: table;
}
.address_row {
	min-height: 28px;
}
.address_desc {
	float: left;
	width: 150px;
	padding-top: 6px;
	padding-left: 2px;
}
.address_field {
	float: left;
	width: 300px;
}
.address_field.text{
	padding-top: 6px;
}
.address_2col {
	width: 450px;
}
/***** ENDE Adresse Content

/***** START Shop Rubriken Content *****/



/***** ENDE Shop Rubriken Content *****/

/***** START Weitere Content Styles *****/
.content_title_box_right {
	background-image: url(pix/title_bg_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 476px;
	height: 21px;
	margin: 0px;
	margin-bottom: -1px;
}

.title_box
{
	background-image: url(pix/title_bg_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	padding: 2px 0px 0px 6px;
	font-weight: bold;
}

.content_white {
	background-color: #FFFFFF;
	margin:0;
	margin-bottom: 8px;
	width: 462px;
	padding: 2px 6px 10px 6px;
	border-top: 0px;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-style: solid;
	border-color: #808080;
}
/***** ENDE Weitere Content Styles *****/

/***** START 1. und 3. Spalte *****/
.col_title_box_right {
	float:left;
	background-image: url(pix/title_bg_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 249px;
	height: 20px;
	margin: 0;
	margin-bottom: -1px;
}

.col_green_bg, .col_white_bg {
	float: left;
	width: 241px;
	border: 1px solid #808080;
	padding: 2px 0px 10px 6px;
	margin: 0;
	margin-bottom: 10px;
}

.col_green_bg {
	background-color:#E1F7D1;
}

.col_green_bg form {
	margin: 0px;
	padding: 0px;
}

.col_white_bg {
	background-color:#FFFFFF;
	width:241px;
}

.login_desc {
	float:left;
	width: 90px;
	margin-top: 4px;	
	margin-bottom: 4px;	
}

.login_field {
	float:left;
	width: 145px;
	margin-top: 4px;	
	margin-bottom: 4px;	
}

/**** START Newsticker ****/
ul.newsticker_arrow {
	list-style-image: url(pix/arrow_nurnatur.gif);
	margin-left:10px;
	padding-left:10px;
}
ul.newsticker_arrow li {
	padding-top:2px;
	padding-bottom:2px;
}
/**** ENDE Newsticker ****/

/**** START Warenkorb ****/
.basket {
	display: table;
	width: 100%;
	min-height: 35px;
	background-color: #F0FDE5;
}
.basket_left {
	float: left;
	min-height: 35px;
	padding: 4px;
}
.basket_right {
	float: right;
}
/**** ENDE Warenkorb ****/

/***** ENDE 1. und 3. Spalte *****/


hr {
	clear: both;
	border: 0px; 
	border-bottom: 1px dashed #99A88D;
	height: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}

a[name] {
	text-decoration: none;
}

#footer {
	position:relative;
	left:0px;
	bottom:0px;
	margin-top:15px;
	height:50px;
	width:100%;
	background-image: url(pix/bg_down_nurnatur.gif);
	background-repeat: repeat-x;
	background-color:#C6EBAB;
}

#footer_content {
	position:relative;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	width:1004px;
	height:50px;
	}

#footer_adr {
	padding-top:15px;
	float:left;
}

footer_pic {
	float:left;width:277px;
}
