body
{
        margin-top:0px;
        margin-left:0px;
        margin-right:0px;
		padding: 0;
        color:#000000;
        font-family:Verdana, Geneva, Arial, sans-serif;
        font-weight:normal;
}

h1
{
        color:#6F6F6F;
        font-family:Verdana, Geneva, Arial, sans-serif;
        font-size:10px;
        font-weight:normal;
        margin-top:0px;
        margin-left:0px;
        margin-right:0px;
        padding:0;
}
h2 {
        color:#0A0A2A;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        font-size:24px;
        font-weight:normal;
		margin:0;
		padding:0;
   }

a:link {
       color:#0000A0;
       text-decoration:none;
       } /* unvisited link */
a:visited {
          color:#000080;
       text-decoration:none;
          }  /* visited link */
a:hover {
        color:#FF0044;
       text-decoration:none;
        }  /* mouse over link */
a:active {
         color:#66FF66;
         text-decoration:none;
         }  /* selected link */

.ods a:link {
       text-decoration:none;
       } /* unvisited link */
.ods a:visited {
       text-decoration:none;
          }  /* visited link */
.ods a:hover {
       text-decoration:underline;
        }  /* mouse over link */
.ods a:active {
         text-decoration:none;
         }  /* selected link */


td a:link {
       color:#FFFFFF;
       text-decoration:none;
       } /* unvisited link */
td a:visited {
          color:#FFFFFF;
       text-decoration:none;
          }  /* visited link */
td a:hover {
        color:#FF0044;
       text-decoration:none;
        }  /* mouse over link */
td a:active {
         color:#6666FF;
       text-decoration:none;
         }  /* selected link */


.linka a:link {
       color:#444444;
       text-decoration:none;
       } /* unvisited link */
.linka a:visited {
          color:#444444;
       text-decoration:none;
          }  /* visited link */
.linka a:hover {
        color:#FF0044;
       text-decoration:none;
        }  /* mouse over link */
.linka a:active {
         color:#444444;
       text-decoration:none;
         }  /* selected link */

p {
  color:#282828;
  font:normal 11px Tahoma, Geneva,Verdana, Geneva, Arial, sans-serif;
  }

ul, ul li {
          margin:5px;
		  margin-left:10px;
          padding:1px;
          }

.kropki {
       border-bottom: 1px dotted #666666;
       border-spacing: 0px;
       }

.kreska {
       border-bottom: 1px solid #666666;
       border-spacing: 1px;
       }
	       
.strona {
        color:#000000;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        font-size:14px;
        font-weight:normal;
        }

.naglowek {
        color:#000000;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        font-size:24px;
        font-weight:normal;
        border-bottom-width:1px;
        border-bottom-style:dotted;
        border-bottom-color:black;
        padding:4px;
   }

	

.img_edit {
		border-style:none;
		}
.button
{
		background-image:url('/img/button.png');
		background-repeat:no-repeat;
		background-position:center center;
		border-style:none;
		border-width:0px;
        color:#000000;
        font-family:Verdana, Geneva, Tahoma, Arial, sans-serif;
        font-size:12px;
        font-weight:normal;
		width:100px;
		height:20px;
}

div.odstep {
           padding-top:10px;
           }

#calosc {
		padding:3px;
        }		   


#zaloguj {
						 background-image:url('/img/info_tlo.gif');
                         background-repeat:no-repeat;
                         color:#A0A0A0;
                         margin:auto;
                         padding-top:10px;
                         padding-left:12px;
                         width:288px;
                         height:138px;
                         position:absolute;
						 left:40%;
                         top: 130px;
                         z-index: 3;
						 display:none;
}
#zaloguj_tlo {
						 background-color:#808080;
                         margin:0;
                         padding:0;
                         position:absolute;
                         width:100%;
                         height:100%;
                         z-index: 1;
						 display:none;
}
#nie_reklama {
       border-top: 1px dotted #666666;
       border-bottom: 1px solid #666666;
	   margin:0;
       }
/**
 * styling for tip content
 * mostly for example
 * note: canvas (the tip itself) cannot be styled here. use javascript options for that.
 */
.bt-content {
  font-size: small;
  color: #000;
  line-height: normal;
}

/* styling for active target elements - usually for background hilighting */
.bt-active {
  /* example:
  background-color: yellow !important;
  */
}
