/* --------------- MEDIA SCREEN --------------- */
/* -------------------------------------------- */
@media screen {


.print {
	display:none; 
	}
	
body {
	margin: 0px; 
	padding: 0px; 
	font-family: arial, tahoma, trebuchet MS; 
	font-size: 13px; 
	color: #484014; 
	background: url('images/bg.jpg') no-repeat #fed100; 
	background-position: top center;
	}
	
img {
	border: 0px;
	}
	
div {
	overflow: hidden; 
	}
			
a:link, a:active, a:visited {
	color: #484014; 
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	} 
	
		
em {
	font-weight: bold;
	}
	
acronym {
	font-style: italic;
	border-bottom: 1px dashed #808080;
	cursor: help;
	}
 


/* ---------- LAYOUT ---------------- */
/* ---------------------------------- */
 

div.max {
	width: 960px;
	margin: 0px auto;
	}
	
div.top img {
	float: left;
	}
	

a.wiecej {
	font-size: 11px;
	}
	
	
	
h1, h2 {
	color: #323226; 
	font-size: 22px; 
	margin: 0px 20px 0px 10px;
	font-family: arial;
	}
	
h2 {
	font-size: 18px; 
	margin: 10px 0px;
	font-weight: normal;
	}
	
li {
	text-align: left;
	}
	
 
	
.alignCenter {
	display: block;
	margin: 0px auto;
	}
	
.alignRight {
	float: right;
	margin: 0px auto;
	}
	
	
div.galeria img {
	float: left;
	margin: 2px 2px;
	border: 1px solid #eed672;
	}

div.galeria1 img {
	float: left;
	margin: 13px 13px;
	}
	
div.galeria200 img {
	float: left;
	margin: 0px 7px;
	}
	
.imgBorder {
	border: 1px solid #eed672;
	}
	
.wyroznik {
	font-weight: bold; 
	font-size: 18px; 
	color: #dc1e2a; 
	text-align: center;
	}
	
.kilometr, .droga {
	font-weight: bold;
	color: #bc0000;
	}
	
.clear {
	display: block;
	clear: both;
	float: none;
	height: 10px;
	}
	
	
	
/* TABELA SPRZETU */
table.tabelaSprzetu {
	border-collapse: collapse;
	}

table.tabelaSprzetu td, table.tabelaSprzetu th {
	border: 1px solid;
	font-size: 11px;
	padding: 3px;
	}
	
table.tabelaSprzetu td {
	text-align: left;
	}

table.tabelaSprzetu th {
	text-align: center;
	}
	
td.icoSam {
	font-weight: bold;
	}
	
td.icoSam a {
	font-weight: normal;
	font-size: 10px;
	}
 
 



/* --------- MEDIA PRINT SCREEN ------------------ */
/* ----------------------------------------------- */
@media screen, print { }


			
			
			
			
			
			
			
			
			
			