table.menu	{
	position: absolute;
	border: 0px solid black;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
	
}

#mainmenu	{
	position: relative;
}

table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #DC4321; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	height: 18px;
	padding: 2px 8px 2px;
	font-family: Verdana;
	font-size: 11px;
	white-space: nowrap;
}

#naglowek
	{
		margin: auto;
		width: 980px;
		height: 275px;
		/*background:url(../../images/telewizja-kablowa.jpg);*/
		background:url(../../images/telewizja-kablowa-4.jpg);
	}

#menu_firma
	{
		background-color: #DC4321;
		margin-top: 1px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		width: 100%; 
		height: 23px; 
		right: 0; 		
	}
	

#kontenerPrawy
	{
		background-color: #DC4321;
		margin-top: 1px;
		position: absolute; 
		width: 30%; 
		height: 23px; 
		right: 0; 
	}	

#kontenerLewy
	{

		width: 220px;
		background:url(../../images/linia_niebieska.gif);
		background-repeat:repeat-x;	
		float: left;

	}
	
#zawartosc
	{
		background:url(../../images/linia_zielona.gif);
		background-repeat:repeat-x;
	}