/* Copyright Stredocesky volejbal (c) 2005, http://stc-vol.d2.cz/          */
/* Created by ARCAO, http://www.arcao.com/                                 */
/* You CANNOT use this stylesheet, or part of it, without permission!!     */

/* Vysledky */
@import url('tables.v2.1.css') ;


/* Zakladni html tagy */
html {
	background: #C8C8C8;
}

body {
	background: #C8C8C8;
	color: #000;
	font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	font-size: 75%;
	text-align: center;
	line-height: 1.6em;
}
h2, h3, h4 {
	line-height: 1.3em;
	margin: 1em 0 0;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
	color: #15C70F;
	font-weight: bolder;
}
h4 {
	font-size: 1em;
	color: #C39;
	border-bottom: 1px solid #BBB;
}
img {
	border: 0;
}
a {
	color: #006;
}
a:hover {
	color: #6689C9;
}










/* Layout */
#holder {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding: 0 5px;
	background: url(../img/yellow.new2/layout-body.gif) #FFF repeat-y;
	position: relative;
}
#holder-header, #holder-footer {
	width: 760px;
	height: 5px;
	margin: 0 auto;
}

#holder-header {
	background: url(../img/yellow.new2/layout-header.gif) no-repeat;
}
#holder-footer {
	background: url(../img/yellow.new2/layout-foot.gif) no-repeat;
}
.hide {
	position:absolute; left:-1000px; top:-1000px; width:1px; height:1px; overflow:hidden;
}
#foot {
	clear:both;
	margin: 1.5em 0 0 0;
	padding: 4px;
	text-align: center;
	background: #FFFEF2;
	border-top: 1px solid #CCC;
}











/* Logo */
h1#logo {
	position: relative;
	display: block;
	height: 60px;
	margin: 0;
	padding-left: 15px;
	font-size: 2em;
	overflow: hidden;
}
h1#logo span {
	position: absolute;
	width: 750px;
	top: 0;
	left: 0;
	z-index: 1;
	height: 60px;
	background: url(../img/yellow.new2/logo-2.jpg) no-repeat;
	text-decoration: none;
	cursor: pointer;
}













/* Menu */
#menu {
	float: left;
	width: 160px;
	text-align: center;
}

#menu h2 {
	font-size: 1.5em;
	margin: .83em 0 0 0;
	font-style: italic;
	color: #025F98;
}
#menu ul.menu {
	text-align: left;
	clear: both;
	margin-bottom: .5em;
}

#menu hr.separator {
	width: 80%;
	height: 1px;
	border: 0px;
	background-color: #CCC;
	color: #CCC;
}
#menu-kp-year {
	margin-top: 0;
	color: #F93;
}
#menu-kp-year a {
	white-space: nowrap;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li.menu			{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li.menu a		{
	margin: 0 0 0 1em;
	padding: 0 0 0 8px;
	background: url(/img/yellow.new2/menu-odd-off.gif) left center no-repeat;
}
#menu li.menu a:hover		{
	background: url(/img/yellow.new2/menu-odd-on.gif) left center no-repeat;
}
#menu li.menu .no-a		{
	margin: 0 0 0 1em;
	padding: 0 0 0 8px;
	background: url(/img/yellow.new2/menu-odd-off.gif) left center no-repeat;
	color: #006;
}
#menu li.menu:hover .no-a		{
	background: url(/img/yellow.new2/menu-odd-on.gif) left center no-repeat;
	color: #6689C9;
}
#menu ul.sub-menu		{
	padding: 0;
}
#menu li.sub-menu		{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li.sub-menu a		{
	margin: 0 0 0 2em;
	padding: 0 0 0 8px;
	background: url(/img/yellow.new2/menu-odd-off.gif) left center no-repeat;
}
#menu li.sub-menu a:hover	{
	background: url(/img/yellow.new2/menu-odd-on.gif) left center no-repeat;
}














/* Obsah */
#content {
	float: right;
	margin-left: -170px;
	margin-right: 10px;
	width: 570px
}
#content h2 {
	font-style: italic;
	color: #F93;
}
#content p, #content .padding {
	padding: .15em 0 .35em .35em;
	margin: 0;
}
#content dl {
	padding-left: .35em;
}
#content dt {
	font-weight: bold;
	color: #029;
}
.zkratky dt {
	float:left;
}

#content ul, #content ol {
	margin-top: .15em;
	padding-top: 0;
}
#content strong {
	color: #029;
}









/* Div s nastroji na strance (tisk, zpet, starsi ...) */
#page-tools {
	float: right;
	width: 7.5em;
	margin: 0 0 0 5px;
	padding-left: 5px;
	border-left: 5px solid #BBB;
	background: #F8F8F8;
}
#page-tools ul {
	margin: 0;
	padding-left: 0;
}
#page-tools ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#page-tools ul li a {
	color: #777;
	padding-left: 17px;
}
#page-tools ul li a:hover {
	color: #006;
}
#page-tools ul li.back a {
	background: url(../img/yellow.new2/pt-back-off.gif) center left no-repeat;
}
#page-tools ul li.back a:hover {
	background: url(../img/yellow.new2/pt-back-on.gif) center left no-repeat;
}
#page-tools ul li.print a {
	background: url(../img/yellow.new2/pt-print-off.gif) center left no-repeat;
}
#page-tools ul li.print a:hover {
	background: url(../img/yellow.new2/pt-print-on.gif) center left no-repeat;
}
#page-tools ul li.older a {
	background: url(../img/yellow.new2/pt-history-off.gif) center left no-repeat;
}
#page-tools ul li.older a:hover {
	background: url(../img/yellow.new2/pt-history-on.gif) center left no-repeat;
}








/* IE Hacks */
p, input, table, textarea, select {
	font-size: 1em;
}









/* Ciselnik oddilu */
.ciselnik-table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin-left: 10px;
}
.ciselnik-table tr.header {
	text-align: center;
	font-weight: bold;
	color: #F93;
}
.ciselnik-table tr:hover {
	background: #FFFEF2;
}

.ciselnik-table thead tr:hover, .ciselnik-table thead tr.hover {
	background: transparent;
}

.ciselnik-table td {
	padding: 1px;
	border-bottom: 1px solid #DDD;
}

.ciselnik-table td.first {
	width: 18%;
	text-align: center;
}

.ciselnik-table td.second {
	width: 58%;
}

.ciselnik-table td.third-cstv {
	text-align: center;
	width: 24%;
}

.ciselnik-table td.third-cos {
	text-align: center;
	color: #090;
}

.ciselnik-table-2011 td.first {
	width: 15%;
	text-align: center;
}
.ciselnik-table-2011 td.second {
	width: 15%;
	text-align: center;
}
.ciselnik-table-2011 td.third {
	width: 55%; 
}
.ciselnik-table-2011 td.fourth {
	width: 15%;
	text-align: center;
}

/* uvod */
.news .news-body {
	font-size: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #DDD;
}
.news h3 {
	font-size: 1.3em;
	color: #15C70F;
	font-style: italic;
	position: relative;
}
.news h3 span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #036;
	font-weight: 500;
}

/* index stranky */
p.popis {
	font-style: italic;
}
div.index-item {
	background: #FFF7F0;
	margin: .6em 0 1em 0;
	padding: 0 .2em;
	border-left: 5px solid #FFE3C8;
}
div.index-item h3{
	margin: 0;
	padding: 0;
}
div.index-item h3 a{
	color: #025F98;
}
div.index-item h3 a:hover{
	color: #006;
}
#content div.index-item p {
	padding: 0;
}
#content div.index-item p span {
	font-weight: bold;
	color: #029;
}

/*******************************************************************************************/
/* XHTML 1.0 Strict <ol type="a"> hack. Attribute TYPE in OL not supported in XHTML 1.0 Strict */
ol.a {
	list-style-type: lower-alpha;
}

.u {
	border-bottom: 1px solid #BBB;
}
