/* Definicje startowe i ustawienia domyslne */
/* -------------------------------------------------------------------------- */

/***** Body *****/
body { 
 margin: 0;
 padding: 0;
 background-color: #000000;
 font-size: 11px;
 color: #ffffff; 
 font-family: Consolas,
             Lucida Console,
             Monaco,
             monospace;
}

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

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

/***** Separatory *****/
.hrSeparator { height: 15px; font-size: 1px; line-height: 1px }
.hrSeparator1px { height: 1px; font-size: 1px; line-height: 1px }
.hrSeparator2px { height: 2px; font-size: 1px; line-height: 1px }
.hrSeparator5px { height: 5px; font-size: 1px; line-height: 1px }
.hrSeparator10px { height: 5px; font-size: 1px; line-height: 1px }
.hrSeparator15px { height: 15px; font-size: 1px; line-height: 1px }
.hrSeparator20px { height: 20px; font-size: 1px; line-height: 1px }
.hrSeparator25px { height: 25px; font-size: 1px; line-height: 1px }

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

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

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


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

/***** Global Classes *****/
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }

