body {
     margin:0px;
     padding:0px;
     background-image: url('./back/back.jpg');
     background-repeat:repeat-x;
     background-color:#4C636E;
     font-size:11px;
     font-family:tahoma;
     color:white;
     }

table {
      border-collapse:collapse;
      font-size:11px;
      }

.position {
          text-align:center;
          color:#345678;
          }

.left {
      background-image: url('./back/left.jpg');
      background-repeat:repeat-y;
      }

.right {
       background-image: url('./back/right.jpg');
       background-repeat:repeat-y;
       }

.patka {
       font-family:arial narrow;
       font-size : 12px;
       }

.pata {
      font-family:arial narrow;
      font-size : 10px;
      }

a.tajny, a:active.tajny, a:focus.tajny, a:visited.tajny, a:link.tajny
      {
      color:#345678;
      font-weight:normal;
      text-decoration:none;
      }

a:hover.tajny
      {
      background-color:#345678;
      color:#FFFFFF;
      }

a.link, a:active.link, a:focus.link, a:visited.link, a:link.link
      {
      color:orange;
      font-weight:normal;
      text-decoration:none;
      }

a:hover.link
      {
      text-decoration:underline;
      }

a.link_over, a:active.link_over, a:focus.link_over, a:visited.link_over, a:link.link_over
      {
      color:white;
      font-weight:normal;
      text-decoration:none;
      font-weight:bold;
      }

a:hover.link_over
      {
      text-decoration:underline;
      }

.main
      {
      width:750px;
      }

.leva
      {
      color:white;
      padding:3px;
      font-weight:normal;
      text-decoration:none;
      border-top: solid white 1px;
      border-bottom: solid white 1px;
      border-left: solid white 1px;
      border-right: solid white 1px;
      }

a.balet, a:active.balet, a:focus.balet, a:visited.balet, a:link.balet
      {
      color:white;
      font-weight:normal;
      text-decoration:none;
      }

a:hover.balet
      {
      text-decoration:underline;
      }


/*
--------------------------
                HIARCH MENU
*/
/* Normal state */
.menuItemFirst {
        font-family: tahoma,arial;
        font-size:11px;
        font-weight:normal;
        color:#091925;
        cursor: pointer;
        background-color: White;
        padding: 4px 2px 4px 4px;
        border-top: 1px solid #000000;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
}
.menuItem {
        font-family: tahoma,arial;
        font-size:11px;
        font-weight:normal;
        color:#091925;
        background-color: White;
        padding:4px 4px 4px 4px;
        cursor: pointer;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
}
.menuItemLast {
        font-family: tahoma,arial;
        font-size:11px;
        font-weight:normal;
        color:#091925;
        background-color: White;
        cursor: pointer;
        padding:4px 4px 4px 4px;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;
}

/* On mouse over */
.menuItemFirstOver {
        font-family: tahoma,arial;
        font-size:11px;
        font-weight:normal;
        color:white;
        background-color:#091925;
        cursor: pointer;
        padding:4px 4px 4px 4px;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
}
.menuItemOver {
        font-family: tahoma,arial;
        font-size:11px;
        font-weight:normal;
        color:white;
        background-color:#091925;
        cursor: pointer;
        padding:4px 4px 4px 4px;
        border-left: 1px solid #000000;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
}
.menuItemLastOver {
        font-family: tahoma,arial;
        font-size:11px;
        font-weight:normal;
        color:white;
        background-color: #091925;
        cursor: pointer;
        padding:4px 4px 4px 4px;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
}
.mainMenu {
        font-family: verdana;
        cursor: auto;
        font-size : 11px;
        padding:2px 4px 2px 4px;
        font-weight : 100;
        color : #F47B00;
        background: transparent;
}
/* submenus container */
.submenu { -moz-opacity:.85; filter:alpha(opacity=85); cursor: pointer;}

.topmenu
{
text-shadow:Silver;
font-weight:normal;
text-decoration:none;
color:white;
}

.topmenu:HOVER
{
text-decoration : none;
color:#091925;
}



