/*
   Style obowiązujące w całym dokumencie
*/
body        {  background: #f9f2e9;
            }
*           {  font-family: times;
               font-size: 11pt;
               font-weight: bold;
               color: #234425;
            }
H1          {  font-family: times;
               font-size: 20pt;
               color: #205145;
               text-align: center;
            }
H2          {  font-family: times;
               font-size: 16pt;
               color: #201c08;
            }
a:link      {  text-decoration: none;
            }
a:visited   {  text-decoration: none;
            }
a:active    {  text-decoration: underline overline;
            }
a:hover     {  text-decoration: underline overline;
            }
a img       {  border: 0px;
           }
/*
   Style dotyczące układu strony
*/
#Main       {  background: white URL('../img/bg.jpg');
               z-index:0;
               width: 780px;
               height: auto;
               margin-left: auto;
               margin-right: auto;
            }
#Top        {  width: 100%;
               height: 145px;
            }
#MidBar     {  background: white URL('../img/2_mid-info_bar.jpg');
               width: 780px;
               height: 31px;
               margin: 0px;
               padding: 0px;
            }
#MidBarContent
            {  padding-top: 8px;
               margin-left: 180px;
               margin-right: 20px;
               font-family: times;
               font-size: 10pt;
               text-align: right;
            }
#LeftPanel  {  background: URL('../img/left-bg.jpg');
               width: 155px;
               padding: 0px;
               margin: 0px;
               border: 0px;
               vertical-align: top;
               float: left;
            }
#LeftUpper  {  background: white URL('../img/2_left_upper-empty.jpg');
               width: 100%;
               height: 80px;
            }
#LeftMid    {  background: white URL('../img/left_mid-menu.jpg');
               width: 100%;
               height: 38px;
            }
#LeftLower  {  background: white URL('../img/left_lower-menuend.jpg');
               width: 100%;
               height: 27px;
            }
.MenuPos    {  background: white URL('../img/left_mid-menu_pos.jpg');
               text-align: center;
               width: 100%;
               line-height: 20px;
               padding-bottom: 6px;
            }
.MenuPos a:link
            {  color: #9a5b4c;
               font-size: 18px;
               font-family: times;
               text-decoration: none;
            }
.MenuPos a:visited
            {  color: #9a5b4c;
               font-size: 18px;
               font-family: times;
               text-decoration: none;
              }
.MenuPos a:active
            {  color: #d98330;
               font-size: 18px;
               font-family: times;
               text-decoration: none;
            }
.MenuPos a:hover
            {  color: #d98330;
               font-size: 18px;
               font-family: times;
               text-decoration: none;
            }
.MenuPos2   {  background: white URL('../img/left_mid-menu_pos.jpg');
               text-align: left;
               width: 100%;
               height: 20px;
               padding-left: 15px;
            }
.MenuPos2 a:link
            {  color: #9a5b4c;
               font-size: 14px;
               font-family: times;
               text-decoration: none;
            }
.MenuPos2 a:visited
            {  color: #9a5b4c;
               font-size: 14px;
               font-family: times;
               text-decoration: none;
              }
.MenuPos2 a:active
            {  color: #d98330;
               font-size: 14px;
               font-family: times;
               text-decoration: none;
            }
.MenuPos2 a:hover
            {  color: #d98330;
               font-size: 14px;
               font-family: times;
               text-decoration: none;
            }
#RightPanel {  background: URL('./img/right-bg.jpg');
               width: 625px;
               padding: 0px;
               margin: 0px;
               border: 0px;
               vertical-align: top;
               float: right;
            }
#graphicDiv { position: absolute;
            }
#LogoDiv    {  background: URL('../img/center_upper-logo.jpg') no-repeat top left ;
               width: 127px;
               height: 149px;
               padding: 0px;
               margin: 0px;
               float: left;
               overflow: visible;
               z-index: 10;
            }
#UpperBow   {  background: URL('../img/right_upper-bow.jpg');
               position: relative;
               width: 498px;
               float: right;
               height: 32px;
            }
#LeftBow    {  background: URL('../img/center_lower-bow.jpg');
               position: relative;
               width: 16px;
               height: 294px;
               clear: left;
               float: left;
            }
#ContentDiv {  z-index: 5;
               clear: right;
               margin-left: 25px;
               margin-right: 15px;
               text-align: justify;
/*               background: #f3eabb;
*/            }
#BottomDiv  {  clear: both;
               background: URL('../img/bottom.jpg') no-repeat top left;
               width: 100%;
               height: 80px;
               margin: 0px;
               spacing: 0px;
               padding: 0px;
            }
#BottomContent
            {  padding: 0px;
               margin: 0px;
               spacing: 0px;
               text-align: center;
            }

/*
   Style dotyczące zawartości strony
*/
.wyroznij   {  font-style: italic;
            }
.pogrub     {  font-weight: bold;
               color: #503502;
               font-size: 12pt;
            }
.przypis    {  font-size: 8pt;
               vertical-align: top;
            }

