    a:hover          {
                       text-decoration: underline;
                     }

    #inhalt          {
                       margin-left   : 3%;
                       margin-right  : 3%;
                       width         : 94%;
                       margin-top    : 10px;
                     }

    #title           {
                       background    : #cdcdcd;
                       font-size     : 22px;
                       text-align    : center;
                       padding       : 12px;
                       border-top    : 1px solid #f0f0f0;
                       border-bottom : 1px solid #717171;
                       border-left   : 1px solid #f0f0f0;
                       border-right  : 1px solid #717171;
                     }

    .categoryHeading {
                       font-weight      : bold;
                       background-color : #debebe;
                       padding          : 6px;
                       margin           : 0;
                       font-size        : 16px;
                       color            : #000000;
                       padding-left     : 15px;
                       border-top       : 1px solid #f5f5eb;
                       border-left      : 1px solid #f5f5eb;
                       border-bottom    : 1px solid #7b7b69;
                       border-right     : 1px solid #7b7b69;
                     }

    .emptyField      {
                       background-color : #eaead0;
                       border-bottom    : 1px solid #7b7b69;
                       border-right     : 1px solid #7b7b69;
                     }

    .logoBox         {
                       width            : 120px;
                       height           : 100px;
                     }

    .logoBox a       {
                       background-color : #cdcdad;
                       width            : 120px;
                       height           : 100px;
                       display          : block;
                       border-top       : 1px solid #f5f5eb;
                       border-left      : 1px solid #f5f5eb;
                       border-bottom    : 1px solid #7b7b69;
                       border-right     : 1px solid #7b7b69;
                     }

    .logoBox a img   {
                       margin-top       : 10px;
                       margin-left      : 10px;
                       width            : 100px;
                       height           : 80px;
                     }

    .logoBox a:hover {
                       background-color : #bcbc9c;
                       border-top       : 1px solid #7b7b69;
                       border-left      : 1px solid #7b7b69;
                       border-bottom    : 1px solid #f5f5eb;
                       border-right     : 1px solid #f5f5eb;
                     }

    .logoBox a:hover img {
                       margin-top       : 11px;
                       margin-left      : 11px;
                     }

    .posterBox                 {
                       width            : 120px;
                       height           : 120px;
                     }

    .posterBox a     {
                       background-color : #cdcdad;
                       width            : 120px;
                       height           : 120px;
                       display          : block;
                       border-top       : 1px solid #f5f5eb;
                       border-left      : 1px solid #f5f5eb;
                       border-bottom    : 1px solid #7b7b69;
                       border-right     : 1px solid #7b7b69;
                     }

    .posterBox a img {
                       margin-top       : 10px;
                       margin-left      : 25px;
                       width            : 70px;
                       height           : 100px;
                       font-size        : 12px;
                     }

    .posterBox a:hover {
                       background-color : #bcbc9c;
                       border-top       : 1px solid #7b7b69;
                       border-left      : 1px solid #7b7b69;
                       border-bottom    : 1px solid #f5f5eb;
                       border-right     : 1px solid #f5f5eb;
                     }

    .posterBox a:hover img {
                       margin-top       : 11px;
                       margin-left      : 26px;
                     }

    .textBox         {
                       color            : #0000cc;
                       background-color : #dedecd;
                       width            : 118px;
                       height           : 100px;
                       border-top       : 1px solid #f5f5eb;
                       border-left      : 1px solid #f5f5eb;
                       border-bottom    : 1px solid #7b7b69;
                       border-right     : 1px solid #7b7b69;
                       text-align       : center;
                       vertical-align   : top;
                       padding-top      : 7px;
                     }

    .textBox b       {
                       color            : #000000;
                       font-size        : 15px;
                     }

    .textBox a b     {
                       color            : #0000cc;
                       font-size        : 15px;
                     }

    .linkDown        {
                       background-color : #efefde;
                       padding          : 6px;
                       margin-right     : 12px;
                       border           : 1px solid #e8e8cd;
                     }

    .linkDown:hover  {
                       background-color : #dedecd;
                       text-decoration  : none;
                     }
