A{
	text-decoration:underline;
	color:#000000;
}

A:hover{
	text-decoration:none;
	background:#E0B0E0;
}

body{
	background:#EDDEEE;
	color:#000000;
	font-family:"Trebuchet MS",Arial, sans-serif;
	font-size:14px;
}

div#footer{
	margin-right:0;
	margin-top:3em;
	padding:0.25em 0;
	text-align:right;
}

div#footer p{
	margin:0;
	padding:0;
	font-family:"Georgia";
	font-size:0.8em;
}

div#footer span{
	border-top:1px solid #666666;
}

span.bordertop{
	border-top:1px solid #666666;
	padding:0.25em 0;
}

div.tekst_center{
	width:100%;
	text-align:center;
	margin:0.5em;
}

div.mistrzowie{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
	text-align:center;
}

div#tytul_div{
	width:100%;
	margin: 2em 0 2em;
	text-align:center;
}

h1 {
	font-family:Arial;
	letter-spacing:0.05em;
	line-height:2em;
	font-size:20px;
	line-height:1em;
	font-weight:400;
}

h2{
	line-height:1em;
	font-family:arial, "lucida console", sans-serif;
	font-size:0.8em;
	margin-left:0;
	margin-right:0;
	width:100%;
	padding: 0 0 0.25em 0;
}

table.tabelka_strona_glowna{
	width:350px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid black;
	border-top:2px solid #999999;
	border-left:2px solid #999999;
	border-right:2px solid #444444;
	border-bottom:2px solid #444444;
	padding: 0 0 1em;
}

table.tabelka_strona_glowna th, td{
	padding:0.2em;
}
table.tabelka_strona_glowna th{
	border-bottom:3px double #999999;
	background:#E0B0E0;
}

table.tabelka_strona_glowna td{
	border-bottom:1px dashed #999999;
	text-align:right;
	padding:0.25em 0.5em 0.25em 0.5em;
}

table.tabelka_strona_glowna td.align_left {
	text-align: left;
}

div#container{
	margin-left:11em;
}

div#linki_do_tabel{
	float:left;
	margin-top:4.75em;
	padding:0 0 1.5em 0em;
	width:10em;
	text-align:center;
	border:1px solid #666666;
}

div#linki_do_tabel h2{
	border-bottom:1px solid #666666;
	padding: 1em 0 0.75em 0;
	background:#E0B0E0;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}

div#linki_do_tabel ul{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}

div#linki_do_tabel li{
	padding: 0.25em 0 0.25em;
	margin:0 0 0.5em;
	text-align:center;
	border-bottom:1px dotted black;
}

div#linki_do_tabel a{
	margin:0;
	padding:0.25em;
	position:relative;
	top:1em;
	background:#EEDDEE;
	border:1px outset #666666;
	text-decoration:none;
}

div#linki_do_tabel a:hover{
	text-decoration:none;
	background:#E0B0E0;
}

div.szczegoly{
	display:none;
	position:fixed;
	border:3px double black;
	left:120px;
	top:200px;
	min-width:200px;
	max-width:400px;
	height:auto;
	background-color:#EEDDEE;
	z-index:20;
}

div.szczegoly table {
	border:1px outset #444;
	margin-left:auto;
	margin-right:auto;
}

div.szczegoly td {
	border-bottom: 1px dotted #4444;
}

#zamknij_szczegoly {
	float:right;
	height:10px
	border: 1px solid black;
	margin:2px;
	padding:5px;
}

#zamknij_szczegoly:hover {
	color:red;
}

button{
	background-color:#EDDEEE;
}

td.podsumowanie{
	font-weight:bold;
	background-color:#E0B0E0;
}

td.kratkatruetrue{
	background-color:#DDFFDD;
	display:table-cell;
	text-align:center;
}

td.kratkatruefalse{
	background-color:#CCFFCC;
	display:table-cell;
	text-align:center;
}

td.kratkafalsetrue{
	background-color:#DDDDFF;
	display:table-cell;
	text-align:center;
}

td.kratkafalsefalse{
	background-color:#CCCCFF;
	display:table-cell;
	text-align:center;
}
td.kratkahighlight{
	background-color:#FF7979;
	display:table-cell;
	text-align:center;
}

