@charset "windows-1250";   	  	  
	
body {
		background-color: #82121e; 
		color: #ffffcc;
	}
	
a:link {
	 	color: #0387ff;
		font-size: medium;
	}

a:active {
	 	color: #00ffff;
		font-size: medium;
	}

a:visited {
		color: #ff00ff;
		font-size: medium;
	}
	
h1 {
		color: #0387ff;
		font-size: xx-large;
	}  

#MENU .box ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	
}

#MENU .box ul {
	border-bottom: 1px solid #888;
	float: left;
	width: 93%;
	padding-left: 50px;
	
}

#MENU .box ul li {
	float: left;
	margin-right: 4px;
	color: #0387ff;
	font-size: medium;
}

#MENU .box ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	background-color: #640E16;
	color: #0387ff;
	padding: 3px 8px;
	border: 1px solid #888;
	position: relative;
	top: 1px;
}

#MENU .box ul a:hover {
	background-color: #82121e;
	border-bottom-color: #82121e;
}

#MENU .box .row {
	display: block;
	color: #0387ff;
	font-size: medium;
	padding: 3px 8px;
	border: 1px solid #888;
	/*background-color: #82121e;*/
	border-bottom-color: #82121e;
	position: relative;
	top: 1px;
}

#OPIS .firma ul, ul li {
 	list-style-type: disc;
}


#TABELA .table td a:link, td a:visited {
	text-decoration: none;
	display: block;
	background-image: url(grafika/przycisk.gif);
	/*background-color:#00A2CB;*/
	height: 10px;
	text-align: center;
	font-size: medium;
	background-position: center;
	color: #006600;
	/*padding: 3px 3px;
	border: 1px solid #82121e;*/
	position: relative;
	top: 1px;
	
}

#TABELA .table td a:hover {
	/*background-color: #82121e;*/
	color: #009900;
	border-bottom-color: #00A2CB;
	border-top-color: #00A2CB;
	border-left-color: #00A2CB;
	border-right-color: #00A2CB;
}

/*#TABELA .table .row1 {
	right: 10px;
}*/

#TABELA .table .tab {
	background-image: url(grafika/przycisk.gif);
	/*width: 50px; */
	height: 20px;
	text-align: center;
	background-position: center;
	/*background-repeat: no-repeat;
	border-collapse: separate;*/
	position:relative;
	top: 5px; 
	font-size: medium;
}


	
/*#KALENDARZE .kal ul li {
	float: left;
	margin-right: 5px;
	color: #82121e;
	background-color: #82121e;
	font-size: medium;
	padding-left: 50px;
}

#KALENDARZE .kal .row1 {
          border-top: medium;
          border-left: medium;
          border-right: medium;
      }

#KALENDARZE .kal .row2 {
          border-bottom: 1px solid #888;
          border-left: medium;
          border-right: medium;
          background-image: url(grafika/przycisk.gif);
          background-position: center center;
      }	*/