/* GLOBAL STYLES
--------------------------------------------------------------------*/
@media print {
  * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
  }

  a {
    text-decoration: none !important;
    border: none !important;
    color: inherit !important;
  }

  .inline {
    display: inline;
  }

  .bold {
    font-weight: bold;
  }

  .italic {
    font-style: italic;
  }

  .line_through {
    text-decoration: line-through;
  }

  .error {
    color: #bb3030;
  }

  ul {
    list-style-type: none;
  }

  .pad_left {
    padding-left: 15pt;
  }

  .pad_right {
    padding-right: 15pt;
  }

  .pad_bottom {
    padding-bottom: 16pt;
  }

  input,
  select,
  textarea {
    font-family: Helvetica, Arial, san-serif;
  }

  .capital {
    text-transform: uppercase;
  }

  .right {
    float: right;
    width: auto;
  }

  abbr {
    border: none;
    cursor: help;
    font-style: italic;
  }

  .left,
  ul.galleryImg li,
  .pagination ul li {
    float: left;
    width: auto;
  }

  .ce_text {
    clear: left;
    margin-bottom: 15pt;
  }

  #main .ce_image {
  }

  * html #main .mod_article {
  }

  .ce_download,
  .ce_downloads {
    padding-top: 8pt;
    margin-bottom: 8pt;
  }

  .image_container img {
    margin-top: 8pt;
  }

  .ce_text ul,
  .ce_list ul,
  .ce_text ol,
  .ce_list ol {
    clear: both;
    margin-bottom: 20px;
    list-style-type: square;
    list-style-position: inside;
  }

  .ce_text ol li,
  .ce_list ol li {
    list-style-type: decimal;
  }

  .ce_list ul li,
  .ce_text ul li {
    font-size: 13pt;
  }

  .ce_list ul li:before,
  .ce_text ul li:before {
    content: "" !important;
  }

  .caption {
    clear: both;
    font-size: 11pt;
    padding-bottom: 10pt;
  }

  .invisible,
  #mainNavi,
  .subNavi,
  #NaviArticle,
  #model-close,
  .nav-icon-wrap,
  .back,
  .mod_bsslider,
  .search-form,
  #footer,
  #mainNavi,
  .widget-captcha,
  .widget-submit,
  #footer-like .link-button,
  .headerIcon,
  .float_below_box img[src="svg"] {
    display: none !important;
  }

  #footer-like .ce_multicolumnStart > * {
    color: #000;
  }

  #footer-like .one-fifth {
    clear: none;
    float: left;
    width: 50%;
  }

  #footer-like .two-third {
    display: block !important;
  }

  .clear,
  #clear {
    clear: both;
    height: 0.1px;
    line-height: 0.1px;
    font-size: 0.01em;
    overflow: hidden;
  }

  p,
  dl,
  hr,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ol,
  ul,
  pre,
  table,
  address,
  fieldset {
    margin-bottom: 10px;
  }

  .ce_text p {
    margin-bottom: 12px;
  }

  .list-one li,
  .list-one ol {
    list-style: none;
    padding: 0.5em 0 !important;
    border-top: 1px solid #e9e9e9;
  }

  .list-one ul li:before {
    content: "" !important;
    margin: 0;
    padding: 0;
  }

  .list-one li:last-child,
  .list-one ol:last-child {
    border-bottom: 1px solid #e9e9e9;
  }

  /* LAYOUT STYLES
    --------------------------------------------------------------------*/

  body {
    font: 14pt/1.4 DIN2014-Regular, DIN;
    background: #fff !important;
    color: #333333;
    font-family: "Quicksand", sans-serif;
  }

  #wrapper {
    width: 650px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    padding-left: 2%;
    font-size: 13pt;
  }

  #header {
    position: relative !important;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
  }

  #container {
    width: 650px;
  }

  #main {
    padding: 20px 0;
  }

  #right .inside .mod_article,
  #right .inside .block {
    margin-top: 10px;
    padding-top: 10px;
  }

  #footer-like {
    clear: both;
    position: relative !important;
    font-size: 12pt;
    margin-top: 6pt;
    border-top: 1px solid #ccc;
    padding-top: 20px;
  }

  /* HEADER STYLES
    --------------------------------------------------------------------*/
  .logo {
    height: 40px;
  }

  .logo img {
    float: left;
    height: 130px;
    width: auto;
    margin-bottom: 10px;
  }

  /* OTHERS STYLES
    --------------------------------------------------------------------*/
  h1,
  h2,
  h3,
  h4 {
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
  }
  h1 {
    font-size: 18pt;
  }
  h2 {
    font-size: 16pt;
  }
  h3 {
    font-size: 13pt;
  }
  h4 {
    font-size: 12pt;
  }

  #main .ce_text p {
    padding-bottom: 10pt;
  }

  .text-transparent {
    color: #000;
  }

  /* SITEMAP STYLES
    --------------------------------------------------------------------*/
  .mod_sitemap {
  }

  ul#sitemap_tree a {
  }

  ul#sitemap_tree li {
    margin-top: 8pt;
  }

  ul#sitemap_tree ul li {
    margin-top: 3px;
  }

  ul#sitemap_tree li {
    list-style-type: square;
    margin-left: 16pt;
  }

  ul#sitemap_tree li ul {
    font-weight: normal;
    margin-left: 0px;
  }
  /* FROM STYLES
    --------------------------------------------------------------------*/
  .ce_form {
    margin-bottom: 26px;
  }

  #main form label {
    clear: both;
    float: left;
    width: 120px;
    margin: 5px 0 0 0;
  }

  #main form .checkbox_container input {
    float: left;
    clear: both;
    width: 20px;
  }

  #main form .checkbox_container label {
    clear: none;
    width: 90%;
  }

  span.captcha_text {
    float: left;
    width: 237px;
    margin: 3px 0 0 0;
    padding-left: 130px;
  }

  #main form input.text,
  #main form textarea {
    float: right;
    width: 400px;
    font: 12pt/14px Helvetica, Arial, san-serif;
    padding: 3px;
    margin: 5px 0;
    color: #808080;
    border: 1px solid #aaaaaa;
  }

  #main form textarea {
  }

  #main form p {
  }

  fieldset {
    clear: both;
  }

  div.submit_container input.submit {
    float: right;
    width: 100px !important;
    color: #333333;
    background-color: #cccccc;
    margin-right: 308px;
    font: 12pt/22px Helvetica, Arial, san-serif;
    height: 22px;
    padding: 0;
  }

  /* BACK LINK */
} /*@media ends*/
