﻿/* wlasciwosci globalne --------------------------------------------------- */
body {
	background: #fff url('../grafika/tlo_jess.jpg') top left repeat-x;
	color: #000;
	text-align: left;
	font: normal 13px Tahoma; 
	margin: 0;
	padding: 0;

background-attachment: fixed;
	}






html * { 
	margin: 0; padding: 0;
	}

.clearer { 
	clear: both !important; 
	}

/*
/* wylaczenie borderow dla ostatnich elementow * /
.last {
	border: 0 !important;
}
#szyb_zam {
	background: #fff url('../grafika/bg_right.jpg') top left repeat-x;
}

*/
/* podstawowe style zawartosci -------------------------------------------- */
p { 
	line-height: 1.5em;
	margin-bottom: 0;
	}

h1 { 
	
	}

h2 {/*naglowki*/
	font: italic 17px Arial;
	color: #828282;
	}

h3 { /* menu*/
	font: normal 1em Arial;
	}

h4, legend { /* akapity np w karcie */
	font: italic 17px 'Trebuchet MS';
	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;
	cursor: pointer;
	}
/* TEMP - OPCJE KOLORÓW */
a.white, a.white:visited  {
	color: #ffffff;
	}
	
.yellow  {
	color: #FFD800;
	font-weight: bold;
	}

.white {
	color: #ffffff;
	}

.red  {
	color: #FF0000;
	}
	
.grey {
	color: #CCCCCC;
	}

.blue {
	color: #49ADC7;
	}

.bold {
	font-weight: bold;
	}

.bold_font {
	font-weight: bold;
	font-family: 'Trebuchet MS';
	}

.smal {
	font-size: 0.8em;
	}

