.login-box input[type="password"], .login-box input[type="text"] {
  margin: 3px 0;
  width: 310px;
  height: 18px; }

root {
  display: block; }

a {
  text-decoration: none; }

body {
  background: #fff url("/fileadmin/templates/imageDB/img/bg_imageDB.png") repeat-x;
  margin-top: 0;
  font-family: "arial"; }

.clear {
  clear: both;
  float: none; }

.header {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: 115px; }

.contentwrap {
  margin-left: auto;
  margin-right: auto;
  width: 1000px; }

.sidebar {
  width: 155px;
  padding: 1px;
  float: left;
  color: #fff;
  background-color: #ced5dd;
  margin-right: 8px; }

.sidebar_header {
  width: 147px;
  height: 24px;
  padding-left: 8px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  background-color: #839daa; }

.sidebar_item {
  height: 25px;
  width: 147px;
  line-height: 25px;
  padding-left: 8px;
  color: #919dba;
  font-size: 12px;
  background-color: #f2f3f5; }
  .sidebar_item img {
    margin-right: 10px; }
  .sidebar_item a {
    color: #919dba; }

.content {
  float: right;
  width: 835px; }
  .content .content_header {
    color: #fff;
    line-height: 40px;
    padding-left: 15px;
    background: #fff url("/fileadmin/templates/imageDB/img/content_header_imageDB.png") repeat-x;
    height: 40px;
    width: 820px;
    font-size: 17px;
    text-transform: uppercase; }
  .content .content_bottom {
    background: #fff url("/fileadmin/templates/imageDB/img/content_bg_imageDB.png") repeat-y;
    width: 835px;
    padding-top: 11px;
    border-bottom: 1px solid #ced5dd; }

.navi_header {
  cursor: pointer;
  padding-left: 15px;
  height: 23px;
  width: 820px;
  background-color: #839daa;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  background-image: url("/fileadmin/templates/imageDB/img/navi_close_imageDB.png");
  background-repeat: no-repeat;
  background-position: 820px 6px; }

.navi_header_active {
  background-image: url("/fileadmin/templates/imageDB/img/navi_open_imageDB.png"); }

.subnavi_wrap {
  z-index: 100;
  position: absolute;
  width: 835px;
  padding-bottom: 10px;
  font-size: 14px;
  padding-top: 18px;
  border-bottom: 1px solid #ced5dd;
  background-image: url("/fileadmin/templates/imageDB/img/subnavi_bg_imageDB.png");
  background-repeat: repeat-y; }
  .subnavi_wrap .subnavi {
    float: left;
    width: 263px;
    padding-left: 15px; }
  .subnavi_wrap .cat_name {
    color: #839daa;
    font-weight: bold; }
  .subnavi_wrap .subnavi_prod {
    padding-top: 10px;
    padding-left: 2px;
    color: #839daa;
    cursor: pointer; }
    .subnavi_wrap .subnavi_prod .produce_name {
      padding-left: 16px;
      background-image: url("/fileadmin/templates/imageDB/img/subnavi_prod_close.png");
      background-position-y: 4px;
      background-repeat: no-repeat; }
      .subnavi_wrap .subnavi_prod .produce_name.active {
        background-image: url("/fileadmin/templates/imageDB/img/subnavi_prod_open.png"); }
  .subnavi_wrap .subnavi_types {
    padding: 4px 0;
    padding-left: 30px;
    margin: 0; }
    .subnavi_wrap .subnavi_types a {
      color: #839daa; }
    .subnavi_wrap .subnavi_types li {
      padding: 2px 0; }

.folder_box {
  text-align: center;
  margin-top: 10px;
  margin-right: 3px;
  margin-left: 10px;
  width: 193px;
  height: 145px;
  margin-bottom: 10px;
  float: left; }
  .folder_box .folder_image_wrap {
    height: 115px;
    text-align: center;
    width: 191px;
    border: 1px solid #92a9b4; }
  .folder_box img {
    max-height: 115px;
    max-width: 191px; }
  .folder_box span {
    font-size: 13px;
    color: #839daa; }
  .folder_box:hover .folder_image_wrap {
    border: 2px solid #92a9b4;
    position: relative;
    left: -1px;
    top: -1px;
    box-shadow: 0 0 10px #b0b0b0; }
  .folder_box:hover span {
    z-index: 1;
    position: relative;
    left: 0;
    top: -2px; }

.content_folder {
  margin-left: 1px;
  padding-bottom: 20px; }

.folder_header {
  color: #839daa;
  margin-left: 10px;
  position: relative; }
  .folder_header h3 {
    margin-bottom: 0;
    height: 17px;
    font-size: 17px; }
  .folder_header span {
    font-size: 15px; }

.folder_header_back_button {
  width: 25px;
  height: 20px;
  position: absolute;
  top: -5px;
  right: -322px;
  cursor: pointer;
  background-image: url("/fileadmin/templates/imageDB/img/folder_back_button.png"); }

.content_left_img {
  margin-left: 10px;
  margin-top: 15px; }
  .content_left_img img {
    float: left;
    width: 501px;
    height: auto;
    border: 1px solid #92a9b4;
    margin-bottom: 16px; }
  .content_left_img a {
    float: left; }
    .content_left_img a:first-of-type {
      clear: both; }

.viewResButton {
  text-align: center;
  color: #fff;
  line-height: 29px;
  height: 29px;
  width: 100px;
  margin-right: 20px;
  background-color: #839daa;
  float: left;
  font-size: 15px; }
  .viewResButton:first-of-type {
    clear: both; }

.display_single_left {
  width: 500px;
  float: left; }

.display_single_right_extra {
  margin-right: 12px;
  margin-top: 15px;
  background-image: url("/fileadmin/templates/imageDB/img/display_right_info_bg.png");
  width: 287px;
  padding: 5px;
  border-bottom: 1px solid #839daa;
  border-top: 1px solid #839daa;
  color: #839daa;
  line-height: 23px;
  font-style: italic;
  font-size: 14px; }

.display_single_right {
  float: right; }

.display_single_right_header {
  width: 282px;
  height: 23px;
  margin-right: 12px;
  margin-top: 45px;
  background-color: #839daa;
  color: #fff;
  padding-left: 15px;
  line-height: 23px;
  font-weight: bold;
  font-size: 14px; }

.display_single_right_content {
  background-image: url("/fileadmin/templates/imageDB/img/display_right_info_bg.png");
  width: 297px;
  border-bottom: 1px solid #839daa;
  padding-top: 18px; }

.display_single_info_div {
  overflow: hidden;
  color: #839daa;
  font-size: 15px;
  padding-bottom: 18px; }
  .display_single_info_div div {
    float: left; }
    .display_single_info_div div:first-of-type {
      width: 110px;
      margin-left: 15px; }
    .display_single_info_div div:last-of-type {
      width: 160px;
      white-space: pre-line; }

.display_single_right_toolbar {
  height: 30px;
  padding-left: 200px; }
  .display_single_right_toolbar div {
    float: left;
    height: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    width: 30px;
    background-image: url("/fileadmin/templates/imageDB/img/imageDB_print.png"); }
  .display_single_right_toolbar a div {
    width: 50px;
    background-image: url("/fileadmin/templates/imageDB/img/imageDB_zip.png"); }

.hiddenContent {
  display: none;
  visibility: hidden; }

.tx-srfeuserregister-pi1 {
  background: #fff url("/fileadmin/templates/imageDB/img/content_bg_imageDB.png") repeat-y; }
  .tx-srfeuserregister-pi1 dl {
    padding-top: 22px;
    padding-left: 18px; }
    .tx-srfeuserregister-pi1 dl dt {
      font-size: 12px;
      color: #444;
      text-align: left;
      width: 168px; }
      .tx-srfeuserregister-pi1 dl dt.register_dt_small {
        width: 20px;
        padding-top: 6px; }
      .tx-srfeuserregister-pi1 dl dt.tx-srfeuserregister-pi1-captcha-response {
        margin-top: 60px;
        padding-right: 2px;
        width: 178px; }
    .tx-srfeuserregister-pi1 dl dd {
      font-size: 12px;
      color: #444;
      text-align: left; }
      .tx-srfeuserregister-pi1 dl dd.register_dd_big {
        width: 450px; }
    .tx-srfeuserregister-pi1 dl label.error {
      color: red; }
  .tx-srfeuserregister-pi1 dd {
    position: relative;
    top: -2px; }
    .tx-srfeuserregister-pi1 dd input[type="password"] {
      height: 18px;
      width: 314px; }
    .tx-srfeuserregister-pi1 dd input[type="text"] {
      height: 18px;
      width: 314px; }
      .tx-srfeuserregister-pi1 dd input[type="text"].street_input {
        padding-right: 2px;
        width: 244px; }
      .tx-srfeuserregister-pi1 dd input[type="text"].street_nr_input {
        width: 60px; }
      .tx-srfeuserregister-pi1 dd input[type="text"].zip_input {
        width: 80px;
        padding-right: 2px; }
      .tx-srfeuserregister-pi1 dd input[type="text"].city_input {
        width: 224px; }
    .tx-srfeuserregister-pi1 dd select {
      margin: 0; }
    .tx-srfeuserregister-pi1 dd label {
      padding: 0; }

#tx-srfeuserregister-pi1-first_name {
  margin-bottom: 20px; }

#tx-srfeuserregister-pi1-email {
  margin-bottom: 17px; }

#tx-srfeuserregister-pi1-fax {
  margin-bottom: 17px; }

#tx-srfeuserregister-pi1-position {
  margin-bottom: 17px; }

#tx-srfeuserregister-pi1-language {
  margin: 0;
  margin-bottom: 17px; }

#tx-srfeuserregister-pi1-password_again {
  margin-bottom: 20px; }

#tx-srfeuserregister-pi1-captcha-response {
  margin-bottom: 20px; }

#tx-srfeuserregister-pi1-wants_newsletter {
  margin-bottom: 20px; }

.maincontent {
  border: 1px solid #ced5dd;
  border-top: 0px;
  font-size: 12px; }
  .maincontent .maincontent-header {
    color: #fff;
    line-height: 40px;
    padding-left: 15px;
    background: #fff url("/fileadmin/templates/imageDB/img/content_header_imageDB.png") repeat-x;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    font-size: 17px;
    text-transform: uppercase; }
  .maincontent .maincontent-content {
    padding: 35px 15px 15px;
    text-align: center; }

.login-box {
  border-bottom: 1px solid #ced5dd;
  border-right: 1px solid #ced5dd;
  border-top-left-radius: 1px solid #ced5dd;
  font-size: 12px; }
  .login-box .login-box-header {
    color: #fff;
    line-height: 40px;
    padding-left: 15px;
    background: #fff url("/fileadmin/templates/imageDB/img/content_header_imageDB.png") repeat-x;
    height: 40px;
    width: 820px;
    font-size: 17px;
    text-transform: uppercase; }
  .login-box input[type="password"] {
    margin-bottom: 15px; }
  .login-box .login_button {
    background: #fff url("/fileadmin/templates/imageDB/img/orange_button_arrow.jpg") no-repeat;
    padding-right: 20px;
    height: 28px;
    width: 111px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    border: 0;
    margin-left: 64px;
    cursor: pointer; }
  .login-box .login-box-left {
    box-sizing: border-box;
    width: 50%;
    float: left;
    border-right: 1px solid #ced5dd;
    padding: 15px; }
  .login-box .login-box-right {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 15px; }
    .login-box .login-box-right p {
      height: 88px; }
  .login-box .forgot_password_button {
    border: 1px solid #999999;
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;
    background-color: #eeeeee;
    text-transform: uppercase;
    float: left;
    margin-top: 6px;
    height: 12px;
    line-height: 12px; }
    .login-box .forgot_password_button a {
      font-weight: bold;
      font-size: 10px;
      color: #000000; }
  .login-box .register_button {
    cursor: pointer;
    background: #fff url("/fileadmin/templates/imageDB/img/orange_button.jpg") no-repeat;
    height: 28px;
    width: 111px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    border: 0;
    margin-top: 28px; }
    .login-box .register_button a {
      color: #fff; }
    .login-box .register_button:hover a {
      color: #000000; }

.forgot_box {
  border-bottom: 1px solid #ced5dd;
  padding: 20px 15px; }
  .forgot_box label {
    float: left;
    line-height: 30px;
    margin-right: 10px; }
  .forgot_box input[type="text"] {
    margin-bottom: 20px; }

.forgot_submit_button {
  background: #fff url("/fileadmin/templates/imageDB/img/button_bg.jpg") repeat-x right;
  border: 0;
  color: #fff;
  height: 28px;
  line-height: 28px;
  padding-right: 30px;
  padding-left: 10px;
  text-align: center;
  cursor: pointer;
  margin-left: 5px; }
  .forgot_submit_button:hover {
    color: #000000; }

.tooltip_wrap {
  position: relative; }

.tooltip {
  position: absolute;
  width: 200px;
  border: 1px solid #ea7300;
  padding: 5px;
  left: 536px;
  top: 6px; }

.tx-srfeuserregister-pi1-submit {
  display: none; }

.register_check_button {
  background: #fff url("/fileadmin/templates/imageDB/img/button_bg.jpg") repeat-x right;
  border: 0;
  color: #fff;
  height: 28px;
  line-height: 28px;
  padding-right: 30px;
  padding-left: 10px;
  text-align: center;
  cursor: pointer;
  margin-left: 70px;
  text-transform: uppercase;
  margin-top: 20px; }
  .register_check_button:hover {
    color: #000000; }

img.tx-srfreecap-pi2-image {
  margin: 0;
  margin-bottom: 5px; }

.csc-frame.csc-frame-frame1 {
  background: #fff url("/fileadmin/templates/imageDB/img/content_bg_imageDB.png") repeat-y;
  padding: 0 15px 20px;
  border-bottom: 1px solid #ced5dd;
  font-size: 12px; }
  .csc-frame.csc-frame-frame1 .csc-header.csc-header-n1 {
    position: relative;
    left: -15px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 40px;
    padding-left: 15px;
    background: #fff url("/fileadmin/templates/imageDB/img/content_header_imageDB.png") repeat-x;
    height: 40px;
    width: 820px;
    font-size: 17px;
    text-transform: uppercase; }
    .csc-frame.csc-frame-frame1 .csc-header.csc-header-n1 h1 {
      font-weight: normal;
      font-size: 17px;
      margin: 0; }

.login_button:hover {
  color: #000000; }

.hahn-register .error-text {
  margin-left: 18px;
  padding: 10px;
  width: 466px;
  margin-bottom: 20px;
  color: red;
  font-size: 14px; }
.hahn-register .register-content {
  border: 1px solid #ccc;
  border-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .hahn-register .register-content p {
    padding-left: 18px;
    margin: 0px;
    font-size: 12px; }
.hahn-register .register-row {
  padding-top: 3px;
  padding-left: 18px;
  font-size: 12px;
  min-height: 24px;
  line-height: 24px;
  position: relative; }
  .hahn-register .register-row.error label {
    color: red; }
  .hahn-register .register-row input[type="text"], .hahn-register .register-row input[type="password"] {
    width: 314px;
    height: 18px; }
  .hahn-register .register-row select {
    height: 18px; }
  .hahn-register .register-row .left {
    color: #444;
    width: 168px;
    float: left;
    min-height: 1px; }
  .hahn-register .register-row .right {
    color: #444;
    min-height: 1px;
    float: left;
    width: 600px;
    line-height: initial; }
  .hahn-register .register-row .tooltip {
    position: absolute;
    right: 100px;
    width: 200px;
    border: 1px solid #ea7300;
    padding: 5px;
    line-height: 13px;
    font-size: 12px; }
  .hahn-register .register-row.register-address input:first-of-type {
    width: 241px;
    margin-right: 3px; }
  .hahn-register .register-row.register-address input:last-of-type {
    width: 65px; }
  .hahn-register .register-row.register-city input:first-of-type {
    width: 65px;
    margin-right: 3px; }
  .hahn-register .register-row.register-city input:last-of-type {
    width: 241px; }
  .hahn-register .register-row.register-country select {
    width: 314px; }
  .hahn-register .register-row input[type="checkbox"] {
    margin: 0px 15px; }
  .hahn-register .register-row input[type="submit"] {
    background: #fff url(/fileadmin/templates/imageDB/img/button_bg.jpg) repeat-x right;
    border: 0px;
    color: #ffffff;
    height: 28px;
    line-height: 28px;
    padding-right: 30px;
    padding-left: 10px;
    text-align: center;
    cursor: pointer;
    margin-left: 70px;
    text-transform: uppercase;
    margin-top: 20px; }
.hahn-register .register-header {
  color: #ffffff;
  line-height: 40px;
  padding-left: 15px;
  background: #fff url(/fileadmin/templates/imageDB/img/content_header_imageDB.png) repeat-x;
  height: 40px;
  width: 820px;
  font-size: 17px;
  text-transform: uppercase; }

.no-float {
  clear: both;
  float: none; }
