/* Base */

html,body {
  margin:0; padding:0; height: 100%;
}

body {
  background-color:#a6b773;
  background-image:url(../img/body_bg.jpg);
  background-repeat:repeat-x;
}

img { 
  border:0; 
}
img.tab {
  float:left; 
}

img.boxdown {
  margin-top: 4px;
  margin-right: 4px;
  border: 0px solid;
  float: left; 
}

ul { 
  margin:0; 
  padding:0; 
}
div, td {
  font-family:segoe,verdana,arial,sans-serif; 
  font-size:12px; 
  color:#294409; 
}

.text2 { 
  font-size:11px; 
  line-height:13px;
}
.text3 { 
  font-size:10px; 
}
.text4 { 
  font-size:9px; 
}
.text5 { 
  font-size:8px; 
}
hr { 
  border:0; 
  border-top:1px solid #d2d8cc; 
}
big { 
  font-size:16px; 
  font-weight:bold; 
}

/* all */

h1 { 
  font-size:18px; 
  padding-top:5px; 
  padding-bottom:6px;
}
.clear { 
  clear:both; 
}
.curs { 
  cursor:pointer; 
}
.param {
  color:#757C83; 
  margin-left:20px; 
}
.left { 
  float:left; 
}
.right { 
  float:right; 
}
.small { 
  font-size:9px; 
}
.cell_middle td, .cell_middle td img { 
  vertical-align:middle; 
}
.lochead { 
  padding:5px 0.6em; 
  text-align:right; 
  height:20px; 
}
.locbody { 
  padding:5px 0.6em; 
  text-align:right; 
}

/* Links */

a:link, a:visited {
  text-decoration: none;
  font-weight: normal;
  color:#787A61;
}
a:hover {
  font-weight: normal;
  color:#4A2E09;
}
li.active a {
  font-weight: normal;
  color:#4A2E09;
}
a.active {
  font-weight:bold;
}
a.none {
  background:url(../src/bg/oxid_pe_.gif) no-repeat scroll right -750px;
  padding-right:20px;
}
a.asc {
  background:url(../src/bg/oxid_pe_.gif) no-repeat scroll right -775px;
  padding-right:20px;
}

a.desc {
  background:url(../src/bg/oxid_pe_.gif) no-repeat scroll right -800px;
  padding-right:20px;
}
a.account { 
  font-weight:bold; 
}

.actions a {
  background:transparent url(bg/oxid_pe_.gif) no-repeat scroll 0 -300px;
  display:block;
  font-size:10px;
  padding-left:12px;
  text-decoration:none;
  white-space:nowrap;
  width:1%;
}


/* Layout */


div#page {
  margin:0 auto;
  width:987px;
  background-color:#ffffff;
}
table#main { 
  width:1018px;
  margin-left:auto;
  margin-right:auto;
  background-image:url(../img/tab_bg.jpg);
}
table#main tr { 
  vertical-align:top; 
}
table#main td#shadowLeft {
  width:16px;
  background-image:url(../img/tab_bg_left.jpg);
  background-repeat:no-repeat;
}
table#main td#shadowRight {
  width:16px;
  background-image:url(../img/tab_bg_right.jpg);
  background-repeat:no-repeat;
}
table#main td#cont {
  width:987px;
  background-color:#ffffff;
}
div#header_bask {
  height:87px;
}
table#main_cont tr { 
  vertical-align:top; 
}
table#main_cont td#contLeft {
  width:209px;
}
table#main_cont td#contNull {
  width:5px;
  background-image:url(../img/cont_null_bg.jpg);
  background-repeat:no-repeat;
}
table#main_cont td#contRight {
  width:760px;
}
#flash_left {
  float:left;
  margin-left:10px;
  margin-top:45px;
  width:447px;
}
#flash_right {
  float:left;
  margin-top:50px;
  width:auto;
}
.box_head {
/* background-image:url(../img/box_header_bg.jpg); */
  width:495px;
  height: 20px;
  line-height: 20px;
  margin-top:4px;
  padding-bottom:6px;
  border-bottom:2px dotted #D2D8CC;
  font-size:16px;
  font-weight:bold;
}

div#box_maintext_head {
  width:771px;
  height:8px;
  background-image:url(../img/box_maintext_head.jpg);
}

div#maintext {
  border-left:1px solid #BAC781;
  border-right:1px solid #BAC781;
  background-color:#F7FCED;
  margin-right:1px;        
  padding-left:20px;
  padding-right:15px;
}

div#box_maintext_foot {
  width:771px;
  height:9px;
  background-image:url(../img/box_maintext_foot.jpg);
}

#addthis {
  position: fixed;
  display: inline;
  top: 230px;
  left: 0px;
  width: auto;
}


/* Warenkorb */

#mask {
  visibility: hidden;
  display:none;
}
#mask iframe {
  visibility: hidden;
  border:none;
}
#mask.on { 
  visibility:visible; 
  display:block; 
  position:fixed; 
  opacity:0.6; 
  filter: alpha(opacity = 60);
  top:0; 
  left:0; 
  width:100%; 
  height:100%; 
  background:#fff; 
  z-index:1500; 
}
div.popup {
  visibility: hidden;
  display:none;
  background-color:#E7F1C2;
  color:#294409;
  background-repeat:repeat-x; 
}
div.popup strong {
  display: block; 
  margin: 9px 0; 
  font-size: 11px;
}
div.on.popup {
  visibility:visible; 
  display:block; 
  position:fixed; 
  top:50%; 
  left:50%; 
  width:250px; 
  height:150px; 
  z-index:2000; 
  margin-top:-75px; 
  margin-left:-125px;   
  border:3px solid #979797; 
  padding:10px;
}
div.on.popup.load {background: #fff url(bg/ajax-loader.gif) center center no-repeat;}
div.on.popup table {
  width:100%;
}
div.on.popup input {
  color:#294409;
  background:#C5DD94;
  font-weight: normal;
  padding:2px;
  width:120px;
}
div.on.popup input.disabled {
  color:#294409;
  background:#E7F1C2;
  border:1px solid #294409;
  font-weight: normal;
  padding:2px;
  width:120px;
}
div.on.popup input.bl {
  position:absolute;
  bottom:10px;
  left:10px;
}
div.on.popup input.br {
  position:absolute;
  bottom:10px;
  right:10px;
}
#zoom {
  padding:0;
  overflow:auto;
  min-width:250px;
  min-height: 150px;
}
#zoom ul.tabs {
  padding:0;
  margin:0;
  background:#F1F1F1;
  height: 30px;
  width:100%;
}
#zoom ul.tabs li {
  list-style: none;
  margin:1px;
  float:left;
}
#zoom a {
  display:block;
  padding:5px;
  background:#fff;
  width:20px;
  text-align: center;
  border:1px dotted #DEDEDE;
  color:#999999;
}
#zoom ul.tabs li.close {
  float:right;
}
div.box {
  margin-top:10px;
}
div.box ul.list {
  margin:0;
  padding:0;
}
div.box ul.list li {
  background:transparent url(bg/oxid_01_.gif) no-repeat scroll 0 -675px;
  display:block;
  float:left;
  padding-left:10px;
  width:190px;
}
div#topswf { 
  position:relative; 
  left:12px; 
  top:50px; 
  width:410px; 
}

/* form allgemein */

form { 
  margin:0; 
}
input.btn { 
  border:1px solid #3D6B13;
  color:#fff;
  background-color:#74a127;
  padding:2px;
  font-size:11px;
  font-weight:normal;
}
input[type=text], input[type=password], select, textarea { 
  border:1px solid #d1e3b1; 
  padding:2px; 
  color:#294409;
  font-weight:bold;
  font-size:12px; 
}
textarea { 
  width:99%; 
  height:205px; 
}
input#test_LoginOpenID {
  background:#FFFFFF url(bg/openid-icon-small.gif) no-repeat scroll 0 50%;
  padding:2px 2px 2px 18px;
}
form#regi input[type=text] { 
  border:1px solid #294409; 
  padding:2px;
  color:#294409; 
  font-weight:bold;
  font-size:12px; 
}
form#regi input[type=password] { 
  border:1px solid #294409; 
  padding:2px;
  color:#294409;
  font-weight:bold;
  font-size:12px; 
}
form#regi select { 
  border:1px solid #294409; 
  padding:2px; 
  font-size:12px; 
}

/* form suche */

div#cont_suche { 
  margin-top:14px;
  margin-bottom:20px;
  width:99%;
  background-image:url(../img/search_bg.png);
  background-repeat:no-repeat;
  line-height:31px; 
  color:#4A2E09; 
  font-size:14px; 
  padding:4px 5px 5px 5px; 
}
div#cont_suche input { 
  vertical-align:middle; 
}
div#cont_suche select { 
  vertical-align:middle; 
  padding:5px;
  border:1px solid #b0b0b0;
  background-image:url(../img/input_bg.gif); 
}
div#cont_suche input[type=text] { 
  padding:6px; 
  width:410px;
  border:1px solid #b0b0b0;
  background-image:url(../img/input_bg.gif); 
}
div#f_suche { 
  margin-left:0px; 
  margin-top:10px;
  margin-right:14px;
  background-image:url(../img/searchstart_bg.png);
  background-position: top right;
}
form.f_suche, input.f_suche, select.f_suche { 
  margin:0px; 
  padding:4px; 
}
input.f_suche {
  width:170px;
  height:18px;
  border:1px solid #b0b0b0; 
  background-image:url(../img/input_bg.gif);
}
select.f_suche {
  vertical-align:middle;
  width:145px;
  height:27px;
  border:1px solid #b0b0b0;
  background:none; 
  
}
span.f_suche { 
  background-image:url(../img/input_bg.gif);
  display:block;
  float:left;
  height:25px;
  margin-right:8px; 
}
select.f_suche option { 
  background-color:#ffffff; 
}

/* Flash Bestseller */

div#bestseller {
  width:772px;
  height:286px;
  background-image:url(../img/bestseller_bg.jpg);
}

/* Footer */

table#main_footer { 
  width:986px;
  height:145px;
  background-image:url(../img/footer_bg.jpg);
}
table#main_footer tr { 
  vertical-align:top; 
}
table#main_footer td#foot0 { 
  color:#666c5a; 
  width:230px; 
  padding-top:48px; 
  text-align:center; 
}
table#main_footer td#foot1 { 
  color:#666c5a; 
  width:248px; 
  padding-top:48px; 
}
table#main_footer td#foot2 { 
  color:#666c5a; 
  width:270px; 
  padding-top:48px; 
}
table#main_footer td#foot3 { 
  color:#666c5a; 
  padding-top:48px; 
}


/* ebook Kategoriebaum*/

ul.tree { 
  margin:0;
  padding:0;
  list-style-image:none; 
  list-style-position:outside; 
  list-style-type:none;
  margin-left:15px;
}
ul.tree ul {
  margin:0;
  padding:0;
  list-style-image:none; 
  list-style-position:outside; 
  list-style-type:none;
}
ul.tree li {
  line-height:20px;
  width:auto; 
}
ul.tree ul.active li { 
  background:transparent url(bg/oxid_pe_.gif) no-repeat scroll -0 -295px;
  display:block;
  font-size:11px; 
  color:#A6B773; 
  padding-left:10px; 
}
ul.tree li.active { 
  color:#A6B773; 
}
ul.tree ul.active li a { 
  color:#787A61; 
}
ul.tree ul.active li.active a {
  color:#4A2E09;
}
ul.tree ul.active li:hover a {
  color:#4A2E09;
}
div#box_ebook_head {
  width:195px;
  height:40px;
  background-image:url(../img/box_ebook.jpg);
}
div#box_ebook_cont {
  width:194px;
  min-height:50px;
  border-right:1px solid #6c9a21;
  border-bottom:1px solid #6c9a21;
  background-color:#f7fced;
  background-image:url(../img/box_ebook_bg.jpg);
  background-repeat:no-repeat;
  background-position: bottom;
}


/* digi1 */

div#box_digi1_head {
  width:195px;
  height:40px;
  background-image:url(../img/box_digi1.jpg);
}
div#box_digi1_cont {
  width:194px;
  min-height:50px;
  border-right:1px solid #d2d8cc;
  border-bottom:1px solid #d2d8cc;
  background-color:#ffffff;
  background-image:url(../img/box_digi1_bg.jpg);
  background-repeat:no-repeat;
  background-position: bottom;
}

/* digi2 */

div#box_digi2_head {
  width:195px;
  height:56px;
  background-image:url(../img/box_digi2.jpg);
}
div#box_digi2_cont {
  width:194px;
  min-height:50px;
  border-right:1px solid #d2d8cc;
  border-bottom:1px solid #d2d8cc;
  background-color:#ffffff;
  background-image:url(../img/box_digi1_bg.jpg);
  background-repeat:no-repeat;
  background-position: bottom;
}

/* banner */

div#box_banner {
  width:195px;
  margin-left:10px;
}

/* Trusted Shops */

div#box_ts {
  width:195px;
  margin-left:10px;
}

/* download */

div#box_down_head {
  width:248px;
  height:43px;
  background-image:url(../img/box_down.jpg);
}
div#box_down_cont {
  width:246px;
  min-height:50px;
  border-left:1px solid #acbd71;
  border-right:1px solid #acbd71;
  background-color:#E9F2C5;
}
div#box_down_cont div { 
  margin:0; 
  margin-left:15px; 
  margin-right:15px; 
  line-height:14px; 
}
div#box_down_foot {
  width:248px;
  height:6px;
  background-image:url(../img/box_down_foot.jpg);
}

/* tags */

div#box_tags_head {
  width:248px;
  height:20px;
  background-image:url(../img/box_tags_head.jpg);
}
div#box_tags_cont {
  width:246px;
  border-left:1px solid #cacfc4;
  border-right:1px solid #cacfc4;
  background-color:#eaede6;
}
div#box_tags_cont div { 
  margin:0; 
  margin-left:15px; 
  margin-right:15px; 
}
div#box_tags_foot {
  width:248px;
  height:20px;
  background-image:url(../img/box_tags_foot.jpg);
}

/* Content */

td#content_left {
  width:502px;
}
td#content_right {
  width:248px;
}
div#getNewestArticles {}

/* Warenkorb */

div.ordersteps { 
  height:90px; 
}
div.ordersteps dl.active {  
  background-color:#A6B773; 
  border:1px solid #9FC74D;
}
div.ordersteps dl.lastinrow { 
  margin:0; 
}
div.ordersteps dl { 
  float:left; 
  border:1px solid #9FC74D;
  background-color:#E7F1C2;
  height:70px;
  margin:0 37px 0 0;
  width:120px;
}
div.ordersteps dl dt, div.ordersteps dl dd { 
  margin:3px; 
}
div.ordersteps dd { 
  margin:0; 
  font-size:9px;
}
div.bar.prevnext {
  height:27px;
  margin:5px;
  padding:0;
}
div.frombasket { 
  display:inline; 
}
table.basket {
  border:1px solid #A6B773;
}
th.ta_right, td.sumdesc, td.price, td.vat, td.totalprice { 
  text-align:right; 
}

/* Bewertungen */

#write_review {
  display: none;
}
.rating_review_background { 
  width:89px; 
  height:16px; 
  margin:0; 
  padding:0; 
  background: url(bg/stars.jpg) no-repeat 0 0;
}
.onestar {
  background-position:-72px -38px
}
.twostar {
  background-position:-54px -38px
}
.threestar {
  background-position:-36px -38px
}
.fourstar {
  background-position:-18px -38px
}
.fivestar {
  background-position:0 -38px
}
ul.rating {
  width:89px; 
  height:16px; 
  margin:0 0 3px; 
  padding:0; 
  list-style:none; 
  clear:both; 
  position:relative; 
  background: url(bg/stars.jpg) no-repeat left top;
}
ul.rating li {
  cursor: pointer; 
  float:left;
}
ul.rating li a {
  position:absolute; 
  left:0; 
  top:0; 
  width:18px; 
  height:16px; 
  text-decoration:none; 
  z-index: 200;
}
ul.rating li a b {
  display: none;
}
ul.rating li.one a {
  left:0
}
ul.rating li.two a {
  left:17px;
}
ul.rating li.three a {
  left:34px;
}
ul.rating li.four a {
  left:51px;
}
ul.rating li.five a {
  left:68px;
}
ul.rating li a:hover {
  z-index:2; 
  width:89px; 
  height:16px; 
  overflow:hidden; 
  left:0; 
  background: url(bg/stars.jpg) no-repeat 0 -18px
}
ul.rating li.one a:hover {
  background-position: -72px -18px;
}
ul.rating li.two a:hover {
  background-position: -54px -18px;
}
ul.rating li.three a:hover {
  background-position: -36px -18px;
}
ul.rating li.four a:hover {
  background-position: -18px -18px;
}
ul.rating li.five a:hover {
  background-position: 0 -18px;
}
.rating_review_input {
  margin:0; 
  height:16px;
}

.rating li.current_rate {
  background: url(bg/stars.jpg) left bottom; 
  position: absolute; 
  height: 16px; 
  z-index: 1;
}

/* bewertung detail */

ul.rating_hw {
  width:89px; 
  height:16px; 
  margin:5px 0 3px; 
  padding:0; 
  list-style:none; 
  clear:both; 
  position:relative; 
  background: url(bg/stars_hw.jpg) no-repeat left top;
}
ul.rating_hw li {
  cursor: pointer; 
  float:left;
}
ul.rating_hw li a {
  position:absolute; 
  left:0; 
  top:0; 
  width:18px; 
  height:16px; 
  text-decoration:none; 
  z-index: 200;
}
ul.rating_hw li a b {
  display: none;
}
ul.rating_hw li.one a {
  left:0
}
ul.rating_hw li.two a {
  left:17px;
}
ul.rating_hw li.three a {
  left:34px;
}
ul.rating_hw li.four a {
  left:51px;
}
ul.rating_hw li.five a {
  left:68px;
}
ul.rating_hw li a:hover {
  z-index:2; 
  width:89px; 
  height:16px; 
  overflow:hidden; 
  left:0; 
  background: url(bg/stars_hw.jpg) no-repeat 0 -18px
}
ul.rating_hw li.one a:hover {
  background-position: -72px -18px;
}
ul.rating_hw li.two a:hover {
  background-position: -54px -18px;
}
ul.rating_hw li.three a:hover {
  background-position: -36px -18px;
}
ul.rating_hw li.four a:hover {
  background-position: -18px -18px;
}
ul.rating_hw li.five a:hover {
  background-position: 0 -18px;
}

.rating_review_input {
  margin:0; 
  height:16px;
}

.rating_hw li.current_rate_hw {
  background: url(bg/stars_hw.jpg) left bottom; 
  position: absolute; 
  height: 16px; 
  z-index: 1;
}

/* --- */


dl.review { 
  margin: 5px 0; 
  padding-top: 5px; 
  border-top: 1px solid #ccc;
}
dl.review dt {
  margin-bottom: 7px; 
  height: 1em;
}
dl.review dd {
  clear: both; 
  margin: 0;
}
dl.review .param {
  margin-left: 20px; 
  color: #757C83;
}
textarea.fullsize {
  width:99%;
  height:70px;
}

/* Account */

.account_header dl {
  border:1px solid #acbd71;
  background-color:#e7f1c2;
  margin:3px 0;
  padding-top:10px;
  padding-bottom:2px;
  text-align:center;
  width:98%;
  height:50px;
}
.account_header dd {
  color:#666666;
  font-size:9px;
  margin:2px 0;
  padding-left:8px;
}


/* Tab Boxen */

#tab_box {
  border:1px solid #D2D8CC;
  background-color:#F8F9F4;
}

/* Produkt-Details */

#product_des {
  text-align: justify;
  padding:20px;
}
#product_aut {
  text-align: justify;
  padding:20px;
}
#product_vot {
  background-color:#f6f2e5;
  text-align: justify;
  padding:20px;
}
#product_adv {
  text-align: justify;
  padding:20px;
}

div.morepics { 
  margin-top:10px;
  margin-left:20px;
  margin-right:20px;
  
}

/* Produkt-Listen */

#product_list {
  border-bottom:1px solid #D2D8CC;
  margin-bottom:5px;
  padding:5px;
}
#product_list .amount {
  text-align:right;
}
#product_list .tocart {
  text-align:right;
}
#product_list .tocart input {
  background:transparent url(bg/buttons_pe_.gif) no-repeat scroll 0 0;
  border:0 none;
  color:#FFFFFF;
  cursor:pointer;
  font-weight:normal;
  height:18px;
  padding:0 0 0 23px;
  font-size:11px;
}
#product_list .fromlist input {
  background:transparent url(bg/buttons_pe_.gif) no-repeat scroll 0 -50px;
  border:0 none;
  color:#FFFFFF;
  cursor:pointer;
  font-weight:normal;
  height:18px;
  padding:0 0 0 23px;
  font-size:11px;
}
div.fromlist {
  position:relative;
  top:-18px;
  width:150px;
}

/* Seitenumschaltung */

.locbody { 
  border-bottom:1px solid #D2D8CC; 
  background-color:#FFFFFF; 
  margin-bottom:5px; 
}
.locbody_tab { 
  width:100%; 
  border:0px; 
  margin-bottom:5px; 
}
.locbody_tab td a { 

}

/* Fehlermeldungen */

.errorbox{
   font-size:13px;
   font-weight:bold;
   border:1px solid #FD6347;
   background-color:#f6f2e5;
   color: #FD6347;
   text-align: center;
   vertical-align: middle; 
   padding: 8px;
   margin:3px 0px 10px;
   width:97%; 
   float: none;
   margin-bottom:10px;
}
.err {
   font-size:10px;
   font-weight:bold;
   color:#FD6347;
   float:none;
   padding-bottom:10px;
}
.errorbox p{
   margin: 0;
}
.errorbox.inbox {
   width: 95%; 
   margin: 5px 0; 
   float: none;
}
#body.plain .errorbox {
   width: auto; 
   font-size:10px; 
   font-weight:bold; 
   color:#D81F01; 
   margin: 20px; 
   padding: 0; 
   border: none; 
   width: 95%;
}
#body.plain .errorbox a {
  color:#D81F01; 
  text-decoration: underline;
}
#body.plain .errorbox a:hover {
  color:#666;
}
#body.plain .errorbox .errhead {
  background: #D81F01; 
  color: #fff; 
  padding: 5px 15px;
}
#body.plain .errorbox .errbody {
  border: 1px solid #D81F01; 
  padding: 15px;
}


/* -- aktionen -- */

.aktion { line-height:18px; }

.aktion .number { width:50px; font-size:24px; font-weight:bold; color:#294409; }
.aktion .screen { width:400px; }
.aktion .auto { width:auto; }

.aktion table.step1 { height:260px; background-image:url(../img/aktion1.jpg); background-repeat:no-repeat; }
.aktion table.step2 { height:260px; background-image:url(../img/aktion2.jpg); background-repeat:no-repeat; }
.aktion table.step3 { height:260px; background-image:url(../img/aktion3.jpg); background-repeat:no-repeat; }

/* -- sitemap -- */

#sitemap ul { 
  line-height:18px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin-left:15px;
}

#sitemap li {
  background:transparent url(bg/oxid_pe_.gif) no-repeat scroll 0 -297px;
  padding-left:15px;
}


