@media print {
 .print {
  display:block;
 }
 .noprint {
  display:none;
 }
}

body {
	font-family: Arial, Verdana;
	background: url(./img/tlo.jpg) repeat;
	background-image: url(./img/tlo.jpg);
	background-repeat-x: repeat;
	background-repeat-y: repeat;
	padding:0px;
	margin:0px
}


a{
	color:#003366;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	margin:0px;
	padding:0px;

}
a:visited {
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:none;
}
a img {
	border:#000000 0px none;
}
td {
	font-size:12px;
	font-family: Verdana;
	//border: 1px solid black;
}
.podswietl {
	color:black;
}
.podswietl:hover {
	color:red;
}
div {
	font-family: Calibri, Arial, Verdana;
}
input.pole, select {
	font-size:12px;
	font-weight:bold;
	color: black;
	font-family: Arial, Verdana;
	border: 1px solid white;
}
input[type=text] {  
	font-size:8pt;
	font-family: Arial, Verdana;
}
.normal {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	margin:0px;
	padding:0px;
}
#id {
	text-decoration:none;
	color:#000000;
}
p, li {
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	margin:0px;
	padding:0px;
}


#glowna {
	background: url(./img/glowna.jpg) repeat-y;
	min-height:500px;
	margin:auto;	
	width:1008px;
}
#naglowek {
	height:30px;
	width:100%;
	margin:auto;
	text-align:left;
}
#naglowek_s {
	background: url(./img/naglowek.jpg) repeat;
}
#naglowek_l {
	background: url(./img/naglowek_l.png) no-repeat;
}
#naglowek_r {
	background: url(./img/naglowek_r.png) no-repeat;
}
#menu {
	background: url(./img/menu.png) no-repeat;
	height:157px;
	width:1008px;
	margin:auto;
	text-align:left;
}
#strona {
	border:1px dotted #000000;
	text-align:left;
	margin:5px 5px 5px; 5px;
	
}
#stopka {
	background: url(./img/stopka.png) no-repeat;
	height:265px;
	width:1008px;
	margin:auto;
	text-align:left;
}
#stronka_tytul {

	border-bottom:1px dotted #000000;
	text-align:left;
}
#stronka_srodek {
	text-align:left;
}


.menu {
	font-family:Verdana,sans-serif;
	font-size:9pt;
	color:#000000;
	font-weight:bold;
	text-align:center;
	margin:0px;
	padding:20px 24px 20px 24px;
	border-width:0px 1px 1px 0px;
	border-bottom-style:dotted;
	border-right-style:dotted;
	border-color:#000000;
}
.menu_over {
	font-family:Verdana,sans-serif;
	font-size:9pt;
	color:#000000;
	font-weight:bold;
	text-align:center;
	margin:0px;
	padding:20px 24px 20px 24px;
	background-color:#BBBECC;
	border-width:0px 1px 1px 0px;
	border-bottom-style:dotted;
	border-right-style:dotted;
	border-color:#000000;
}
.menu_selected {
	font-family:Verdana,sans-serif;
	font-size:9pt;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	margin:0px;
	padding:20px 24px 20px 24px;
	background-color:#35B6EA
}


.kontener_maly {
	width:100px;
	height:100px;
	margin:30px;
	font-size:14px;
	border:1px dotted black;
	cursor:pointer;
}
.opis_kontener_maly {
	border-bottom:1px dotted #000000;
	font-size:10px;
	font-weight:bold;
	width:100px;
}



.przedmiot {
	background-color:white;
	color:black;
}

.przedmiot:hover {
	background-color:silver;
	color:#FFFFFF;
}


.paski {

	opacity:0.9;
	cursor:pointer;
	background-color: #CBCBCB;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	background-size: 50px 50px;
	

	
	background-image: -webkit-gradient(linear, 0 100%, 100% 0,
							color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent),
							color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)),
							color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent),
							to(transparent));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
						transparent 75%, transparent);
	background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
						transparent 75%, transparent);
	background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
						transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
						transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
						transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
						transparent 75%, transparent);
}