/*----- Allgemein -----*/
* {
	margin: 0px;
	padding: 0px;
}

a.effect:link, a.effect:visited {
    color: #00863d;
    text-decoration: underline;
}

a.effect:hover, a.effect:active {
    color: #01bd57;
    text-decoration: underline;
}

a.effect2:link, a.effect2:visited, a.effect2:hover, a.effect2:active {
    color: #9b0000;
    text-decoration: underline;
}

a.white:link, a.white:visited, a.white:hover, a.white:active {
    color: #fff;
    text-decoration: underline;
}

a.green:link, a.green:visited, a.green:hover, a.green:active {
    color: #7fb813;
    text-decoration: underline;
}

.alt {
    background-color: #dfedc4;
}


body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    background: url(img/global/body_bg.jpg) repeat-x;
    font-size: 12px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #7fb813;
    padding-bottom: 5px;
}

h2 {
	padding: 0px 0px 0px 5px;
    margin: 0px 0px 5px 0px;
    background-color: #9e8d67;
    color: #fff;
	text-decoration: none;
    font-size: 14px;
}

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

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 16px;
	color: #808080;
	margin: 20px 0px 0px 0px;
}

h6 {
	font-size: 12px;
	color: #808080;
	font-weight: bold;
	margin: 5px;
    padding: 1em;
}

.standard-green {color: #7fb813;}

.standard-bold-green {
	color: #7fb813;
	font-weight: bold;
}

.standard-white {color: #fff;}

.standard-bold-white {
	color: #fff;
	font-weight: bold;
}

p {margin-top: 1.5em;}

p.subhead {
	padding: 0px;
    margin: 0px 0px 5px 0px;
    color: #808080;
    font-size: 12px;
	font-weight: bold;
}

img {border: none;}

input {
	font-size: 12px;
}

input.hidden {
    display: none;
}

.inputfield {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 1px;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #ccc;
}

input.checkbox, input.radio {border: none !important;}

.clear {clear: both;}

.left {float: left;}

.right {
	float: right;
	vertical-align: bottom;
}

.hint {
	color: #9b0000;
	font-weight: bold;
}

.hint-box {
    padding: 5px;
    margin: 10px 0;
    clear: both;
    border: 1px solid #087f24;
    color: #087f24;
    background-color: #b4d8bd;
}

#main-area {
	margin: 0px auto 0px auto;
	padding: 0px 20px;
	width: 950px;
	background: url(img/global/main-area_bg.png) repeat-y;
}

* html #main-area {
    margin: 0px auto 0px auto;
    padding: 0px 20px;
    width: 950px;
    background: url( img/global/body_bg_test.jpg ) no-repeat;
}

#main-area a.logo {
    margin: 10px 0px 0px 20px;
    float: left;
    background-image: url(img/global/logo.gif);
    background-repeat: no-repeat;
    width: 480px;
    height: 60px;
}

#shadow-top, #shadow-bottom {
	margin: 15px auto 0px;
	width: 990px;
	height: 20px;
}

#shadow-top {
    background-image: url(img/global/shadow-top.png);
    background-repeat: no-repeat;
}

#shadow-bottom {
    margin-top: -0px;
    background-image: url(img/global/shadow-bottom.png);
    background-repeat: no-repeat;
}
* html #shadow-bottom {
    background-image: url(/images/transp.gif);
}

* html #shadow-top {
    background-image: url(/images/transp.gif);
}


#service-area ul {
	border-top: 1px dashed #808080;
	border-left: 1px dashed #808080;
}

#service-area {
    float: right;
    border-right: 1px solid #fff;
    margin-top: 2px;
    width: 423px;
    height: 80px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

#service-area a {
	color: #000;
	text-decoration: none;
}

#service-area ul {
    float: left;
    list-style-type: none;
    width: 140px;
    font-size: 10px;
    height: 61px;
    border-top: 1px dashed #808080;
    border-left: 1px dashed #808080;
    list-style-position: inside;
    padding: 10px 0px 0px 0px;
}

#service-area ul li {
    height: 15px;
	padding: 1px 0px 1px 5px;
}

#login-area {
	float: left;
	width: 938px;
	height: 10px;
	margin: 1px 1px 0px 1px;
}

/*----- linke Seite / rechte Seite -----*/
#left-area {
	width: 160px;
    float: left;
    padding: 10px 15px 0px 0px;
}

#right-area {
	width: 160px;
    float: right;
    padding: 10px 0px 0px 15px;
}

.left-box, .left-box2, .right-box, .right-box-spezial {
    background-color: #fff;
    margin-bottom: 10px;
    border-top: 1px dashed #808080;
    width: 160px;
}

.right-box-spezial {
	clear: both;
	background-color: #ffe5e5;
}

.right-box-spezial h2 {background-color: #9b0000;}

.left-box2 {
    text-align: center;
    padding-top: 10px;
	margin-bottom: 10px;
	border-top: 1px dashed #808080;
}

/*----- linke Seite -----*/

a.direct-order-image{
    background-image: url(img/global/directorder_10.04.09.gif);
    background-repeat: no-repeat;
    display: block;
    margin: auto;
    width: 130px;
    height: 130px;
}

a.introduce-dwshop{
    background-image: url(img/global/about_us.gif);
    background-repeat: no-repeat;
    display: block;
    margin: auto;
    width: 130px;
    height: 130px;
}

a.contact-image{
    background-image: url(img/global/service.gif);
    background-repeat: no-repeat;
    display: block;
    margin: auto;
    width: 130px;
    height: 130px;
}

a.welthungerhilfe-image{
    background-image: url(img/global/dws_logo.gif);
    background-repeat: no-repeat;
    display: block;
    margin: auto;
    width: 149px;
    height: 82px;
}

/*----- Content -----*/
#content-area {
    width: 790px;
    float: left;
	margin-bottom: 10px;
}

#breadcrumb {
	margin: 10px 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#breadcrumb a {
    color: Black;
    text-decoration: none;
}

/*.navigation-buttons {
	height: 25px;
	margin-top: 20px;
}*/

.back-button {
    float:left;
    background-image: url("img/buttons/back.gif");
    background-repeat: no-repeat;
    width: 130px;
    height: 25px;
}
/*----- Footer -----
#footer {
	width: 950px;
	padding: 10px 0px;
    text-align: center;
    background-color: #ddd;
	clear: both;
}

#footer a {
    text-decoration: none;
    color: #000;
}*/

.keynote {
	padding: 1em;
	color: #9b0000;
	font-size: 11px;
	font-weight: bold;
	background: url(img/global/info.gif) no-repeat;
	background-position: 5px;
	padding-left: 30px;
    clear: left;
}

#onlinecat-headline {
    float: left;
    width: 585px;
    padding-left: 5px;
    border-bottom: 1px solid #808080;
    margin: 0px 5px 10px 5px;
    color: #808080;
	display: inline;
}

#slot1, #slot2, #slot3, #slot4, #slot5, #slot6, #slot7 {
	display: inline;
	float: left;
}

#slot1 {margin-bottom: 10px;}

#slot2, #slot3, #slot4 {
    width: 190px;
    height: 80px;
   	margin: 0px 5px 10px 5px;
}

#slot5, #slot6, #slot7 {
    width: 190px;
    height: 250px;
	margin: 0px 5px 10px 5px;
    text-align: center;
}

#slot5 .product, #slot6 .product, #slot7 .product {margin: 0px;}

/*----- Bestellprozess -----*/
.order-process {
	color: #8b0041;
	font-size: 12px;
	font-weight: bold;
	margin: 40px 0 25px 0;
    padding: 0 0 10px 0;
	vertical-align: middle;
	text-transform: uppercase;
}

.order-process .intro {
	margin: 0 5px;
	text-transform: none;
}

.order-process .active {padding: 20px 0 20px 70px;}

.order-process .inactive {
	padding: 20px 0 20px 70px;
	color: #aaa;
}

.order-step-1, .order-step-2 {
	float: left;
	width: 250px;
    margin-right: 20px;
}

.order-step-3 {
	float: left;
	width: 250px;
}

.order-step-1 .active {background: url(./img/cart/step-1_on.gif) no-repeat left;}

.order-step-1 .inactive {background: url(./img/cart/step-1_off.gif) no-repeat left;}

.order-step-2 .active {background: url(./img/cart/step-2_on.gif) no-repeat left;}

.order-step-2 .inactive {background: url(./img/cart/step-2_off.gif) no-repeat left;}

.order-step-3 .active {background: url(./img/cart/step-3_on.gif) no-repeat left;}

.order-step-3 .inactive {background: url(./img/cart/step-3_off.gif) no-repeat left;}

/**************************************/
/*          faqPage.xhtml             */
/**************************************/

div.faq ol, div.faq ul  {
    padding-left: 1em;
    list-style-position: inside;
    counter-reset: item;
}
div.faq li.first {margin-top: 20px;}

div.faq ol a {color: #9e8d67;}

div.faq a:visited {color: #333;}

div.faq table.datatable {
border-collapse: collapse;
	width: 100%;
    background-color: transparent;
}

div.faq table.datatable th {
	background-color: #9e8d67;
	white-space: nowrap;
	color: #fff;
	padding: 3px 7px;
	font-weight: bold;
}

div.faq table.datatable td {
    padding: 3px 7px;
}

div.faq table.datatable tr {
    vertical-align: top;
}

div.faq table.datatable tr div.help-account-number{
    width: 100%;
    text-align: center;
}

div.faq table.datatable tr div.help-account-number img{
    padding-top: 0;
    margin: 0 auto;
}

div.faq table.datatable td.bottom-border {
	border-collapse: collapse;
    padding: 0px;
}

div.faq table.datatable td.bottom-border img.page-top{
    background-image: url(img/buttons/page_top.gif);
    background-repeat: no-repeat;
    border: none;
    width: 130px;
    height: 25px;
    float: right;
}

/**************************************/
/*          logoLegendPage.xhtml      */
/**************************************/
div.logoLegend table.datatable {
border-collapse: collapse;
	width: 100%;
    background-color: transparent;
}

div.logoLegend table.datatable th {
	background-color: #9e8d67;
	white-space: nowrap;
	color: #fff;
	padding: 3px 7px;
	font-weight: bold;
}

div.logoLegend table.datatable td {
    padding: 3px 7px;
}

div.logoLegend table.datatable tr {
    vertical-align: top;
}



table.datascroller, table.datascroller-paginator{
    float: right;
    border-collapse: collapse;
}

table.datascroller-paginator{
    margin-top: -2px;
}

table.datascroller-paginator td{
    padding: 0px 3px;
}

table.datascroller img.first{
    background-image: url( img/global/pager_first.gif );
    background-repeat: no-repeat;
    background-position: right -1px;
    width: 14px;
    height: 15px;
}

table.datascroller img.fast_rewind{
    background-image: url( img/global/pager_fast_rewind.gif );
    background-repeat: no-repeat;
    background-position: right -1px;
    width: 18px;
    height: 15px;
}

table.datascroller img.previous{
    background-image: url( img/global/pager_previous.gif );
    background-repeat: no-repeat;
    background-position: right -1px;
    width: 13px;
    height: 15px;
}

table.datascroller img.next{
    background-image: url( img/global/pager_next.gif );
    background-repeat: no-repeat;
    background-position: left -1px;
    width: 13px;
    height: 15px;
}

table.datascroller img.fast_forward{
    background-image: url( img/global/pager_fast_forward.gif );
    background-repeat: no-repeat;
    background-position: left -1px;
    width: 18px;
    height: 15px;
}

table.datascroller img.last{
    background-image: url( img/global/pager_last.gif );
    background-repeat: no-repeat;
    background-position: left -1px;
    width: 14px;
    height: 15px;
}

/*table.datascroller a{
    color:#000000;
    text-decoration:none;
}

table.datascroller-paginator a{
    color:#000000;
    text-decoration: underline;
}*/

table.datascroller-paginator a:hover, table.datascroller-paginator a:active,
table.datascroller-paginator a:focus{
    color:#8b0041;
    text-decoration: none;
}

table.datascroller-paginator td.paginator-active-column a,
table.datascroller-paginator td.paginator-active-column a:hover,
table.datascroller-paginator td.paginator-active-column a:active{
	text-decoration: none !important;
	color: #8b0041 !important;
	font-weight: bold;
}

div.disable-datascroller {
    float:right;
    margin:0 5px 0 10px;
}


div.datascroller-information{
    float:left;
    margin:0 5px;
}

/*---------- For suggestion box -------------*/

.dr-sb-common-container {
    background-color: inherit;
    position: absolute;
    text-align: left;
}

.dr-sb-ext-decor-1 {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.dr-sb-ext-decor-2 {
    border: 1px solid;
    height: 100%;
    width: 100%;
}

.dr-sb-ext-decor-3 {
    height: 100%;
    width: 100%;
}

.dr-sb-overflow {
    overflow-x: hidden;
    overflow-y: auto;
}


.dr-sb-int-decor-table {
    width: 100%;
}

.dr-sb-shadow {
    border: 1px solid;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.dr-sb-int-sel {
    background-position: left top;
    background-repeat: repeat-x;
    cursor: default;
}

.dr-sb-cell-padding {
    padding: 1px 3px 1px 5px;
}

.dr-sb-int {
    cursor: pointer;
}

.dr-sb-ext-decor-2 {
    background-color: #9e8d67;
    border-color: #7fb813;
}

.dr-sb-shadow {
    background-color: #000000;
    border-color: #000000;
    opacity: 1;
}

.dr-sb-int {
    color: #FFF;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
}

.dr-sb-int div.code {
    font-weight: bold;
}

.dr-sb-int div.name {
    font-weight: normal;
    color: #CCC;
}

.dr-sb-int-sel {
    background-color: #1b5ccd;
    background-image: none;
    color: #FFF;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
}

.dr-sb-int-sel div.code {
    font-weight: bold;
}

.dr-sb-int-sel div.name {
    font-weight: normal;
    color: #CCC;
}

/*---------- For spinner box -------------*/

.rich-spinner-input-container{
    background-color: #fff;
    background-image: none;
    border-color: black;   
}

.rich-spinner-input{
    text-align: right;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #ccc;
    color:#000000;
}

/*---------- For error box -------------*/

div.liErrors {
    width: 590px;
    float: left;
	margin-bottom: 10px;
    color: #9b0000;
	font-weight: bold;
    border: #9b0000 solid 1px;
    padding: 5px;
}

