/* CSS document */

@media screen {

.txtPage2 {
	width: 480px;
	font-size: 8pt;
	color: #666;
	}

.txtPage {
	width: 480px;
	}

.txtPage h1 {
	font-size: 11pt;
	color: #0076ba;
	font-weight: bold;
	font-family: 'Arial CE', Arial, 'Microsoft Sans Serif';
	}

.txtPage h2 {
	font-size: 9pt;
	color: #666;
	font-weight: bold;
	font-family: 'Arial CE', Arial, 'Microsoft Sans Serif';
	}

.txtPage h3, .txtPage h4, .txtPage h5, .txtPage h6 {
	font-size: 8pt;
	color: #666;
	font-weight: bold;
	font-family: 'Arial CE', Arial, 'Microsoft Sans Serif';
	}

.txtPage p {
	/*padding: 1px 0px;
	margin: 0px;*/
	font-size: 8pt;
	color: #666;
	}

.txtPage ul {
	}

.txtPage ul li {
	font-size: 8pt;
	color: #666;
	padding: 1px 0px;
	list-style-image: url('../images/odrazka.gif');
	}

.txtPage .txt {
	font-size: 8pt;
	color: #666;
	}

.txtPage a {
	text-decoration: none;
	color: #333;
	}

.txtPage a:hover {
	color: #0076ba;
	}

.txtPage img {
	border: 0px;
	}

.txtPage #Adresa {
	width: 200px;
	padding-top: 10px;
	float: left;
	}

.txtPage #Mapa {
	width: 200px;
	padding-top: 5px;
	float: left;
	}


/*==============================*/
/*     vypis vsech aktualit     */
/*==============================*/

.NewsPol {
	padding-top: 20px;
	}

.NewsPol h3 {
	font-size: 8pt;
	color: #666;
	font-weight: bold;
	}

.NewsNadpis {
	background: #fff url('../images/odrazka.gif') no-repeat 5px 4px;
	padding-left: 15px;
	padding-bottom: 5px;
	}

.NewsNadpis a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
	}

.NewsNadpis a:hover {
	text-decoration: none;
	color: #025df6;
	}

.NewsPerex {
	/*width: 490px;*/
	font-size: 8pt;
	color: #666;
	}

.NewsPerex img {
	max-width: 80px;
	margin: 0px 10px 5px 0px;
	float: left;
	}

.vice {
	text-align: right;
	color: #555;
	font-size: 8pt;
	}

.vice a {
	text-decoration: none;
	color: #025df6;
	font-size: 7pt;
	}

.vice a:hover {
	color: #000;
	}

/*===================================*/
/*     vypis konkretni aktuality     */
/*===================================*/

.NewsDate {
	color: #888;
	font-size: 7pt;
	font-family: 'Microsoft Sans Serif';
	}

.NewsText {
	font-size: 8pt;
	color: #666;
	}

.NewsText img {
	max-width: 120px;
	/*border: 1px #ccc solid;*/
	margin: 0px 10px 5px 0px;
	float: left;
	}

.zpet {
	text-align: right;
	color: #555;
	font-size: 8pt;
	}

.zpet a {
	text-decoration: none;
	color: #025df6;
	font-size: 7pt;
	}

.zpet a:hover {
	color: #000;
	}


/*==========================*/
/*     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: #666;
	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: #025df6;
	color: #fff;
	font-weight: bold;
	}

a.inzNavSelected:hover {
	color: #fff;
	}

} /*=== media screen ===*/



/*=========================================*/
/*=====     P R I N T   V E R Z E     =====*/
/*=========================================*/


@media print {

.txtPage2 {
	width: 480px;
	font-size: 8pt;
	color: #000;
	}

.txtPage {
	width: 480px;
	}

.txtPage h1 {
	font-size: 11pt;
	color: #0076ba;
	font-weight: bold;
	font-family: 'Arial CE', Arial, 'Microsoft Sans Serif';
	}

.txtPage h2 {
	font-size: 9pt;
	color: #000;
	font-weight: bold;
	font-family: 'Arial CE', Arial, 'Microsoft Sans Serif';
	}

.txtPage h3, .txtPage h4, .txtPage h5, .txtPage h6 {
	font-size: 8pt;
	color: #000;
	font-weight: bold;
	font-family: 'Arial CE', Arial, 'Microsoft Sans Serif';
	}

.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;
	list-style-image: url('../images/odrazka_print.gif');
	}

.txtPage .txt {
	font-size: 8pt;
	color: #000;
	}

.txtPage a {
	text-decoration: none;
	color: #333;
	}

.txtPage a:hover {
	color: #0076ba;
	}

.txtPage img {
	border: 0px;
	}

.txtPage #Adresa {
	width: 200px;
	padding-top: 10px;
	float: left;
	}

.txtPage #Mapa {
	width: 200px;
	padding-top: 5px;
	float: left;
	}


/*==============================*/
/*     vypis vsech aktualit     */
/*==============================*/

.NewsPol {
	padding-top: 20px;
	}

.NewsPol h3 {
	font-size: 8pt;
	color: #000;
	font-weight: bold;
	}

.NewsNadpis {
	background: #fff url('../images/odrazka.gif') no-repeat 5px 4px;
	padding-left: 15px;
	padding-bottom: 5px;
	}

.NewsNadpis a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}

.NewsNadpis a:hover {
	text-decoration: none;
	color: #025df6;
	}

.NewsPerex {
	/*width: 490px;*/
	font-size: 8pt;
	color: #000;
	}

.NewsPerex img {
	max-width: 80px;
	margin: 0px 10px 5px 0px;
	float: left;
	}

.vice {
	text-align: right;
	color: #555;
	font-size: 8pt;
	}

.vice a {
	text-decoration: none;
	color: #025df6;
	font-size: 7pt;
	}

.vice a:hover {
	color: #000;
	}

/*===================================*/
/*     vypis konkretni aktuality     */
/*===================================*/

.NewsDate {
	color: #888;
	font-size: 7pt;
	font-family: 'Microsoft Sans Serif';
	}

.NewsText {
	font-size: 8pt;
	color: #000;
	}

.NewsText img {
	max-width: 120px;
	/*border: 1px #ccc solid;*/
	margin: 0px 10px 5px 0px;
	float: left;
	}

.zpet {
	text-align: right;
	color: #555;
	font-size: 8pt;
	}

.zpet a {
	text-decoration: none;
	color: #025df6;
	font-size: 7pt;
	}

.zpet a:hover {
	color: #000;
	}


/*==========================*/
/*     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;
	}

.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: #025df6;
	color: #fff;
	font-weight: bold;
	}

a.inzNavSelected:hover {
	color: #fff;
	}

} /*=== media print ===*/

/* end of CSS document */