/* DOMYŚLNE KLASY DLA ZNACZNIKÓW HTML */
/* -------------------------------------------------------------------------- */

/***** Body *****/
body { 
 margin: 0;
 padding: 0;
 background-color: #ffffff;
 font-size: 11px;
 color: #000000; 
 font-family: tahoma, verdana, helvetica;
}

/***** Links *****/
a { color: #000000; text-decoration: none; outline: none }
a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }
a:active { color: #000000; text-decoration: underline; }
a:focus { color: #000000; text-decoration: underline; }

/***** Paragraphs *****/
p { border: 0px; margin: 0px; padding: 0px; }

/***** Images *****/
img { border: 0px; margin: 0px; padding: 0px; }

/***** Headers *****/
h1, h2, h3, h4, h5, h6 { border: 0px; margin: 0px; padding: 0px; }

/***** Lists *****/
ul,ol,li { border: 0px; }

/***** Forms *****/
form { border: 0px; margin: 0px; padding: 0px; }
input,select,textarea { font-size: 11px }

/* KLASY GLOBALNE */
/* -------------------------------------------------------------------------- */

/***** Floaty *****/
.float-right   { float:right; }
.float-left    { float:left; }

/***** Czyścik *****/
.clear         { clear:both; height: 1px; font-size: 1px; line-height: 1px; }

/***** Ukrywanie *****/
.hide          { display: none; }

/***** Separatory: spacery *****/
.hrSpacer { height: 15px; font-size: 1px; line-height: 1px }
.hrSpacer1px { height: 1px; font-size: 1px; line-height: 1px }
.hrSpacer2px { height: 2px; font-size: 1px; line-height: 1px }
.hrSpacer5px { height: 5px; font-size: 1px; line-height: 1px }
.hrSpacer10px { height: 5px; font-size: 1px; line-height: 1px }
.hrSpacer15px { height: 15px; font-size: 1px; line-height: 1px }
.hrSpacer20px { height: 20px; font-size: 1px; line-height: 1px }
.hrSpacer25px { height: 25px; font-size: 1px; line-height: 1px }

/***** Separatory: Linie poziome *****/
.hr { background-color: #000000; height: 1px; font-size: 1px; line-height: 1px;}
.hr1 { background-color: #000000; margin-top: 1px; margin-bottom: 1px; height: 1px; font-size: 1px; line-height: 1px;}
.hr5 { background-color: #000000; margin-top: 5px; margin-bottom: 5px; height: 1px; font-size: 1px; line-height: 1px;}
.hr10 { background-color: #000000; margin-top: 10px; margin-bottom: 10px; height: 1px; font-size: 1px; line-height: 1px;}
.hr15 { background-color: #000000; margin-top: 15px; margin-bottom: 15px; height: 1px; font-size: 1px; line-height: 1px;}
