@charset "ISO-8859-1";
/******************************************************************************
project.......:  Naturkostaktiv Handel
url...........:  http://handel.naturkostaktiv.de
******************************************************************************/
/******************************************************* colors  **************
               green: #A3B61F
       green-lighter: #E7ECD6
       green-darkest: #495201
        green-darker: #68722D
  green-border-light: #939968
   green-border-dark: #444734
          green-pale: #AEB38E
/*
/******************************************************* reset   *************/
* {
	border:none;
	margin:0px;
	padding:0px;
}
/******************************************************* fix     *************/
body {
	font-size:16px;
}
/******************************************************* general *************/
h1 {
	font-size:1.6em;
	margin:0px 10px 0px 10px;
}
h2 {
	background-color:#A3B620;
	font-size:1.1em;
	min-height:20px;
	line-height:20px;
	text-indent:10px;
}
* html h2 {
	height:20px;
}
h2.faq {
	margin-left:-10px;
	margin-right:-10px;
}
h3 {
	font-size:1.1em;
	margin:10px 15px;
}
a, a:link, a:visited, a:active, a:focus {
	color:#495201;
	font-size:1em;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#000;
}
hr {
	background-color:#A3B620;
	height:20px;
	line-height:20px;
}
input.form_text,
textarea,
select {
	background-color:#fff;
	border:1px solid #485201;
	margin-bottom:8px;
	width:130px;
}
input.form_submit,
input.form_reset {
	color:#fff;
	background-color:#68712C;
	border-bottom:2px solid #444734;
	border-left:2px solid #939968;
	border-right:2px solid #444734;			
	border-top:2px solid #939968;	
	font-size:0.8em;
	font-weight:bold;
	margin:10px;	
	padding:2px 0px;
	text-indent:50px;
}
input:focus,
select:focus,
textarea:focus {
	background-color:#D7E384;
}
.hidden {
	display:none;
}
.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear {
	display:block;
}
.clear {
	display:inline-table;
}
/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */
/******************************************************* npk elements **********/
div#content div.npk_text, div#content div.npk_html {
	margin:10px;
}
div#content div.npk_text {
	margin-bottom:0px;
}
div#content div.npk_image {
	margin:10px 0px;
}
div#content a.npklink {
	display:block;
	margin:5px 0px 10px 10px;
}

div#content .textimage, div#content .imagetext {
	margin:0px 10px;
}
div#content .textimage td, div#content .imagetext td {
	vertical-align:top;
}
/******************************************************* container *************/
body {
	background-color:#fff;
	color:#495201;
	font-family:verdana,helvetica,arial,sans-serif;
	text-align:center;
}
div#wrapper {
	background-color:#E7ECD6;
	font-size:0.7em;
	margin:0px auto;
	text-align:left;
	width:772px;
}
/******************************************************* header ****************/
div#header {
	background:#A3B61F url("../images/top_brushed.gif") bottom no-repeat;
	height:120px;
	overflow:hidden;
}
div#header img {
	left:36px;
	position:relative;
	top:36px;
}
div#header ul {
	left:580px;
	list-style-type:none;
	position:relative;
	overflow:hidden;
	top:-48px;
}
div#header ul li {
	display:inline;
	margin-left:20px;
}
div#header ul li  a {
	font-size:0.9em;
	text-decoration:none;
	text-transform:uppercase;
}
/******************************************************* left column ***********/
div#col_left {
	color:#68712C;
	float:left;
	width:176px;
}
div#col_left h3 {
	font-size:1em;
	margin:20px 0px 4px 0px;
}
div#col_left ul {
	list-style-type:none;
	margin:20px 0px 0px 20px;
	width:130px;
}
div#col_left div {
	margin-left:20px;
}
div#col_left div a {
	color:#68712C;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
}
div#col_left ul li ul {
	margin:0px;
}
div#col_left ul li ul li a {
	background-color:transparent;
	border:none;
	margin-left:6px;
}
div#col_left ul li ul li.active a {
	text-decoration:underline;
}
div#col_left ul li a {
	background-color:#fff;
	border:1px solid #A3B620;
	display:block;
	font-size:0.9em;
	margin-top:4px;
	padding:2px 0px;
	padding-left:10px;
	text-decoration:none;
	width:130px;
}
div#col_left ul li ul li ul li a, div#col_left ul li ul li.active ul li a {
	color:#000000;
	border:none;
	margin-left:12px;
	text-decoration:none;
}
div#col_left ul li ul li ul li a:hover {
	text-decoration:underline;
}
div#col_left ul li ul li ul li.active a {
	text-decoration:underline;
}
div#col_left ul li ul li ul li ul li a, div#col_left ul li ul li.active ul li ul li a {
	color:#68712C;
	border:none;
	margin-left:12px;
	text-decoration:none;
}
div#col_left ul li ul li ul li ul li a:hover {
	text-decoration:underline;
}
div#col_left ul li ul li ul li ul li.active a {
	text-decoration:underline;
}
/***** sub-navigation */
body#zone_11667 div#col_left ul li#zone_11667 ul,
body#zone_11668 div#col_left ul li#zone_11668 ul,
body#zone_11669 div#col_left ul li#zone_11669 ul,
body#zone_11670 div#col_left ul li#zone_11670 ul,
body#zone_11671 div#col_left ul li#zone_11671 ul,
body#zone_11679 div#col_left ul li#zone_11679 ul {
	display:block;
}
/******************************************************* content ***************/
div#content {
	background-color:#E7ECD6;
	border:10px solid #fff;
	border-bottom:none;
	color:#485201;
	float:left;
	margin-top:20px;
	min-height:1230px;	
	overflow:hidden;
	width:402px;
}
div#content div#banner {
	border-top:4px solid #fff;
	display:none;
	height:231px;
	margin:2px 0px;
}
div#content div#teaser_image {
	margin-top:10px;
}
div#content div.clear {
	background-color:#EAEFDA;
	padding:4px 0px;
}
div#content ol {
	margin:5px 5px 4px 25px;
}
div#content div#breadcrumb ol {
	list-style-type:none;
	margin:8px 0px 4px 6px;
}
div#content div#breadcrumb ol li {
	display:inline;
}
div#content div#breadcrumb ol li a {
	text-decoration:none;
}
div#content ul {
	margin-left:20px;
}
/******************************************************* right column **********/
div#col_right {
	color:#485201;
	float:right;
	margin-top:20px;	
	width:170px;
}
div#col_right h3 {
	font-size:1.1em;
	margin:0px 0px 0px 10px;
}
div#col_right h4 {
	font-size:1em;
	margin:0px 0px 2px 10px;
}
div#col_right div#login_form {
	margin-top: 3px;
	padding-left:10px;
}
div#col_right p {
	margin-left:10px;
	margin-bottom:20px;
	width:90%;
}
div#col_right ul {
	list-style-type:none;
	margin:10px 0px 5px 5px;
}
div#col_right ul li {
	margin:5px 0px 0px 10px;
}
/******************************************************* footer ****************/
div#footer {
	background:#fff url('../images/bottom_brushed.gif') top left no-repeat;
	clear:both;
	height:100px;
	padding-top:40px;
	text-align:center;
}
div#footer span {
	font-size:0.8em;
}
div#footer ul {
	display:inline;
	list-style-type:none;
}
div#footer ul li {
	display:inline;
}
div#footer ul li a {
	font-weight:normal;
	text-decoration:none;
}
/******************************************************* login box *************/
div#login_form {
	margin-bottom:28px;
}
div#login_form p {
	margin:8px 0px 1px 0px;
}
div#login_form label {
	display:block;
	font-weight:bold;
}
div#login_form input {
	background-color:#fff;
	border:1px solid #485201;
	margin-bottom:8px;
	/* width:130px; */
}
div#login_form input:focus {
	background-color:#D7E384;
}
div#login_form input.form_submit {
	color:#fff;
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight:bold;
	background-color:#68712C;
	border-bottom:2px solid #444734;
	border-left:2px solid #939968;
	border-right:2px solid #444734;			
	border-top:2px solid #939968;	
	font-size:1em;
	font-weight:bold;
	margin:3px 0px;	
	padding:2px;
	text-indent:0px;
	width:130px;
}
/********************************************************************************
******************************************************** site specific *********/
/***** home */
body#zone_11680 div#content ul {
	list-style-type:square;
	margin:10px 0px 10px 20px;
}
/***** contact */
body#zone_19732 div#content label {
	float:left;
	margin-right:6px;
	text-align:right;
	width:140px;
}
body#zone_19732 div#content form em {
	font-style:normal;
	font-weight:bold;
}
body#zone_19732 div#content input.form_submit {
	font-size:1em;
	font-family:verdana,arial,sans-serif;
	margin-left:147px;
	text-indent:-30px;
	width:100px;
}
* html body#zone_19732 div#content input.form_submit {
	margin-left: 166px;
}
body#zone_19732 div#content form p {
	margin-left:146px;
	width:260px;
}
body#zone_19732 div#content textarea {
	height:100px;
	width:200px;
}
/***** onlinebestellung */
body#zone_11676 div#content fieldset {
	border:1px dotted #485201;
	margin:10px;
	overflow:hidden;
	padding:5px;
}
body#zone_11676 div#content fieldset legend {
	background-color:#E7ECD6;
	font-weight:bold;
	padding:4px;
}
body#zone_11676 div#content fieldset label {
	display:block;
	float:left;
	margin-right:10px;
	text-align:right;
	width:200px;
}
body#zone_11676 div#content fieldset br {
	clear:both;
}
body#zone_11676 div#content fieldset em {
	display:block;
}
body#zone_11676 div#content fieldset div.member {
	margin-left:210px;
}
body#zone_11676 div#content fieldset div.member label,
body#zone_11676 div#content fieldset div.member input {
	display:inline;
	float:none;
}
body#zone_11676 div#content fieldset div.member label {
	margin-left:5px;
}
body#zone_11676 div#content form#price input.form_submit {
	border:none;
	float:right;
	margin-right:30px;
	text-indent:0px;
}
body#zone_11676 div#content div#price_output {
	padding:5px;
}
body#zone_11676 div#content div#price_output h2 {
	background:none;
}

body#zone_11676 div#content div#price_output a {
	display:block;
	margin:10px 0px 10px 10px;;
}
body#zone_11676 div#content div#price_output p {
	margin:10px;
}
/***** Funktionen der Homepage */
body#zone_11673 div#content img {
	border:none;
	float:left;
	margin:16px 16px 10px 0px;
}
/***** vorteile naturkostaktiv */
body#zone_20091 div#content table {
	border-collapse:collapse;
	margin-top:15px;
	margin-left:10px;
	width:360px;
}
body#zone_20091 div#content table td {
	border:1px solid #485201;
	border-top:4px solid #485201;
	padding:3px;
	vertical-align:top;
}
/***** FAQ */
body#zone_19702 div#content ul {
	list-style-type:none;
	margin: 15px 0px 20px 10px;
	width:80%;
}
body#zone_19702 div#content ul li {
	font-weight:bold;
	margin-bottom:5px;
}
body#zone_19702 div#content h2 a  {
	color:#495201;
	text-decoration:none;
}
/***** Onlineshop*/
body#zone_11667 div#content ul {
	margin-left:20px;
}
/***** Informationen fuer Hersteller*/
body#zone_12392 div#content ol {
	margin-left:20px;
}
body#zone_12392 div#content ol ul {
	margin-left:10px;
}


/***** FAQ */
div.faqcontent {
	padding-bottom: 1em;
	display: none;
}
a.faq {
	display: block;
/* 	margin-bottom: 0.5em; */
}


/********************************
******** lightbox **************/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption {
	float: left; 
}
#keyboardMsg { 
	float: right; 
}
#closeButton { 
	top: 5px; right: 5px; 
}
#lightbox img { 
	border: none; clear: both;
} 
#overlay img { 
	border: none; 
}
#overlay{ background-image: url(/images/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/images/lightbox/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/lightbox/overlay.png", sizingMethod="scale");
	}