/* CSS document */

@media screen {

.txtPage {
	}

.VypisPolozka {
	width: 500px;
	}

.txtPage h1 {
	font-size: 11pt;
	color: #001;
	font-weight: bold;
	font-family: 'Arial CE', Arial, 'Microsoft Sans Serif';
	margin-bottom: 10px;
	}

.txtPage h2 {
	font-size: 9pt;
	color: #001;
	font-weight: bold;
	font-family: 'Microsoft Sans Serif', 'Arial CE', Arial;
	padding-top: 10px;
	}

.txtPage h3, .txtPage h4, .txtPage h5, .txtPage h6 {
	font-size: 8pt;
	color: #001;
	font-weight: bold;
	font-family: 'Microsoft Sans Serif', 'Arial CE', Arial;
	}

.txtPage p {
	padding: 0px;
	margin: 0px;
	padding: 5px 0px;
	margin: 0px;
	font-size: 8pt;
	color: #001;
	line-height: 16px;
	}

.txtPage ul {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 30px;
	}

.txtPage ul li {
	font-size: 8pt;
	color: #001;
	padding: 1px 0px;
	list-style-image: url('../images/odrazka.gif');
	}

.txtPage .txt {
	font-size: 8pt;
	color: #001;
	}

.txtPage a {
	text-decoration: none;
	color: #060;
	}

.txtPage a:hover {
	color: #000;
	}
/*
.txtPage img {
	border: 0px;
	}
*/


#GalerieTab {
	margin: 20px auto;
	border-collapse: collapse;
	border: 0px #fff solid;
	}

#GalerieTab td {
	width: 105px;
	border-collapse: collapse;
	border: 0px #fff solid;
	text-align: center;
	}

#GalerieTab img {
	width: 100px;
	border: 1px #666 solid;
	}


#tabTableVypis {
	margin: 0px auto 10px auto;
	border-collapse: collapse;
	/*border: 1px #ccc solid;*/
	}

#tabTableVypis td {
	border-collapse: collapse;
	border: 1px #ccc solid;
	padding: 5px;
	font-size: 8pt;
	color: #001;
	}

#tabTableVypis thead td {
	background-color: #666;
	color: #fff;
	}




/*==========================*/
/*     navigace stranek     */
/*==========================*/


.inzNavTop, .inzNavBottom {
	width: auto;
	height: 20px;
	line-height: 18px;
	color: #888;
	text-align: center;
	font-size: 8pt;
	font-family: 'Microsoft Sans Serif';
	}

.inzNavTop {
	margin: 15px 0px 0px 0px;
	}

.inzNavBottom {
	margin: 5px 0px 0px 0px;
	padding-top: 10px;
	/*border-top: 1px #ccc solid;*/
	}

.NoAccess {
	color: #d0d0d0;
	font-size: 8pt;
	}

.inzNavTop a, .inzNavBottom a {
	color: #001;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	font-size: 8pt;
	}

.inzNavTop a:hover, .inzNavBottom a:hover {
	color: #025df6;
	text-decoration: none;
	}

a.inzNavSelected {
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 1px;
	text-align: center;
	background-color: #060;
	color: #fff;
	font-weight: bold;
	}

a.inzNavSelected:hover {
	color: #fff;
	}



.zluta { background-color: #ff9; }
.modra { background-color: #b7e8fb; }
.cervena { background-color: #faa; }
.zelena { background-color: #cf9; }
.seda { background-color: #888; }


#HCP_EGA {
	border-collapse: collapse;
	border: 1px #000 solid;
	}

#HCP_EGA td {
	text-align: center;
	font-size: 8pt;
	font-family: 'Microsoft Sans Serif', Verdana;
	border-collapse: collapse;
	/*border-top: 1px #888 solid;
	border-bottom: 1px #888 solid;*/
	padding: 5px 0px;
	}

#Scorecard {
	border-collapse: collapse;
	margin: 20px auto;
	}

#Scorecard td {
	text-align: center;
	font-size: 8pt;
	font-family: 'Microsoft Sans Serif', Verdana;
	border-collapse: collapse;
	padding: 5px 0px;
	}

} /*=== media screen ===*/







/*=========================================*/
/*=====     P R I N T   V E R Z E     =====*/
/*=========================================*/


@media print {

.txtPage h1 {
	font-size: 11pt;
	color: #000;
	font-weight: bold;
	font-family: 'Arial CE', Arial, 'Microsoft Sans Serif';
	}

.txtPage h2 {
	font-size: 9pt;
	color: #000;
	font-weight: bold;
	font-family: 'Microsoft Sans Serif', 'Arial CE', Arial;
	}

.txtPage h3, .txtPage h4, .txtPage h5, .txtPage h6 {
	font-size: 8pt;
	color: #000;
	font-weight: bold;
	font-family: 'Microsoft Sans Serif', 'Arial CE', Arial;
	}

.txtPage p {
	/*padding: 1px 0px;
	margin: 0px;*/
	font-size: 8pt;
	color: #000;
	}

.txtPage ul {
	}

.txtPage ul li {
	font-size: 8pt;
	color: #000;
	padding: 1px 0px;
	}

.txtPage .txt {
	font-size: 8pt;
	color: #000;
	}

.txtPage a {
	text-decoration: none;
	color: #333;
	}

.txtPage img {
	border: 0px;
	}


/*==========================*/
/*     navigace stranek     */
/*==========================*/


.inzNavTop, .inzNavBottom {
	width: auto;
	height: 20px;
	line-height: 18px;
	color: #888;
	text-align: center;
	font-size: 8pt;
	font-family: 'Microsoft Sans Serif';
	}

.inzNavTop {
	margin: 15px 0px 0px 0px;
	}

.inzNavBottom {
	margin: 5px 0px 0px 0px;
	padding-top: 10px;
	/*border-top: 1px #ccc solid;*/
	}

.NoAccess {
	color: #d0d0d0;
	font-size: 8pt;
	}

.inzNavTop a, .inzNavBottom a {
	color: #000;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
	font-size: 8pt;
	}

a.inzNavSelected {
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 1px;
	text-align: center;
	background-color: #025df6;
	color: #fff;
	font-weight: bold;
	}

a.inzNavSelected:hover {
	color: #fff;
	}


.zluta { background-color: #ff9; }
.modra { background-color: #b7e8fb; }
.cervena { background-color: #faa; }
.zelena { background-color: #cf9; }
.seda { background-color: #888; }


#HCP_EGA {
	border-collapse: collapse;
	border: 1px #000 solid;
	}

#HCP_EGA td {
	text-align: center;
	font-size: 8pt;
	font-family: 'Microsoft Sans Serif', Verdana;
	border-collapse: collapse;
	/*border-top: 1px #888 solid;
	border-bottom: 1px #888 solid;*/
	padding: 5px 0px;
	}

#Scorecard {
	border-collapse: collapse;
	margin: 20px auto;
	}

#Scorecard td {
	text-align: center;
	font-size: 8pt;
	font-family: 'Microsoft Sans Serif', Verdana;
	border-collapse: collapse;
	padding: 5px 0px;
	}

} /*=== media print ===*/

/* end of CSS document */