BODY {
	background-color: #f4fbfd;
	background-image: url(pic/backhead.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 75%;
}

/*----------------odkazy---------------*/
A {
	color: #144c8e;
	text-decoration: none;
}
/* ---------musi byt pred hover, jinak u visited nefunguje hover--------- */
A:visited {
	color: #CC4E33;
}

A:hover {
	color: #CC3365;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	clear: both;
	padding: 5px; 
	background-color: #0e8fbf;
	background-image: url(pic/backmenu.png);
	background-repeat: repeat-x;
	color: white;
	margin: 0px 0px 5px 0px;
	-moz-border-radius:  6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;

	}

h1 {font-size: 120%}
h2 {font-size: 105%}
h3 {font-size: 95%}
h4 {font-size: 90%}
h5 {font-size: 85%}
h6 {font-size: 80%}

h1 a{
	color: white;
	text-decoration: underline;
}
h2 a{
	color: white;
	text-decoration: underline;
}

h3 a{
	color: white;
	text-decoration: underline;
}

/*-----------------seznamy v textu (ne menu!)------------------------*/
dt {
	font-weight: bold;
	color: #0c79a2;
}

dd {
	margin-bottom: 1em;
}

#stredni ul li {
	list-style: outside url(pic/dot.gif);
}
/*----------------- menu ------------------------*/
.menu, .menunews {
	border: 1px solid #0e8fbf;
	padding: 0px;
	margin: 0 0 5px 0;
	background-color: #ebf9fe;
	text-align: left;
	border-collapse: collapse;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(pic/bghygie.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.popismenu {
	font-weight: bold;
	color: white;	
	display: block;
	border: none;
	margin: 0px;
	background-color: #0e8fbf;
	background-image: url(pic/backmenu.png);
	background-repeat: repeat-x;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;

	
}

/* menu pomoci seznamu */
.menu a {
	margin: 0px;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #ebf9fe;
	display: block;
}

.menu a:hover {
	color: #CC3365;
	text-decoration: none;
	display: block;
	background-image: url(pic/backmenu2.gif);
}

.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu li li a {
	padding: 5px 5px 5px 10px;
	font-weight: normal;
}

.bezodkazu {
	width: 100%;
	display: block;
	font-weight: bold;
	color: #0c79a2;
	margin: 2px;
}

/* --------  Aktuality ------------------ */
.menunews .popismenu {
	padding: 5px;
}

.menunews p {
/*	border-bottom: 1px solid #aad3ff;*/
	padding: 5px;
	margin: 0px;
}

.newsdate {
	color: #0c79a2;
	text-align: right;
	font-style: italic;
	display: block;
	}

.menunews .vyrazny {
	color: #CC4E33;
	
}
.popismenu a{
	display: run-in;
	color: White !important;
	border: none;
}
.popismenu a:hover{
	color: #cc3365 !important;
	}


/* grafika pod menu */
/*----------------- layout ------------------------*/

#obal {
	width: 960px;
		margin: auto;
}
#obaltela {
	position: relative;
   	clear: both;
}
#stredni, #levy, #pravy {
	padding: 0px;
	margin: 0px;
}

#stredni {
	width: 73%;
/*	float: left;*/
    position: absolute;
    z-index: 0;
	background-color: white;
	margin: 5px 0px 5px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
       	clear: both;
}

#levy {
	width: 20%;
	float: left;
	display: none;
}
#pravy {
	width: 27%;
	float: right;
}

.vnitrni {
	padding: 5px;
}

#pata {
	clear: both;
	background-image: url(pic/backhead.png);
	font-size: 80%;
	font-weight: bold;
	color: white;
	padding: 4px;
	text-align: center;
	}

#pata a{
	color: white;
	text-decoration: underline;
}

#hlava {
	height: 117px;
	background-repeat: no-repeat;
	padding: 13px 0px 0px 8px;
	margin: auto;
	}

/* ----------hyper dulezita informace----------- */
.hyperinfo {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    background-color: #feebee;
    background-image: url(pic/vykricnik.gif);
    background-repeat: no-repeat;
    margin: 5px;
    padding: 10px 10px 10px 50px;
    color: #a50c20;
}

/*-------------------tabulky---------------------*/


table {
	padding: 0px;
	margin: 15px auto 15px auto;
	background-color: white;
	border-collapse: collapse;
}

caption {
	text-align: center;
	font-weight: bolder;
	color: #0c79a2;
}

th, td {
	margin: 0px;
	padding: 3px;
	border: solid 1px #0e8fbf;

}

th {
	background-color: #0e8fbf;
	background-image: url(pic/backmenu.png);
	background-repeat: repeat-x;
	color: white;
}



table.small {
	border: 0px;
   	margin: 10px auto 10px auto;
	font-size: 80%;
}

table.bezborder  {
    border: 0;
    margin: 0;
    padding: 0;
}

table.bezborder td{
    border: 0;
}


.telefonyhome {
	background-color: #ebf9fe;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:10px 10px 0 10px;
	padding: 0 0 5px 0;
}

.telefonyhome h2 {
	text-align:center
}

.telefonyhome h2 a{
text-decoration:none;
color:#FFF;
}

.telefonyhome h2 a:hover{
text-decoration:underline;
color:#FFF;
}

table.telefony{
	background:none;
	border:none;
	margin:0 auto;

}

table.telefony td {
	text-align:center;
	border:none;
	color:#0C7AA5;
}

/*-------- tabulka bez barvicek ----------------*/
table.cista{
  width: 100%;
}

table.cista th, table.cista td {
    padding: 8px;
    border: 1px solid #0C7AA5;

}

table.cista th{
	background-color: white;
	background-image: none;
	color: black;
}


/*----------------formulare------------------*/
fieldset {
	border: solid 1px #0c79a2;
    margin-bottom: 10px;
	margin: auto;
	width: 80%;
	margin-bottom: 20px;
	padding: 10px;
}

legend {
	font-weight: bold;
	color: #0c79a2;
	border: 1px solid #0c79a2;
	padding: 2px;
}

label {
	float:left;
	text-align:right;
	width: 40%;
	padding-top:0.2em;
  }

label.nofloat {
	float: none;
  }

fieldset input, fieldset textarea {
	border: 1px solid #0c79a2;
	margin: 1px;
}


input.text {
	BORDER: #0c79a2 1px solid; 
	padding: 2px;
	width: 200px;
	clear: both;
}

input, select {
	border: solid 1px #0e8fbf;
	}

input.tlac {
	font-weight:bold;
	background-image: url(pic/backmenu.png);
	background-repeat: repeat-x;
	color: white;
	
}

input.google {
	BORDER: #0c79a2 1px solid; 
	padding: 2px;
}

form {
	margin: 0px;
}
 
 
 
 
  
/*----------------------zkratky----------------------*/
acronym {
	border-bottom: 1px dotted ;
	cursor: help;
}
/*--------------------logo-----------------------*/
#logo {
	border: none;
}
/* --------------------obrazky obtekane v textu-------------------- */
.pic {
	border: solid 1px  #0c79a2;
	margin: 5px;
	float: left;
}

/* --------------------obrazky neobtekane v textu-------------------- */
.pic1 {
	border: solid 1px  #0c79a2;
	margin: 5px;
}

/* --------------------obrazky neobtekane v textu-------------------- */
.pic2 {
	border: none;
	margin: 5px;
	float: right;
}

/* --------------------obrazky vycentrovane-------------------- */
.pic3 {
	border: none;
	margin: 5px;
	text-align: center;
	}

/* --------------------obrazky vycentrovane sirka boxu 200px -------------------- */
.pic4 {
	border: none;
	margin: 5px;
	text-align: center;
	width: 200px;
	float: left;
	}


/* ---------------- popis obrazku------------------------- */
.popispic {
	text-align: center;
	font-style: italic;
}

/* ---------------- galerie nahledu obrazku -------------------- */
.galerie {
clear: both;
}

.galerie p.popispic {
	border: dashed #f4fbfd 1px;
	margin: 5px;
	width: 170px;
	height: 200px;
	display: block;
	float: left;
}



/* ----------------ikony programu--------------------- */
.ico {
	border: 0px;
	width: 16px;
	height: 16px;
	margin-bottom: -3px;
}

/* ---------------poznamka------------------ */
.pozn {
	font-style: italic;
}
/* ---------------vycentrovani-------------------- */
.center {
	margin: auto;
	text-align: center;
}
/* ------------------ zvyrazneny a zalomeny za------------------------------- */
.vyrazny {
	color: #0c79a2;
	font-weight: bold;
	display: block;
	clear: right;
}

/* ----------------odskok na str�nce nahoru--------------------- */
.top {
	text-align: right;
	font-weight: bold;
}

/* ----------------- zvyrazneny odstavec - souhrn clanku ------------------------- */

.souhrn { 
	background-color: #ebf9fe;
	padding: 5px;
}

.souhrn1 { 
	background-color: #f4fbfd;
	border: 1px solid #0c79a2;
	padding: 3px;
	margin: auto;
	width: 60%;
}

/* --------------------- podpis clanku ---------------------- */

.podpis {
	font-style: italic;
	text-align: right;
}

/* ---------------    neviditelny     ---------------------- */
.inisible {
	visibility: hidden;
}

/* ----------    nezalamovany    ------------- */
.nobr {
	white-space: nowrap;
}

/* -----------------Informace seznam ------------------- */
.infoseznam {
	border: solid 1px #0c79a2;
	margin: 5px 5px 5px 0px;
	width: 48%;
	float: left;
}


.infoseznam h3  {
	margin: 0px;
	display: block;
	background-color: #0e8fbf;
	background-image: url(pic/backmenu2.png);
	background-repeat: repeat-x;
	padding: 5px;
	color: white;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.infoseznam p {
	margin: 5px;
	font-weight: bold;
}

.infoseznam li {
	margin: 5px 5px 5px 0px;
}

.infoseznam ul {
	margin: 0px 0px 0px 15px;
}

/*infoseznam na homepage */
.infoseznam2 {
	border: solid 1px #0c79a2;
	margin: 0px 5px 5px 0px;
	width: 32%;
	float: left;
}

.infoseznam2 h3 {
	margin: 0px;
	display: block;
	background-color: #0e8fbf;
	background-image: url(pic/backmenu.png);
	background-repeat: repeat-x;
	padding: 5px;
	color: white;
}

.infoseznam2 ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.infoseznam2 li {
	margin: 5px 0px 5px 0px;
	margin-left: -20px;
}


/* -----------------Informace seznam razeni podsebe v divu velikost 100%------------------- */
.infoseznam3 {
	border: solid 1px #0c79a2;
	margin: 5px 5px 5px 0px;
	width: 99%;
	float: left;
}


.infoseznam3 h3  {
	margin: 0px;
	display: block;
	background-color: #0e8fbf;
	background-image: url(pic/backmenu2.png);
	background-repeat: repeat-x;
	padding: 5px;
	color: white;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.infoseznam3 p {
	margin: 5px;
	font-weight: bold;
}

.infoseznam3 li {
	margin: 5px 5px 5px 0px;
}

.infoseznam3 ul {
	margin: 0px 0px 0px 15px;
}




/* ----------zalomeni materskeho prvku po plovoucich objektech	------------- */
.zalomit {
	clear: both;
}

/* ----------------novinka oznacena v textu -----------------  */
.novinka {
	font-style: italic;
	color: Red;
	font-weight: bold;
}

/* ------------------------------  hledaci boxik  ---------------------------------- */
.search {
	width: 150px;
	height: 32px;
	float: right;
	margin: 2px 8px 1px 0px;
	background-image: url(pic/backsearch.gif);
	background-repeat: no-repeat;
	line-height: 32px;
}

.search input{
	border: none;
	color: #7fc70e;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 80%;
}

/* ------------------------------  prepinac jazyku  ---------------------------------- */
.switchlang{
	width: 90px;
  height:36px;
  line-height:36px;
	float: right;
	z-index: 10;
  color: white;
  font-size: 90%;
}

.switchlang a{
color: white;
}

#mapka a {
	display: block;
	width: 150px;
	margin: auto;
	padding: 2px;
}

.blue {
	color: Blue;
	font-weight: bold;
}

.red {
	color: red;
	font-weight: bold;
}

.green {
	color: green;
	font-weight: bold;
}

.ukonceno a {
  color: #444;
  font-style: italic
}
.ukonceno td {
  background-color: #eee;
}

/*#list {
	background-image: url(pic/list1.gif);
	display: block;
	width: 443px;
	height: 407px;
	position: absolute;
	top: 0px;
	left: 467px;
	z-index: 0;
}*/

.pdf {
	list-style: outside url(pic/pdf1.gif) !important;
}

.doc {
	list-style: outside url(pic/doc_icon.gif) !important;
}

.xls {
	list-style: outside url(pic/xls_icon.gif) !important;
}

.pavouk {
	border-collapse: separate;
	border:none;
	font-size: 90%;
	border-spacing:5px 0px;
}

.pavouk th a {
	color: white;
}

.pavouk td, th {
	border: none ;
	margin: 5px;
	padding: 5px;
}

.pavouk td p {
	border-bottom: solid 1px #aad3ff;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

.kontbox {
  width:40%;
  float:left;
  margin: 10px; 
}

.homesluzby {
	border-collapse: separate;
	border:none;
	font-size: 90%;
	border-spacing:5px 0px;
}

.homesluzby th a {
	color: white;
}

.homesluzby td, th {
	border: none ;
	margin: 5px;
	padding: 5px;
}

.homesluzby th {
	font-size: 150%;
	
	}

.homesluzby td p {
	border-bottom: solid 1px #aad3ff;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

/*telefonni seznam*/

.kont_box {
	-moz-border-radius: 6px 0;
	-webkit-border-radius: 6px 0;
	padding: 10px;	
	background-color: #ebf9fe;	
	border: solid 1px #0e8fbf;
	width:50%;
	clear: both;
	margin-left: 160px; 
	background-image: url(pic/bghygie.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.kont_jmeno {
	text-align: right;
	font-weight: bold;
	font-size: 140%;

}
.kont_funkce {
	text-align: right;
	font-style: italic;
}
.kont_cinnost,.kont_oddeleni, .kont_centrum, .kont_lokalita, .kont_telefon, .kont_mobil, .kont_email {
}
.kont_cinnost>strong, .kont_oddeleni>strong, .kont_centrum>strong, .kont_lokalita>strong, .kont_telefon>strong, .kont_mobil>strong, .kont_email>strong {
	width: 80px;
	text-align: right;
	display: inline-block;
}


/*rozpuleni - 2 sloupce*/

.rozpuleni {
  width: 49%;
  float: left;
  margin-right:1%  ;
}

/* zalamovac */
.cleaner
{
    clear: both;
}

/*slideshow*/
#slideshow-container	{ width:683px; height:211px; position:relative; }
#slideshow-container img { display:block; position:absolute; top:0; left:0; z-index:1; border:none;}


.badges a{
	margin: 0 8px;

	}




