* { font-family: Arial, Verdana, Trebuchet, Helvetica, Sans-Serif; }
html { 
    margin: 0; padding: 0; font-size: 14px; height:100%;
    background: #FFFFFF;
    }
body { margin: 0; padding: 0; height:100%;
       text-align:left; /* center layout in ie5 and 5.5. */
     }
.linkbar {
        background-color:#333333;
	color:#D5D5D5;
	font-size:14px;
        font-weight:900;
        padding: 0px;
        border-top:solid 1px #35686d;
        }

.linktext:link     {color:#D5D5D5;font-weight:900;}
.linktext:visited  {color:#D5D5D5;font-weight:900;}
.linktext:active   {color:#D5D5D5;font-weight:900;}
.linktext:hover    {color:#FFFFFF;font-weight:900;}



.text1 {
    font-size: 130%;
    font-weight : normal;
    }
.text2 {
    font-size: 120%;
    font-weight : normal;
    }
.text3 {
    font-size: 110%;
    font-weight : normal;
    }
.text4 {
    font-size: 90%;
    font-weight : normal;
    }
.text5 {
    font-size: 80%;
    font-weight : normal;
    }
.text6 {
    font-size: 70%;
    font-weight : normal;
    }

/* PSEUDOKLASY dla odnosnikow */

/* nie odwiedzony */
A:link {
     color : #000000;
     text-decoration : none;
     font-weight : normal;
     }

/* odwiedzony */
A:visited {
    color : #FF0000;
    text-decoration : none;
    font-weight : normal;
    }

/* pod wska.nikiem myszy */
A:hover {
    color : #FF0000;
    text-decoration : none;
    font-weight : normal;
    }


/*tabele*/
td {
text-align: left;
vertical-align: top;
font:10pt Arial;
}

th {
font-weight:bold;
}

p.small {line-height:70%;}
p.big {line-height:200%;}

a {
text-decoration: none;
}

a:link     {color:black}
a:visited  {color:black}
a:active   {color:black}
a:hover    {color:blue}



.t11 {
font-family: Tahoma;
font-size: 11px;
font-style: normal;
}
.t9 {
font-family: Tahoma;
font-size: 9px;
font-style: normal;
}

.rotate {
   white-space: nowrap;
   -webkit-transform-origin: 65px 60px;
   -moz-transform-origin: 65px 60px;
   -o-transform-origin: 65px 60px;
   -ms-transform-origin: 65px 60px;
    transform-origin: 65px 60px;
    filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
    -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
    -ms-transform: rotate(-90.0deg);  /* IE9+ */
    -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
    -webkit-transform: rotate(-90.0deg);  /* Safari 3.1+, Chrome */
    transform: rotate(-90.0deg);  /* Standard */
}

.as_button {
    width:20px;
    height:20px;
    cursor:pointer;
    border-style:solid;
    border-width:1px;
    }
.as_button:hover{border-color:#FF00FF;}

hr {
  border: 0;
  width: 98%;
  color: #CCCCCC;
  background-color: #CCCCCC;
  height: 1px;
  }