        .rezeptlist {
          width:561px;
          border-top: 1px solid #DEDEDE;
          font-family: Arial, Helvetica, sans-serif !important;
          font-size: 13px !important;
          _width: 560px;
        }
        .rezeptlist .item {
          padding: 2px 0 2px 0;
          border-bottom: 1px solid #DEDEDE;
        }
        .rezeptlist .item img, .rezeptlist .item .nopic{
          width: 40px;
          margin-right: 12px;
          display:block;
          float:left;
        }
        .rezeptlist .item .title {
          float:left;
          width: 222px;
          margin: 4px 12px 4px 0;
        }
        #content .rezeptlist .item .title a {
          color: #206B39;
          font-weight: normal;
        }
        .rezeptlist .item .category {
          float:left;
          color: #999;
          width: 182px;
          margin-right: 12px;
          margin-top: 4px;
          _margin-right: 5px;
        }
        .rezeptlist .item .lover {
          float:left;
          color: #66922A;
          font-size: 13px;
          width: 40px;
          margin-right: 12px;
          margin-top: 3px;
          text-align: right;
        }
        .rezeptlist .item .lover a {
          float:right;
          width: 14px;
          height: 12px;
          margin: 3px 10px 0 2px;
          cursor: pointer;
          background-image: url(/DE/images/layout_new/bg_heart.png);
          background-repeat: no-repeat;
        }
        .rezeptlist .item .lover a:hover {
          text-decoration: none !important;
          background-position: 0 -12px;
        }
        .rezeptlist .item .actions {
          width: 27px;
          float:right;
        }
        #content .rezeptlist .item .actions a {
          background-image: url(/DE/images/layout_new/bg_btn_actions.gif);
          background-repeat: no-repeat;
          display: block;
          width: 27px;
          height: 25px;
          position: relative;
          outline: 0;
        }
        #content .rezeptlist .item .actions a:hover {
          background-position: 0 -25px;
        }

        #content .rezeptlist .item .actions a.active {
          background-position: 0 -50px;
        }
        
        /* REZEPT EINGABEMASKE */
        #newRezept {
          margin-top: 3em;
          display: none;
        }
        #newRezept .image img, #WE_UI_DEL_CHECKBOX_Abbildung, #newRezept .image label, #exportPDF {
          display: none;
        }
        #newRezept .area, #exportPDF .area {
          background-image: url(/DE/images/layout_new/bg_area_rezept.png);
          background-repeat: repeat-x;
          margin-bottom: 6px;
          padding: 6px 6px 16px 6px;
          color: #666;
          background-color: #E5EBD3;
        }
        #newRezept .row {
          margin: 2px 0 0 0;
        }
        #newRezept input, #newRezept textarea, #newRezept select, #exportPDF input, #exportPDF textarea, #exportPDF select {
          background-color: #FFF;
          color: #333;
          border: 1px solid #999;
          padding: 3px 2px;
          font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
          font-size: 13px;
        }
        #newRezept .input, #exportPDF .input {
          width: 542px;
        }
        #newRezept .inputsml {
          width: 31px;
        }
        #newRezept .select {
          width: 254px;
        }
        #newRezept .vegetarian {
          margin-left: 100px;
        }
        #newRezept h4, #exportPDF h4 {
          font-size: 13px;
          color: #333;
          font-weight: normal;
          margin-bottom: 10px;
        }
        #newRezept .desc {
          font-size: 11px;
          color: #666;
        }
        #titleselector img {
          margin: 3px;
          border: 5px solid #FFF;
          cursor: pointer;
        }
        #titleselector img.active {
          border: 5px solid #9DC62D;
        }
        #downloadPDF {
          display:none;
          background: transparent  url(/DE/images/layout_new/bg_popup_download.png) repeat-x 0 0;
        }
        #downloadPDF h3 {
          color: #00523F;
          font-weight: normal !important;
          font-size: 19px;
        }
        #downloadPDF #process {
          display:block;
          text-align: center;
        }
        #downloadPDF #process img {
          margin-top:2em;
          border: 1px solid #CECECE;
          padding: 1px;
        }
        #downloadPDF #download {
          display:none;
          text-align: center;
        }
        /* BUTTONS FUER REZEPTANLEGEN */
        #content input.btn, #box_LBProd input.btn {
          background: transparent url(/DE/images/layout_new/btn_new_freeprod.png) no-repeat 0 2px;
          color: #1F6B39;
          padding-left:17px;
          font-family: Arial;
          font-size: 11px;
          border: none;
          height: 27px;
          text-align: left;
          cursor: pointer;
        }
        #content input.BtnNewRezept {
          background-image: url(/DE/images/layout_new/btn_new_rezept.png);
          width: 130px;
          height: 29px;
          margin-top: 10px;
        }
        #newRezept input.addFreeProd {
          width: 183px;
        }
        #newRezept input.addLBProd {
          background-image: url(/DE/images/layout_new/btn_new_lbprod.png);
          width: 213px;
        }
        #newRezept input.delete {
          background-image: url(/DE/images/layout_new/btn_del_prod.png);
          width: 65px;
          color: #C00;
        }
        #newRezept input.saveRezept, #exportPDF input.savePDF {
          background-image: url(/DE/images/layout_new/btn_save_rezept.png);
          width: 194px;
          height: 29px;
          margin-top: 15px;
          padding-left:20px;
        }
        
        /* POPUP MENU */
        #content .actionmenu {
          position:absolute;
          display:none;
          left: 100px;
          top: 200px;
          background-color: #FFF;
          border: 3px solid #7B9B25;
          border-bottom-width: 2px;
          width: 205px;
          z-index: 10;
        }
        #content .actionmenu ul {
          margin: 0;
          padding: 0;
        }
        #content .actionmenu ul li {
          margin: 0;
          padding: 0;
          border-bottom: 1px solid #7B9B25;
        }
        #content .actionmenu a {
          background-image: url(/DE/images/layout_new/bg_btn_actions_thumbs.png);
          background-repeat: no-repeat;
          display: block;
          height: 13px;
          padding: 3px 30px 3px 3px;
          font-size: 11px;
          font-weight: normal;
          text-align: right;
        }
        #content .actionmenu a.change {
          background-position: 176px 0;
          color: #1F6B39;
        }
        #content .actionmenu a.book {
          background-position: 176px -19px;
          color: #6B9529;
        }
        #content .actionmenu a.book2 {
          background-position: 176px -57px;
          color: #C00;
        }
        #content .actionmenu a.delete {
          background-position: 176px -38px;
          color: #C00;
        }

        .header {
                font-size: 13px;
                color: #666;
              }
              .col1 {
                width: 46px;
                margin-right: 10px;
                float:left; 
              }
              .col2 {
                width: 116px;
                margin-right: 10px;
                float:left; 
              }
              .col3 {
                width: 289px;
                margin-right: 10px;
                float:left; 
              }
              .col4 {
                float:right;
              }
              .col1 input {
                width: 46px;
              }
              .col2 select {
                width: 116px;
              }
              .col3 input {
                width: 289px;
              }
              .col3 span {
                display:block;
                margin-top: 5px;
              }


#box_LBProd {
  display: none;
  background-color: #CAD8AF;
}

#box_LBProd input.btn {
  background-image: url(/DE/images/layout_new/btn_save_rezept.png);
  width: 194px;
  height: 29px;
  margin-top: 15px;
}
.ui-widget-header .ui-icon {
  background-image:url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header {
  background: #FFF;
  color: #333;
  font-family; Arial;
  font-size: 16px;
  font-weight: normal;
  border:none;
}
#accordion .inner {
  height: 200px !important;
  overflow: hidden;
  overflow-y: scroll;
}
#accordion .inner .item {
  display:block;
  float:left;
  width: 230px;
  margin-right: 15px;
  font-size: 14px;
  color: #333;
  font-family: Arial;
}
#accordion .ui-state-active, #accordion .ui-state-default {
  border-color: #CCC;
  background-image: url(/DE/css/new/images/bg_acc_head.png);
}
#accordion .ui-state-active a, #accordion .ui-state-hover a {
  color: #00523F;
  font-size: 16px;
  font-family: Arial;
  font-weight: normal;
}
#accordion .ui-state-default a {
  color: #669900;
  font-size: 16px;
  font-family: Arial;
  font-weight: normal;
}



        #rezeptsuche {
          margin-top: 30px;
        }
        #rezeptsuche form {
          margin-bottom: 60px;
        }
        #rezeptsuche .col {
          width: 280px;
          float:left;
        }
        #listwrapper {
          height: 205px;
        }
        #rezeptsuche .catlist {
          margin: 0;
          padding: 0;
        }
        #rezeptsuche .catlist li {
          margin: -1px 2px 0 0;
          padding: 0;
          width: 128px;
          display:block;
          float: left;
          padding: 3px 0 3px 0;
          border-top: 1px solid #CCC;
          border-bottom: 1px solid #CCC;
        }
        #rezeptsuche .catlist li a, #rezeptsuche .alpha li a {
          font-size: 13px;
          font-weight: normal;
          color: #206B39;
        }
        #rezeptsuche .alpha {
          margin: 0;
          padding: 2px 0;
          border-top: 1px solid #CCC;
          border-bottom: 1px solid #CCC;
        }
        #rezeptsuche .alpha li {
          display: inline;
          width: 20px;
          margin: 0 1px 0 1px;
        }
        #rezeptsuche .input {
          border: 1px solid #999;
          padding: 2px;
          margin: 0 0 5px 0;
          width: 263px;
        }
        #rezeptsuche select {
          width: 180px;
          margin-left: 19px;
        }
        #rezeptsuche input.btn {
          float:right;
          margin: 5px 5px 0 0;
        }
        #teaserboxen {
          margin-top: 30px;
        }
        #teaserboxen img {
          margin: 0 5px;
        }

        h3 {
          margin-bottom: 10px;
        }

/* Rezept Detail */
h3.border {
  padding-bottom: 10px !important;
  border-bottom: 1px solid #ccc;
}
.rezeptdetail .colleft{
  width: 210px;
  float:left;
  margin: 10px 0 0 20px;
  _display: inline;
}
.rezeptdetail .colright{
  width: 330px;
  float:right;
  margin: 10px 20px 0 0;
}
.rezeptdetail #img {
  margin-bottom: 20px;
}
.rezeptdetail #zutaten ul {
  list-style-type: none;
  margin: 5px 0;
}
.rezeptdetail #zutaten ul li {
  border-bottom: 1px solid #ccc;
  padding: 2px 0;
}
.rezeptdetail .copy {
  font-size: 10px;
  color: #999;
  padding: 20px 20px 0 20px;
}
.rezeptdetail .autor {
  height: 71px;
  font-size: 13px;
  color: #666;
  text-align: right;
  line-height: 1.5;
}
.rezeptdetail .autor .rezeptautor {
  color: #005640;
  font-weight: bold;
}
.rezeptdetail h3 .person {
  font-size: 13px;
  color: #666;
}
.rezeptdetail h3 input {
  width: 30px; 
}
.rezeptdetail a.print {
  font-weight: normal !important;
}
.rezeptdetail a.book {
  font-weight: normal !important;
  color: #6B9327 !important;
}
.printer {
  display:none;
  float: right;
  margin-top: 20px;
}
