@charset "UTF-8";

html{
	margin: 0;
	border: none;
	padding: 0;
	background-image: url('../images/generic/bg.png');
	background-repeat: repeat-x;
	background-color: #290101;
	font-family: verdana, sans-serif;
	min-height: 1280px;
}

body{
	margin: 0 auto;
	border: none;
	padding: 0;
	background-color: #646464;
	width: 900px;
	font-size: 80%;
}

/*begin: Uvodni plakat*/
div#plakat {
	text-align: center;
	padding: 20px;
}

div#plakat a {
	color: #fff;
}

div#plakat img {
	margin-top: 20px;
}
/*end: Uvodni plakat*/

#header{
	height: 162px;
	background-image: url('../images/generic/header.png');
	background-repeat: no-repeat;
}

#menu{
	height: 27px;
	background-image: url('../images/generic/menubg.png');
	background-repeat: no-repeat;
	padding-top: 3px;
}

#menu a{
	display: block;
	float: left;
	height: 19px;
	width: 93px;
	background-image: url('../images/generic/button.png');
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	margin-left: 6px;
	text-transform: uppercase;
}

#lcolumn{
	float: left;
	width: 210px;
	margin: 0;
	padding: 0;
}

#rcolumn{
	float: left;
	margin: 0;
	padding: 0;
	width: 689px;
	border-left: 1px solid #5b0000;
	background-color: #d3d3d3;
	min-height: 30em;
}

#lcolumn h1, #rcolumn h1{
	background-color: #fff;
	color: #5b0000;
	border-bottom: 1px solid #5b0000;
	font-size: 90%;
	height: 22px;
	padding: 8px 0 0 20px;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}

#lcolumn a{
	color: #000;
}

#lcolumn #box_vyroci{
	text-align: center;
	/*border-bottom: 1px solid #5b0000;*/
}

#lcolumn #box_predstavujeme{
	text-align: center;
	background-color: #646464;
	border-top: 1px solid #5b0000;
}

#lcolumn #box_predstavujeme img{
	margin-top: 20px;
}

#lcolumn #box_vyroci img{
	width: 180px;
	height: 180px;
	margin: 5px;
}

#lcolumn #submenu{
}

#lcolumn #submenu a{
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #5b0000;
	background-color: #fff;
	width: 180px;
	border-style: solid;
	border-color: #3b3b3b;
	border-width: 1px 1px 1px 10px;
	margin: 3px auto;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-transform: uppercase;
}

#lcolumn #submenu a:hover{
	background-color: #d3d3d3;
}

#lcolumn #submenu a.highlight{
	background-color: #f58220;
	color: #fff;
}

#rcolumn #box_aktualne{
	background-color: #d3d3d3;
	/*border-bottom: 1px solid #5b0000;*/
	width: 400px;
	height: 32em;
	margin: 0;
	padding: 0;
	float: left;
}

#rcolumn #box_aktualne h2 a, #rcolumn #box_zpravy h2 a{
	text-decoration: none;
	display: list-item;
	list-style-image: url('../images/generic/bullet.png');
	list-style-position: inside;
}

#rcolumn #box_aktualne h2{
	font-size: 90%;
}

#rcolumn #box_aktualne h2 a:hover, #rcolumn #box_zpravy h2 a:hover{
	text-decoration: underline;
}

#rcolumn #box_vysledky{
	border-left: 1px solid #5b0000;
	background-color: #d3d3d3;
	width: 288px;
	height: 32em;
	float: left;
	margin: 0;
	padding: 0;
}

#rcolumn #box_vysledky p{
	margin: 0;
	padding: 0;
}

#rcolumn #box_vysledky p.druzstvo{
	color: #646464;
	margin-bottom: 10px;
}

#rcolumn #box_nejblizsi_zapasy{
	border-top: 1px solid #5b0000;
	clear: both;
}

#rcolumn .content{
	padding: 10px 10px;
}

#rcolumn .content .box_zprava{
	margin-bottom: 20px;
}

#rcolumn .content h2{
	margin: 0;
	font-size: 120%;
}

#rcolumn .content a{
	color: #000;
}

#rcolumn .content .box_zprava .date{
	font-size: 80%;
	color: #646464;
}

#rcolumn .content .box_zprava p{
	margin: 0;
	padding: 0;
}

#rcolumn #box_detail_zpravy .date{
	font-size: 80%;
	color: #646464;
}

#rcolumn #box_detail_zpravy p{
	margin-top: 0;
	padding: 0;
}

#rcolumn .content .box_hala{
	margin-bottom: 20px;
}

#rcolumn .content .box_hala p{
	margin: 0;
	padding: 0;
}

#rcolumn #box_organizace p, #rcolumn #box_organizace table{
	margin: 10px 0;
}

#rcolumn #box_organizace table .col1{
	width: 150px;
}

/*begin: styl pro stranku se soupiskami*/
#rcolumn #box_soupisky .player{
	width: 300px;
	height: 12em;
	border: 1px solid #3b3b3b;
	background-color: #fff;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

#rcolumn #box_soupisky .player img{
	display: block;
	float: left;
	border: 1px dashed #646464;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#rcolumn #box_soupisky .player div.info{
	width: 178px;
	float: left;
	margin-top: 10px;
}

#rcolumn #box_soupisky .player p{
	margin-bottom: 10px;
	margin-top: 0;
}

#rcolumn #box_soupisky .player p.name{
	text-transform: uppercase;
	font-weight: bolder;
}

/*end: styl pro stranku se soupiskami*/

/*styl pro tabulku se zapasy*/
#rcolumn #box_zapasy #zapasy{
	width: 100%;
	border-collapse: collapse;
}

#rcolumn #box_zapasy #zapasy td, #rcolumn #box_zapasy #zapasy th{
	border-style: solid;
	border-width: 1px;
	border-color: #5b0000;
	padding: 3px;
}

#rcolumn #box_zapasy #zapasy th{
	background-color: #f58220;
	color: #fff;
}

#rcolumn #box_zapasy #zapasy .col1{
	width: 15%;
}

#rcolumn #box_zapasy #zapasy .col2{
	width: 25%;
}
#rcolumn #box_zapasy #zapasy .col3{
	width: 25%;
}

#rcolumn #box_zapasy #zapasy .col4{
	width: 15%;
}

#rcolumn #box_zapasy #zapasy .col5{
	width: 10%;
	text-align: center;
}

#rcolumn #box_zapasy #zapasy .col6{
	width: 10%;
	text-align: center;
}

#rcolumn #box_zapasy #zapasy .odd{
	background-color: #fff;
}

/*styl pro tabulku se statistikami*/
#rcolumn #box_statistiky #statistiky{
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}

#rcolumn #box_statistiky #statistiky td, #rcolumn #box_statistiky #statistiky th{
	border-style: solid;
	border-width: 1px;
	border-color: #5b0000;
	padding: 3px;
}

#rcolumn #box_statistiky #statistiky th{
	background-color: #f58220;
	color: #fff;
}

#rcolumn #box_statistiky #statistiky .col1{
	width: 25%;
}

#rcolumn #box_statistiky #statistiky .col2{
	width: 10%;
}

#rcolumn #box_statistiky #statistiky td.col2{
	text-align: right;
}

#rcolumn #box_statistiky #statistiky .col3{
	width: 10%;
}

#rcolumn #box_statistiky #statistiky td.col3{
	text-align: right;
}

#rcolumn #box_statistiky #statistiky .col4{
	width: 10%;
}

#rcolumn #box_statistiky #statistiky td.col4{
	text-align: right;
}

#rcolumn #box_statistiky #statistiky .col5{
	width: 10%;
	text-align: center;
}

#rcolumn #box_statistiky #statistiky .col6{
	width: 10%;
	text-align: center;
}

#rcolumn #box_statistiky #statistiky .col7{
	width: 15%;
}

#rcolumn #box_statistiky #statistiky td.col7{
	text-align: right;
}

#rcolumn #box_statistiky #statistiky .col8{
	width: 10%;
}

#rcolumn #box_statistiky #statistiky td.col8{
	text-align: right;
}

#rcolumn #box_statistiky #statistiky .odd{
	background-color: #fff;
}

/*styl pro tabulku se statistikou zapasu*/
#rcolumn #box_statistika_zapasu #statistika_zapasu{
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}

#rcolumn #box_statistika_zapasu #statistika_zapasu td, #rcolumn #box_statistika_zapasu #statistika_zapasu th{
	border-style: solid;
	border-width: 1px;
	border-color: #5b0000;
	padding: 3px;
}

#rcolumn #box_statistika_zapasu #statistika_zapasu th{
	background-color: #f58220;
	color: #fff;
}

#rcolumn #box_statistika_zapasu #statistika_zapasu .col1{
	width: 35%;
}

#rcolumn #box_statistika_zapasu #statistika_zapasu .col2{
	width: 10%;
}

#rcolumn #box_statistika_zapasu #statistika_zapasu td.col2{
	text-align: right;
}

#rcolumn #box_statistika_zapasu #statistika_zapasu .col3{
	width: 10%;
}

#rcolumn #box_statistika_zapasu #statistika_zapasu td.col3{
	text-align: right;
}

#rcolumn #box_statistika_zapasu #statistika_zapasu .col4{
	width: 10%;
}

#rcolumn #box_statistika_zapasu #statistika_zapasu td.col4{
	text-align: right;
}

#rcolumn #box_statistika_zapasu #statistika_zapasu .col5{
	width: 10%;
	text-align: center;
}

#rcolumn #box_statistika_zapasu #statistika_zapasu .col6{
	width: 15%;
}

#rcolumn #box_statistika_zapasu #statistika_zapasu td.col6{
	text-align: right;
}

#rcolumn #box_statistika_zapasu #statistika_zapasu .col7{
	width: 10%;
}

#rcolumn #box_statistika_zapasu #statistika_zapasu td.col7{
	text-align: right;
}

#rcolumn #box_statistika_zapasu #statistika_zapasu .odd{
	background-color: #fff;
}



#footer{
	clear: both;
	border-top: 1px solid #5b0000;
	color: #3b3b3b;
	height: 3.5em;
	padding-top: 5px;
	padding-left: 10px;
}

#footer a{
	color: #3b3b3b;
}

#footer #contact{
	float: right;
	width: 400px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 10px;
	margin-right: 10px;
	font-size: 80%;
	font-weight: bolder;
	border-right: 1px solid #fff;
}

#footer img{
	display: block;
	float: right;
	position: relative;
	top: -85px;
}


/*definice ruznych trid*/
.bold{
	font-weight: bolder;
}

.paginator{
	text-align: center;
}

.paginator a img{
	border: none;
}

.paginator table{
	margin: 0 auto;
}

.paginator table td.arrow{
	width: 40px;
}

.paginator table td.page{
	width: 150px;
}