@charset "windows-1250";
/* CSS Document */

.tabs {
	list-style:none;
	height:40px; /* výška záložek */
	background-image: url(_backing.gif); /* pozadí záložek */
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
.tabs li {
	float:left;
	margin-right:-20px;
	display: block;
} 
.tabs li a {
	display:block;
	position:relative;
	text-decoration:none;
}
.tabs li a em {
	display:block;
	height:40px; /* výška záložek */
	float:left;
	position:relative;
	z-index:100;
	font-weight:normal;
	font-style:normal;
	color:#D20202;
	background-image: url(tab3.png);
	background-position: right top;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 18px;
}
.tabs li a b {
	display:block;
	float:left;
	width:20px;  /* o kolik se zakryje aktivní záložkou pravá záložka v pozadí */
	height:40px;  /* výška záložek */
	position:relative;
	z-index:200;
	background-image: url(tab3.png);
	background-position: left top;
}

.tabs li a.m1 {
	z-index:600;
	text-align: right;
}
.tabs li a.m2 {
	z-index:500;
}
.tabs li a.m3 {z-index:400;}
.tabs li a.m4 {z-index:300;}
.tabs li a.m5 {z-index:200;}
.tabs li a.m6 {z-index:100;}
.tabs li a.m7 {z-index:10;}
.tabs li a.m8 {z-index:9;}
.tabs li a.m9 {z-index:8;}
.tabs li a.m10 {z-index:7;}

.tabs li a:hover {border:0; z-index:700; cursor:pointer;}
.tabs li a:hover b {background-position: left center;}
.tabs li a:hover em  {
	background-position: right center;
	color:#C00;
	font-weight: bold;
}

.tabs li a.selected, .tabs li a.selected:hover {border:0; z-index:800; cursor:default;}
.tabs li a.selected b, .tabs li a.selected:hover b {background-position: left bottom;}
.tabs li a.selected em, .tabs li a.selected:hover em  {
	background-position: right bottom;
	color:#FFF;
	line-height: 40px; /* odsazení textu ve vybrané záložce */
	font-size: 14px;
	font-weight: bold;
}

