/* --------------- MEDIA SCREEN --------------- */
/* -------------------------------------------- */
@media screen, print {


.print {
	display:none; 
	}
	
.noprint	{
	display: none;
	}
	
	
	
body {
	margin: 0px; 
	padding: 0px; 
	font-family: arial, tahoma, trebuchet MS; 
	font-size: 12px; 
	color: #5e5d5b; 
	background: url('../gfx/bg.jpg') repeat-x #dde2e8; 
	}
	
img {
	border: 0px;
	outline: none;
	}
	
div {
	overflow: hidden;
	}
			
a {/*:link, a:active, a:visited*/
	color: #5e5d5b; 
	text-decoration: underline;
	outline: none;
	}
a:hover {
	text-decoration: none;
	} 
	
		
em {
	font-weight: bold;
	}
	
acronym {
	font-style: italic;
	border-bottom: 1px dashed #808080;
	cursor: help;
	}
	
	
	
	
	
	
	
/* KONTAKT */	

div.kontakt table td {
	vertical-align: top;
	}

table.tableKontakty td {
	padding: 5px 8px 5px 0px;
	}
	
	
div.kontakt legend {
	font-family: arial;
	font-size: 16px; 
	font-weight: bold;
	color: #ffc000;
	/*if IE fieldset background fix
	position: absolute;
	top: -.7em;
	left: .2em;	
	*/
	/*if IE fieldset background fix*/
	}
	
div.kontakt fieldset {
	margin: 10px 5px 10px 10px;
	border: 1px solid #e8e8e8;
	padding: 10px 0px 0px 7px;
	background-color: #f6f6f6;
	/*if IE fieldset background fix
	*/
	position: relative;  
	/*if IE fieldset background fix*/
	}
	
div.kontakt fieldset.fieldsetAdresyGlowne {
	padding: 10px 20px 10px 10px;
	width: 220px;
	float: left;
	}
div.kontakt div.fieldsetAdresyGlowne {
	padding: 40px 20px 10px 80px;
	width: 245px;
	float: left;
	}	
 
	
div.kontakt fieldset span {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
	}
	
div.kontaktLeft {
	width: 350px; 
	float: left; 
	border-right: 1px solid #e8e8e8; 
	margin-right: 15px;
	}
	
div.kontaktRight {
	width: 310px; 
	float: left;
	}
	
span.skype {
	margin-top: 5px;
	}
	
div.cont, div.contfloat {
	width: 273px;
	margin-bottom: 5px;
	margin-top: 5px;
	}
div.contfloat {
	float: left;
	margin-left: 10px;
	}
	
div.cont img {
	display: block;
	margin-right: 8px;
	}
	
div.contcenter {
	margin: 0px auto;
	}
	
fieldset.contfield {
	width: 273px;
	float: left;
	}
	
fieldset.contfield3 {
	width: 285px;
	float: left;
	}	
	
fieldset.contfieldwidth {
	width: 868px;
	}	
	
div.contimg {
	float: left;
	width: 100px; 
	}
	
div.contop {
	width: 163px;
	margin-left: 6px;
	float: left;
	}

	
/* PRZYCISK KONTAKT NAVI */
ul#naviKontaktBoxMenu {
	list-style: none;
	margin: 0;
	padding: 10px;
	background-color: #ffd800; 
	position: relative; 
	top: 65px; 
	right: -560px; 
	z-index: 1000; 
	width: 154px; 
	height: 239px; 
	display: none;
	}	
	
ul#naviKontaktBoxMenu li {
	margin: px 0;
	}
	
ul#naviKontaktBoxMenu li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #b19c2b;
	color: #404040;
	padding: 4px;
	}
	
ul#naviKontaktBoxMenu li a:hover {
	color: #726833;
	background: url('../gfx/arro.png') no-repeat left;
	padding-left: 10px;
	}	

	
	
	
/* STOPKA MENU */
.stopkaMenu {
	color: #c7c7c7;
	}
.stopkaMenu a {
	font-family: tahoma;
	color: #c7c7c7;
	font-size: 11px;
	text-decoration: none;
	margin: 0px 2px;
	}
.stopkaMenu a:hover {
	text-decoration: underline;
	}
	
 
 


/* ---------- LAYOUT ---------------- */
/* ---------------------------------- */

div.boxIndex img {
	display: block;
	float: left;
	}
	
div.menuTop img {
	float: right;
	}
 
div.stopka {
	margin-bottom: 20px;
	} 

div.stopka img {
	float: none; 
	display: inline;
	}
	
div.content {
	margin: 0px 26px 15px 26px;
	color: #828282;
	}
div.content img {
	float: none;	
	display: inline;
	}
	
div.markiTop {
	/* zdefiniowane dla IE6 */
	}
	
div.zgoda {
	}
	
	
/* SIDEBAR */
div.sidebar {
	width: 246px;
	float: left;
	}
	
.adres a {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	}
.adres a:hover {
	text-decoration: underline;
	}
	
	
	
	
	
 
 
	
	
h1 {
	margin: 5px 2px 10px 2px;
	padding: 0px 0px 4px 12px;
	font-size: 26px;
	color: #8f8e8e; 
	font-family: trebuchet MS;
	border-bottom: 1px solid #e4e4e4;
	}
	
h2 {
	margin: 16px 0px 8px 0px;
	padding: 0px;
	font-family: arial;
	font-size: 16px; 
	font-weight: bold;
	color: #676767;
	text-transform: uppercase;
	}
	

	
	
 
	
 
	
.alignCenter {
	display: block;
	margin: 0px auto;
	}
p.alignCenter {
	text-align: center;
	}
	
.alignRight {
	float: right;
	margin: 0px auto;
	}
	
.clear {
	display: block;
	clear: both;
	float: none;
	height: 10px;
	}

	
	
/* BREADCRUMBS */
div#breadcrumbs {
	margin: 5px 2px 0px 2px;
	padding: 0px 0px 4px 12px;
	font-size: 10px;
	color: #a7a7a7; 
	font-family: tahoma;
	border-bottom: 1px solid #e4e4e4;
	}

div#breadcrumbs a {
	color: #a7a7a7; 
	text-decoration: none;
	}
div#breadcrumbs a:hover {
	text-decoration: underline;
	} 
	
	
	
/* TABELA WYPOZYCZALNIA*/
table.tabWyp td {
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #9a9a9a;
	height: 30px;
	}
table.tabWyp thead td {
	font-weight: bold;
	background-color: #e8e8e8;
	padding: 4px;
	}
	
	
	
	
	
	
/* LISTA SAMOCHODÓW */	
table#lista {
	margin: 0px auto;
	}
table#lista thead th {
	background-color: #a3a3a3;
	padding: 4px 8px;
	color: #ffffff;
	}
table#lista tfoot td {
	background-color: #b0b0b0;
	padding: 4px;
	}
table#lista tfoot th grandTotal {
	font-size: 18px;
	padding: 6px 0;
	}
table#lista tbody tr {
	background-color: #dedede;
	color: #646464;
	}
table#lista tbody td {
	padding: 4px;
	}
table#listatbody th {
	text-align: left;
	border-bottom: 1px solid #D7BE6E;
	}
table#lista tbody tr.podswietlenie {
	background: #ffffa0;
	}
table#lista tbody	tr.rezerwacja, div.rezerwacja {
	background-color: #F0AA92;
	}
table#lista tbody	tr.weryfikacjaNegatywna, div.weryfikacjaNegatywna {
	background-color: #ff4c00;
	}	
table#lista tbody	tr.produkcja, div.produkcja {
	color: #001aa0;
	}	
/*div.produkcja {
	border: 1px solid;
	}*/
div.boxKolor {
	display: inline-block;
	padding: 4px;
	margin: 50px 5px 0px 0px;
	color: #646464;
	}
table#lista ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	}

	
	
	
	
	
	
	
	
	
/* ZAPYTANIE*/	
div#formPomiar {
	float: left;
	margin-left: 50px;
	}
div.poleForm {
	margin-right: 10px;
	}
div.poleForm input {
	 }
div#formPomiar fieldset {
	border: 0px solid #d7c694; 
	margin-bottom: 20px; 
	/* hack IE >>> */position: relative; display: block; padding: 8px 0px 10px 10px; margin: 15px 10px 0px 0px; 
	}

div#formPomiar img {
	display: block; 
	}
div.komunikatError, div.komunikatOK {
	margin: 0px auto; 
	width: 400px; 
	text-align: center; 
	padding: 8px; 
	border: 1px solid #f80000; 
	background-color: #ff3a3a; 
	color: #ffffff;
	font-size: 16px; 
	font-weight: bold; 
	}
div.komunikatOK{
	border: 1px solid #6b9f2e; 
	background-color: #91dc3a; 
	margin: 40px auto 0px auto;
	}	
	
fieldset.box{
	border:solid 0px #c6cfe1;
	/*background:#dfe4ee;*/
	padding:10px;
	color:#333333;
	margin-bottom:20px;
}
fieldset.box input .input-text{
	border:1px solid #3b6e22;
	color:#666666;
	width:180px;
}

fieldset.box label{
	float: none;
}

fieldset.box label span{
	display:block;
	float:left;
	padding-right:6px;
	width:100px;
	text-align:right;
	font-weight:bold;
} 







/* PROMOCJE - SERWIS */
div.promocje ul li {
	padding: 10px 0px 6px 35px;
	list-style: none;
	height: 20px;
	background: url('../gfx/pdf.png') no-repeat left;
	}


	
	
	
	
}	
	

/* --------- MEDIA PRINT SCREEN ------------------ */
/* ----------------------------------------------- */
@media screen, print { }


			
			
			
			
			
			
			
			
			
			
