      img
      {
        border: none;
      }


      body
      {
        background-color: #ffefef;

      }


      .head
      {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        z-index: 1;
        background-color: #afFF55;
      }

      .head h1
      {
        color: black;
      }


        .menu
      {
        position: fixed;
        font-family: sans-serif;
        font-size: small;
        font-weight: bold;
        top: 2px;
        width: 11em;
        background-color: #F0F0F0;
        //--background-image: url(pics/site/menu-bg.gif);
        background-repeat: no-repeat;
        z-index: 3;
        border-color:#716F64;
        border-width:thin;
        border-style: dashed;
        margin-top: 2px;
        margin-left: 1em;
        padding-left: 2px;
        padding-top: 2px;
        padding-bottom: 2px;
      }

      .menuinactive a:link
      {
        text-decoration: none;
        color: black;
        line-height: 140%;
      }

      .menuinactive a:visited
      {
        text-decoration: none;
        color: black;
        line-height: 140%;
      }

      .menuinactive a:hover
      {
        text-decoration: none;
        color: orange;
        letter-spacing: 3px;
        font-weight: bold;
        line-height: 140%;
        width: 100%;
        margin-right: 1px;
      }

      .menuinactive a:active
      {
        text-decoration: none;
        color: red;
        letter-spacing: 3px;
        font-weight: bold;
        line-height: 140%;
      }

      .menuinactive a:focus
      {
        text-decoration: none;
        color: red;
        letter-spacing: 3px;
        font-weight: bold;
        line-height: 140%;
      }



      .menuactive a:link
      {
        text-decoration: none;
        color: red;
        line-height: 140%;
      }

      .menuactive a:visited
      {
        text-decoration: none;
        color: red;
        line-height: 140%;
      }

      .menuactive a:hover
      {
        text-decoration: none;
        color: green;
        line-height: 140%;
      }

      .menuactive a:active
      {
        text-decoration: none;
        color: green;
        line-height: 140%;
      }

      .menuactive a:focus
      {
        text-decoration: none;
        color: green;
        line-height: 140%;
      }



      .menuchild
      {
        font-family: sans-serif;
        font-size: small;
        color: red;
        text-decoration: none;
      }



      .loginstatusok
      {
        font-family: sans-serif;
        font-size: small;
        color: green;
        text-decoration: none;
      }

      .loginstatusno
      {
        font-family: sans-serif;
        font-size: small;
        color: red;
        text-decoration: none;
        padding-top: 0px;
        margin-top: 0px;
        top: 0px;
      }


      .content
      {
        position: absolute;
        top: 2px;
        left: 170px;
        z-index: 2;
        background-color: #FFFFFF;
        padding-left: 5px;
        padding-top: 5px;
        padding-right: 5px;
        font-family: sans-serif;
        font-size: small;
        color: black;
      }


      .contentmark
      {
        font-family: sans-serif;
        font-size: small;
        color: red;
      }


      .important
      {
        color: black;
      }

      .important a:link
      {
        color: red;
      }

      .important a:visited
      {
        color: red;
      }

      .important a:hover
      {
        color: green;
      }

      .important a:active
      {
        color: green;
      }

      .important a:focus
      {
        color: green;
      }



      a:link
      {
        color: blue;
      }

      a:visited
      {
        color: blue;
      }

      a:hover
      {
        color: red;
      }

      a:active
      {
        color: red;
      }

      a:focus
      {
        color: red;
      }



      .threadtree
      {
        font-family: monospace;
        font-size: small;
      }

      .threadtree a:link
      {
        color: blue;
      }

      .threadtree a:visited
      {
        color: blue;
      }

      .threadtree a:hover
      {
        color: red;
      }

      .threadtree a:active
      {
        color: red;
      }

      .threadtree a:focus
      {
        color: red;
      }



      .tablelimiter
      {
        font-size: 1px;
        line-height: 1px;
      }


      .counter
      {
        position: fixed;
        bottom: 10px;
      }


      .error
      {
        color: red;
      }

