<!--
    tr, td, div, body {
              font-family       : Arial, Helvetica, sans-serif;
              font-size         : 10pt;
              vertical-align    : top;
    }

    p, li, body {
              text-align        : justify;
    }

    a      {
              text-decoration   : none;
              color             : #00c;
    }

    a.gruppe {
              text-decoration   : none;
              color             : #009;
    }

    .small {
             font-size          : 8pt;
    }

    .psmall {
             font-size          : 8pt;
             margin-left        : 5mm;
             margin-top         : -2mm;
    }

    .sep   {
             background-color   : #ccc;
    }

    h3     {
             font-family        : Tahoma, Arial;
             font-size          : 11pt;
             text-decoration    : none;
             color              : #000080;
             font-weight        : bold;
    }

    h4     {
             font-family        : Tahoma, Arial;
             font-size          : 10pt;
             text-decoration    : none;
             font-weight        : bold;
    }

    h6     {
             font-family        : Tahoma, Arial;
             font-size          : 9pt;
             font-weight        : bold;
           }

    #inhalt {
             margin-left        : 3%;
             margin-right       : 3%;
             margin-top         : 10px;
           }

    .content {
             margin-left        : 3%;
             margin-right       : 3%;
             margin-top         : 10px;
    }

    #title {
             font-size          : 22px;
             text-align         : center;
             background         : #cdcdcd;
             padding            : 5px;
             margin             : 20px;
             margin-top         : 10px;
             border-top         : 1px solid #f0f0f0;
             border-bottom      : 1px solid #717171;
             border-left        : 1px solid #f0f0f0;
             border-right       : 1px solid #717171;
    }

    #subtitle {
             font-size          : 12px;
    }

    #productID {
             position           : relative;
             right              : 13px;
             top                : 30px;
             font-size          : 12px;
             text-align         : right;
             margin-right       : 20px;
             font-weight        : bold;
   }

    .totop {
             background         : #cdcdcd;
             text-align         : left;
             padding            : 2px;
   }

   .technical_data {
             background-color   : #999;
   }

   .technical_data th {
             background-color   : #e6e6e6;
             text-align         : center;
             font-weight        : bold;
   }

   .technical_data td.odd {
             background-color   : #f3f3f3;
   }

   .technical_data td.even {
             background-color   : #fff;
   }

-->