body {
   background-color: #DFE2E5;
   margin: 0px;
   padding: 0px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   
   scrollbar-face-color: #616467;
   scrollbar-3dlight-color: #BBBBBB;
   scrollbar-arrow-color:  #BBBBBB;
   scrollbar-track-color: #BBBBBB;
   scrollbar-darkshadow-color: #BBBBBB;
}

a, a.visited {
   color: #001950;
   font-family: sans-serif;
   font-size: 11px;
   text-decoration: none;
}

a:hover, a.active {
   color: #B9003D;
   text-decoration: underline;
}

table {
   font-size: inherited;
}

img {
   border-color: black;
}

hr {
   text-align: center;
   height: 1;
   width: 80%
}

/* główna tabela */
table.mainTable {
   width: 100%;
   height: 99%;
   margin: 0px;
   text-align: center;
   vertical-align: middle;
}

table.backgroundTable {
   width: 750px;
   height: 420px;
   background-color: #FFFFFF;
   text-align: center;
   vertical-align: middle;
   margin: 0px;

}

table.moduleTable {
   width: 748px;
   height: 418px;
   border: 1px solid #000000;
}


td.moduleArea {
   vertical-align: top;
}

td.moduleArea div.moduleArea {
   width: 407px;
   height: 295px;
   max-height: 280px;
   text-align: justify;
   padding: 10px 5px 5px 5px;
   font-size: 11px;
   vertical-align: top;
   overflow: scroll;
   overflow-x: hidden;
   overflow-y: scroll;
}

td.moduleTitle {
   font-weight: bold;
   color: #8B8F8F;
   padding-left: 15px;
   font-size: 18px;
   
}

table.moduleContent {
   width: 746px;
   height: 295px;

}
.moduleImage {
   text-align: right;
   vertical-align: top;
}

/* BetaSoft copyright */
div.copyright {
   width: 750px;
   font-size: 9px;
   color: #001950;
   text-align: left;
   padding-left: 10px;
}
div.copyright a {
   font-size: 10px;
}
div.copyright span {
   font-size: 10px;
   color: #9D0033;
}


/* wielopoziomowe wykazy wypunktowane */
ul.multiList {
   text-align: left;
   margin-left: 20px;
   list-style: decimal;
}
ul.multiList li {
   font-size: 13px;
   font-variant: small-caps;
   margin: 5px;
   margin-bottom: 10px;
}

ul.multiList ul {
   margin-left: 12px;
   list-style: square;
}
ul.multiList ul li {
   font-size: 11px;
   font-variant: normal;
   margin: 0px;
}

ul.multiList ul ul {
   margin-left: 2px;
   list-style: none;
}
ul.multiList ul ul li {
   font-size: 10px;
   margin: 0px;
}

/* jednopoziomowe wykazy wypunktowane */
ul.singleList {
   text-align: left;
   margin-left: 20px;
   list-style: square;
}
ul.singleList li {
   margin-bottom: 5px;
}

/* tabelka z certyfikatami */
table.certTab {
   font-size: 10px;
   text-align: center;
}
table.certTab img {
}
table.certTab b {
}
