body{
margin: 0;
    padding: 0;
    text-align: center;
      background-color: #fee185;
      font : 200 normal 100% Arial, Helvetica, sans-serif;
       text-decoration : none;
      scrollbar-3d-light-color: navy;
      scrollbar-arrow-color: navy;
      scrollbar-base-color: #ffffcc;
      scrollbar-dark-shadow-color: navy;
      scrollbar-face-color: #ffffcc;
      scrollbar-highlight-color: navy;
      scrollbar-shadow-color: navy;
}
A:LINK
{
font-family: Arial, Geneva,  Helvetica, sans-serif;
font-size: 200 normal 100%;
font-weight: normal ;
text-decoration: none;
color: #9a1e45;
}
A:VISITED
{
font-family: Arial, Geneva, Helvetica, sans-serif;
font-size: 200 normal 100%;
font-weight: normal ;
text-decoration: none;
color: #9a1e45;
}
A:HOVER
{
font-family: Arial, Geneva, Helvetica, sans-serif;
font-size: 200 normal 100%;
font-weight: normal ;
text-decoration: none;
color: #061471;
}

A.maly:LINK
{
color: #9a1e45;
font-size: 14px;
font-weight: bold ;
}
A.maly:VISITED
{
color: #9a1e45;
font-size: 14px;
font-weight: bold ;
}
A.maly:HOVER
{
color: #061471;
font-size: 14px;
font-weight: bold ;
}

H1 {
       color : #9a1e45;
       font-size : 200%;
       font-variant : small-caps;
        text-align: center;
}

H2 {
       color : #061471;
       font-size : 100%;
       text-align: left;
}
H3 {
       color : #061471;
       font-size : 100%;
       text-align: center;
}
H4 {
       color : #9a1e45;
       font-size : 100%;
       text-align: center;
}
H5 {
       color : #061471;
       font-size : 110%;
       text-align: center;
       letter-spacing: 4pt;
}

#akapit{
 text-indent: 1cm;
text-align: justify;
 }

p.wyjustowany{
text-align: justify;
} 

p.srodek {
text-align: center;
}

p.prawo {
text-align: right;
}

#main {
    margin: 0 auto;
    padding: 0;
    width: 960px;
    text-align: left;
    background: #ffffcc url(obrazy/bg.gif) repeat-y;
    border-left: 1px solid #9a1e45;
    border-right: 1px solid #9a1e45;
    border-top: 1px solid #9a1e45;
    border-bottom: 1px solid #9a1e45;
}

#header {
    height: 193px;
    background: #ffffcc;
    text-align: center;
    padding: 5px;
}

#header2 {
    height: 80px;
    background: #ffffcc;
    text-align: center;
    padding: 5px;
}

middle {
}


#left {
    float: left;
    padding: 10px;
    width: 180px;
    background: #ffffcc;
}

#cent {
    float: left;
    padding: 10px;
    width: 550px;
    background: #ffffcc;
}

#right {
    float: left;
    padding: 10px;
    width: 150px;
    background: #ffffcc;
    text-align: center;
    vertical-align: middle;
}

#footer {
    clear: both;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #ffffcc;
}



table { width: 100%;
        background-color: #ffffcc;
        padding: 2px;

        color : #000000;
}

TD {
     padding: 2px;
     font-size: 16px;
     border: 0px;
}

td.gora {
         background-color: #ffffcc;
         border: 0px;
         text-align: center;
         vertical-align: top;
}

td.nowa {
         background-color: #ffffcc;
         border: 0px;
         text-align: center;
         vertical-align : center;
}

hr {
  border: none;
  width: 95%;
  background-color: #061471;
  color: #061471;
  height: 1pt;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.markermenu{
width: 200px; /*width of menu*/
background-color: #ffffcc;
}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 0;
}

.markermenu ul li a{
background-color: #ffffcc;
background: url(obrazy/arrow-list.gif) no-repeat 2px center;
font: bold 15px Arial, Geneva,  Helvetica, sans-serif;
color: #9a1e45;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 180px;
background-color: #ffffcc;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #9a1e45;
font: bold 15px Arial, Geneva,  Helvetica, sans-serif;
background-color: #ffffcc;
}

.markermenu ul li a:hover{
color: #061471;
font: bold 15px Arial, Geneva,  Helvetica, sans-serif;
background-color: #ffffcc;
background-image:url(obrazy/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */
