body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#all{
	width: 780px;
	margin: auto;
}

#header{
	width: 780px;
	height: 113px;
	background-image: url(images/header.jpg);
}

#topmenu{
	margin-top: 1px;
	margin-bottom: 1px;
	width: 780px;
	height: 23px;
}

#topmenu-dark{
	width: 130px;
	height: 19px;
	background-image: url(images/bg-dark.png);
	float: left;
	
	color: white;
	text-align: center;
	padding-top: 4px;
	font-size: 11px;
}

#topmenu-light{
	width: 520px;
	height: 20px;
	float: left;
	padding-top: 3px;
	background-image: url(images/bg-light.png);
	
	color: #222222;
}

#topmenu-light ul{

	margin: 0px;
	padding: 0px;
	list-style: none;
}

#topmenu-light li{
	display: inline;
		
	padding-right: 20px;
	padding-left: 20px;
	
	background-image: url(images/separator.png);
	background-position: right;
	background-repeat: no-repeat;
}

#topmenu-light a{
	color: #222222;
	text-decoration: none;
}

#topmenu-light a:hover{
	color: white;
}

#topmenu-light #last-li{
	background: none;
}

#left-panel{
	width: 130px;
	float: left;
}

#leftmenu{
	background-image: url(images/menu.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #636e91;
}

#leftmenu ul{
	margin: 0px;
	
	list-style: none;
	padding-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	color: white;
	line-height: 150%;
}

#leftmenu a{
	color: white;
	text-decoration: none;
}

#leftmenu a:hover{
	color: #2b2d41;
}

#left-sponsors{
	margin-top: 4px;
	width: 130px;
	background-color: #6a769a;
	
	padding-top: 3px;
	padding-bottom: 3px;
	
	color: white;
	font-size: 12px;
	text-align: center;

	margin-bottom: 5px;
}

#left-turnaje{
	margin-top: 20px;
	width: 130px;
	background-color: #6a769a;
	
	padding-top: 3px;
	padding-bottom: 3px;
	
	color: white;
	font-size: 12px;
	text-align: center;

	margin-bottom: 5px;
}

#right-panel{
	width: 130px;
	float: right;
}

.right-table{
	width: 130px;
}

.right-table-header{
	border: 1px solid #bcc6ea;
	border-bottom: none;
	text-align: center;
	font-weight: bold;
	color: #8390b8;
	padding-top: 2px;
	padding-bottom: 4px;
	
	background-image: url(images/vertical-separator.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.right-table-body{
	color: #657093;
	border: 1px solid #bcc6ea;
	border-top: none;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	margin-bottom: 4px;
}

.right-table-posledni-zapasy{
	font-size: 10px;
}

.right-table-posledni-zapasy-tym{
	text-align: left;
	width: 120px;
}

.right-table-posledni-zapasy-vysledek{
	text-align: right;
	width: 10px;
}

#main-panel{
	width: 518px;
	margin-left: 1px;
	float: left;
}

#info{
	width:100%;
	background-color: #f1f2f4;
	text-align: center;
	font-size: 20px;
	color: #363d55;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 4px;
	background-image: url(images/vertical-border-info.png);
}

.clanek{
	width: 100%;
	height: 83px;
	background-color: #f1f2f4;
	background-image: url(images/clanek-graphic2.png);
	background-position: left;
	background-repeat: no-repeat;
	margin-top: 0px;
	
}

.clanek-left{
	float:left;
	width: 79%;
}

.clanek-informace{
	color: gray;
	margin-bottom: 4px;
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
}

.clanek-informace a{
	color: gray;
	text-decoration: underline;
}

.clanek-informace a:hover{
	color: #4b5872;
}

h1{
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 18px;
	color: #4b5872;	
	font-weight: bold;
}

h1 a{
	color: #4b5872;	
	text-decoration: none;
}

h1 a:hover{
	text-decoration: underline;
}

.clanek-nadpis-small{
	width: 79%;
}

h2{
	margin: 0px;
	padding-left: 10px;
	font-size: 12px;
	color: #8588b0;
	font-weight: normal;
}

.clanek-rubrika{
	color: white;
	text-align: center;
	padding-top: 63px; 
	float: left;
	width: 21%;
}

.comment{
	background-color: #f1f2f4;
}

.comment-author{
	text-align: left;
}

.comment-date{
	text-align: right;
}

.comment-nadpis{
	text-align: left;
	width: 250px;
}

.comment-checkbox{
	width: 20px;
}

.comment-table{
	width: 100%;
	padding-top: 10px;
}



#footer{
	margin-top: 4px;
	width: 780px;
	height: 23px;
	background-image: url(images/bg-dark.png);
	float: left;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.tableCenter{
	margin: auto;
}

form{
	margin-top: 10px;
	margin-bottom: 10px;
}

h3{
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

.boldText{
	font-weight: bold;
}

#text{
	padding: 5px;
}

#text ul{
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
	list-style-type: circle;
}

#text table{
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#text td{
	width: 150px;
}

#text .text-kategorie{
	background-color: #dfdfdf;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

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

#text a:hover{
	text-decoration: underline;
}

#cenik td{
	border: 1px solid #d3d3d3;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#ke-stazeni{
	text-align: center;
}

#ke-stazeni img{
	padding-top: 10px;
}

#text .img_pos_s{
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	margin: auto;
}

#text .img_pos_l{
	float: left;
	clear:left;
	padding: 10px 10px 10px 0px;
}

#text .img_pos_p{
	float: right;
	clear: right;
	padding: 10px 0px 10px 10px;
}

#text h1{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;	
}

#text h2{
	color: #4b5872;
	font-size: 16px;
	font-weight: bold;
	
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#text h3{
	color: #4b5872;
	font-size: 14px;
	font-weight: bold;
	
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#text h3 a{
	color: #4b5872;
}

#text h3 a:hover{
	color: #4b5872;
	text-decoration: underline;
}

hr{
	color: #dcdcdc;
	margin-bottom: 0px;
	clear: both;
}

#precteno{
	color: silver;
	text-align: right;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#komentare-nadpis{
	font-weight: bold;	
	float: left;
}

#komentare-zpet{
	float: right;
}

#komentare-zpet a{
	color: #4b5872;
}

#komentare{
	padding-top: 10px;
}

.komentar{
	font-size: 11px;
	width: 100%;
	margin: auto;
	margin-top: 20px;
}

.komentar .hlavicka{
	padding-bottom: 15px;
}

.komentar .nadpis{
	width: 220px;
	float: left;	
}

.komentar .jmeno{
	float: left;
}

.komentar .datum{
	float: right;
}

.komentar .text{
	background-color: #f1f2f4;
	border: 1px solid #bfbfbf;
	padding: 3px;
}

#archiv-rubrika{
	text-align: right;
	padding-right: 10px;
}

#archiv-rubrika span{
	font-weight: bold;
}

#archiv{
	font-size: 11px;
	width: 100%;
}

#archiv .datum{
	width: 20%;
}

#soupiska{
	width: 60%;
	color: #363d55;
	margin-bottom: 10px;
}

#soupiska a{
	color: #4b5872;
	text-decoration: none;
}

#soupiska a:hover{
	text-decoration: underline;
}

#hrac #jmeno{
	font-size: 20px;
}

#hrac .hodnota{
	font-weight: bold;
}

#hrac-foto{
	float: right;
}

#hrac-popis{
	clear: both;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

#hrac-popis #pozice{
	position: relative;
	width: 200px;
	height: 110px;
	float: left;
}

#pozice-point{
	position: absolute;
	left: 0px;
	top: 0px;
}

#hrac-popis #popis{
	float: right;
	width: 300px;
	border-left: 1px solid silver;
	padding: 3px;
}

#statistika{
	clear: both;
	padding-top: 10px;
}

#statistika #nadpis{
	font-size: 20px;
}

#stat{
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

#diskuze{
	margin-top: 10px;
}

.prispevek{
	margin-bottom: 4px;
	font-size: 11px;
	border: 1px solid #979ec1;
	background-color: #ebeff2;
}

.prispevek .hlavicka{
	background-color: #eaeeff;
	text-align: right;
	color: #4b5872;
	display: table;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
}

#text .prispevek .hlavicka a{
	color: #4b5872;
	text-decoration: none;
}

#text .prispevek .hlavicka a:hover{
	text-decoration: underline;
}

.prispevek .text{
	padding: 3px;
	color: #2b2d41;
}

.prispevek .paticka{
	text-align: right;
	color: grey;
	border-top: none;
	padding-right: 3px;
	padding-top: 3px;
}

#text .prispevek .paticka a{
	color: grey;
}

.prispevek .hlavicka .nadpis{
	float: left;
	text-align: left;
	font-weight: bold;
	padding-left: 3px;
}

.prispevek .hlavicka .napsal{
	float: right;
	padding-right: 3px;
}

.galerie-table img{
	width: 200px;
}

#text .galerie-table .info a{
	color: #4b5872;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	
}

.galerie-table .nazev:hover{
	text-decoration: underline;
}

.galerie-table .info{
	width: 400px;
	text-align: center;
	color: gray;
	font-size: 11px;
}

#galerie td{
	width: 220px;
	padding: 15px;
	border: 1px solid #4b5872;
	border-bottom-width: 2px; 
	background-color: #f5f5f5;
}

#galerie .clear{
	border: none;
	height: 3px;
	margin: 0px;
	padding: 0px;
	width: 3px;
}

#galerie img{
	border: 2px solid #d3d3d3;
}

.clanek-dnes-vcera{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	padding-left: 10px;
}

#administrace{
	text-align: center;
}

#administrace a{
	font-size: 10px;
	color: gray;
	text-decoration: none;
}

#administrace a:hover{
	text-decoration: underline;
}
