/*  (c)2009 NTec Net Technologies : ( http://ntec.com.pl )
    --------------------------------------------------------------
	Pomoc techniczna : http://ntec.com.pl
    --------------------------------------------------------------
*/

a 	  { color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
a:link    { color: #000; }
a:visited { color: #000; }
a:active  { color: #000; }
a:hover   { color: #FFF; background-color: #FF3300; }

html {overflow-y:hidden; }

body {	background-color: #FFF;
	/* background-image: url(../img/bg.jpg); */
	overflow: hidden; 
	background-repeat: no-repeat;

	text-align: center; /* wysrodkowuje DIV'y w IE */
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; }

img {
	border: 0px solid #FFF;} 

/* ########## ########## ########## D I V ########## ########## ########## */

/* HEADER */


.flash    { width: 100%;
            height: 100%;
	    float: left;
	    overflow: hidden;
	    position:absolute;
	    z-index:1;
	    color: #E9F1FC; font-family: Arial, Helvetica, sans-serif; font-size: 12px;text-align: left; cursor: help; }

.content  { width: 100%;
			height: 100%;
	    float: none;
	    position:static;
	    overflow: hidden;
	    z-index:-1;
	    display:block;
	    color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 12px;text-align: center; cursor: help; }

.content:hover  { border-bottom:1px dashed #FFF; }


/* ########## ########## ########## T E X T ########## ########## ########## */


/* H1 H2 H3 ITP.. 
==================*/

h1 {	font-family: Arial;
	font-size: 20px;
	text-decoration: none;
	color: #333;
	text-align: center; }

h2 {	font-family: Arial;
	font-size: 18px;
	text-decoration: none;
	color: #333;
	text-align: center; }

h3 {	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	color: #333;
	text-align: center; }

h4 {	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	text-align: center; }

h5 {	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	text-align: center; }

h6 {	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	text-align: center; }


/* HMMM.. 
===========*/


/* ZMIANA WYGLADU TABELKI PO NAJECHANIU MYSZKA */
td:hover { background-color: #486A84; border-color: #00486A; }
