/* wlasciwosci globalne --------------------------------------------------- */
body { 
	color: #3C3C3C;
	background: url('../grafika/bg.jpg') repeat-x; 
	text-align: left;
	font: normal 13px Tahoma, Verdana, Helvetica, sans-serif; 
	margin: 0;
	padding: 0; 
	}

html * { 
	margin: 0; padding: 0;
	}


.clearer { 
	clear: both !important; 
}
/*
/* wylaczenie borderow dla ostatnich elementow * /
.last {
	border: 0 !important;
}
*/
/* podstawowe style zawartosci -------------------------------------------- */
p { 
	line-height: 1.5em;
	margin-bottom: 0;
	}

h1 { 
	
	}

h2 {/*naglowki*/
	font: normal italic 17px Arial;
	color: #828282;
	}

h3 { /* menu*/
	font: normal 1em Arial;
	}

h4, legend { /* akapity np w karcie */
	font: normal italic 17px Arial;
	color: #828282;
	}

h5 {
	font-size: 1em;
	}


/* listy */
ul { 
	font-size: 1em; line-height: 1.4em;
	list-style-type: none; list-style-position: outside; 
	margin: 0;
	}

ol { 
	font-size: 1em; line-height: 1.4em;
	list-style-position: outside; 
	margin: 0;
	}

input[type="text"], input[type="password"], textarea, select { /*only ff and ie7 */
	border: 1px solid #C6C6C6;
	font: normal 13px Tahoma, Verdana, Helvetica, sans-serif;
	color: #6B6B6B;
	/*overflow: visible; doesnt work*/
	}
input[type="text"], input[type="password"], select {
	/*height: 20px;*/
	padding: 2px;
	}

/* linki */
a:link, 
a:visited {
	color: #395685;
	text-decoration: none;
	}

a:active, 
a:focus {
	text-decoration: underline;
	}

a:link:hover, 
a:visited:hover {
	text-decoration: underline;
	}

a img { 
	border: 0; 
	}
/* TEMP - OPCJE KOLORÓW */
a.white, a.white:visited  {
	color: #ffffff;
	}
	
.yellow  {
	color: #FFD800;
	font-weight: bold;
	}

.white {
	color: #ffffff;
	}

.red  {
	color: #FF0000;
	font-weight: bold;
	}
	
.grey {
	color: #CCCCCC;
	}

.blue {
	color: #49ADC7;
	}

/*
.bigger  {
	font-size: 1.2em;
	}
	
.warning {
	padding: 1em 0;
	border-top: 1px solid #d9d9d9;
	color: #9c9c9c;
	}

.small {
	font-size: 0.8em;
	}
	
.left { float: left; }
.right { float: right; }
*/
/*
.left50 {
	float: left;
	width: 50%;
	}
	
.right50 {
	float: right;
	width: 50%;
	}
	
.left495 {
	float: left;
	width: 49.5%;
	}
	
.right495 {
	float: right;
	width: 49.5%;
	}
*/
/*
.error-form {
	color: red;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	display:block;
	text-align: left;
	clear:both
	 }
*/
	/*
.podkreslone {
	text-decoration: underline;
	}
	*/
	/*
.red2  {
	color: #eb420d;
	}
	*/