*
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 0.985em;
}

body
{
	background-image: url(images/a_tlo.png);
	background-repeat: repeat-x;
	line-height: 23px;
	/*poniższy kod (2 linijki) + margin auto i text centrowany pomaga pogodzić IE OPERE I FF co do środkowania div'ów*/
	margin: 0px;
	padding:0px;
}

#glowny
{
	margin-top: 10px;
	width: 100%;
	height: 90%;
}

#srodek ul
{
	list-style-type: circle;
}

#kolumna_1
{
	position: absolute;

}

#kolumna_2
{
	position: absolute;
	margin-left: 200px;
}

#kolumna_3
{
	position: absolute;
	margin-left: 420px;
}

#kolumna_4
{
	position: absolute;
	margin-left: 640px;
}

#kolumna_5
{
	position: absolute;
	margin-left: 860px;
}

#kolumna_1, #kolumna_2, #kolumna_3, #kolumna_4, #kolumna_5
{
	text-align: left;
}

.red
{
	color: #a81d1d;
	font-weight: bold;
}

.tabela
{
	margin: auto;
}

.tabela_wyszukiwanie
{
	line-height: 35px;
	margin: auto;
}

.tabela_wyszukiwanie td
{
	background-color: #e36511;
	padding: 5px 10px 5px 10px;
	height: 35px;
}

.tabela td
{
	background-color: #e8cb84;
	padding: 5px 10px 5px 10px;
	height: 35px;
}

.prawa
{
	text-align: right;
}

.srodkowanie
{
	text-align: center;
}

.srodkowanie select
{
	width: 200px;
}

.input50 input
{
	width: 50px;
}

.zatwierdz
{
	height: 40px;
	text-align: center;
}

.center
{
	width: 100%;
	margin: 40px auto auto auto;
	text-align: center;
}

#menu
{
	text-align: right;
	color: White;
	margin-right: 30px;
	margin-top: 55px;
}

a
{
	text-decoration: none;
	color: #ffffff;
}

a:hover
{
	text-decoration: none;
	color: red;
}

#srodek a
{
	text-decoration: none;
	color: black;
}

#srodek a:hover
{
	text-decoration: none;
	color: red;
}

textarea
{
	width: 700px;
	height: 200px;	
}

#wybor_ligi
{
	position: absolute;
	margin-left: 350px;
	width: 500px;
	color: White;
}

#logo
{
	text-align: left;
}

#srodek
{
	margin-top: 25px;
	margin-left: 120px;
}

#tabela_pkt
{
	margin: auto;
}

#tabela_pkt td
{
	background-color: #e8cb84;
	padding: 1px 1px 1px 1px;
	height: 35px;
}

#tabela_pkt input
{
	width: 70px;
	text-align: center;
}

.centrowanie
{
	text-align: center;
}

.nazwa_druzyny
{
	width: 300px;
	text-align: left;
	padding-left: 10px !important;
}

