
@charset "windows-1250";
/* CSS Document */

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}
body {
	_text-align: center; /* IE */
	text-align: center
	background: #9e1411;
	background-color: #9e1411;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCC99;
}
h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #CCCC99;
}
h2 {
	margin: 0px;
	text-align: center;
}

/* CSS Document rozlozeni stranky*/

#stranka {
	width: 100%;
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */
	min-width: 1024px;
	_width: expression(document.body.clientWidth < 1025? "1024px" : "auto" );
	background: transparent;
	text-align: justify;
	background-image: url(pic/club/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;
	position: relative;
}
#hlavicka {
	position: relative;
	background: #000000;
	padding: 0px;
}
#paticka_matrjoska {
	width: 100%;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
	left: 0;
	height: 60px;
}
#paticka {
	width: 468px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
#hlavni {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-bottom: 65px; /* vyska paticky */
}
#tabulka {
	width: 468px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	bottom: 0;
	left: 0;
}
#tabulka_A {
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0px;
}
#hlavni img {
	float: center;
	border: 0px;
}
#hlavicka img {
	float: center;
	border: 0px;
	margin: 0px;
}
#tabulka_A img {
	float: center;
	border: 0px;
	padding: 4px 0px 4px 0px;
}