@import url("inicializace.css");
/* ----------------------------------------------- */
/* ----- Obecné definice pro všechny stránky ----- */
/* ----------------------------------------------- */
html { background: url(../design/bottom_bg.gif) repeat left top; min-width: 1251px; }
body { background: #fff url(); margin: 0px; width: 100%; }
img {border: 0;}
/* ----- Definice odstavců ----- */
h1 {
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	color: #015794;
	margin: 20px 0px;
	text-decoration: underline;
}
h2 {
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	color: #015794;
}
h3 {
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color: #015794;
}
p {
	text-align: left;
	margin: 5px 0px 5px 0px;
}
ol, ul {
	text-align: left;
	margin: 5px 5px 5px 20px;
	padding: 0px
}
ol {
	margin-left: 20px;
}

li {
	margin: 0px;
	padding: 0px
}

/* ----- Definice odkazů ----- */
a {
	color: #015794
}
a:hover {
	color: #3198E1
}

/* ----- Definice tabulek ----- */
table {
}

table tr.pozadi {
	background-color: #FFFFFF
}

/* ------------------------------------ */
/* ----- Definice hlavních oddílů ----- */
/* -------------------------------------*/
body {
	background: #fff url(../design/hodice_top.png) repeat-x center top;
}

div.stranka {
	position: relative;
	width: 1251px;
	font-size: 11px;
	margin: 0 auto;
  padding-bottom: 15px;
}

/* ----- Definice horní části ----- */
#hornicast {
  position: relative;
	width: 1251px;
	height: 248px;
}

#hornicast .banner {
	position:absolute;
	top:0px;
	right:0px;
	width: 1096px;
	height: 192px;
}

#hornicast .ikony {
	position:absolute;
	top:15px;
	right:5px;
	z-index: 50;
}

#hornicast .search {
	position:absolute;
	top:10px;
	right:95px;
	/*width:180px;*/
	z-index: 50;
}

#hornicast .search input[type="text"] {
	position: relative;
	float: left;
	height: 15px;
	line-height: 18px;
	width: 145px;
	border: 1px #999 solid;
}

#hornicast .search input[type="submit"] {
	position: relative;
	float: left;
	border: none;
	color: #fff;
  background-color: #3198e1;
  margin: 1px 0px 0px 10px;
  cursor: pointer;
}


#hornicast .menu {
	margin: 15px 0px 0px 15px;
	min-height:30px;
}

#hornicast .menu ul {

}

#hornicast .menu ul li {
	display:inline;
}

#hornicast .menu ul li a{
	padding:5px 10px
}

#hornicast .rozcestnik {
	position:absolute;
	bottom:0px;
	left:0px;
	width: 100%;
	height: 48px;
}

#hornicast .rozcestnik a img {
	float: right;
}

#hornicast .rozcestnik a:hover img {
	margin-top: 3px;
	box-shadow: #333 2px 2px 3px;
	-webkit-box-shadow: #333 2px 2px 3px;
	-moz-box-shadow: #333 2px 2px 3px;
}

#links table td {
  padding: 0px 5px;
}

/* ----- Definice prostředni části ----- */
#prostredni {
  position: relative;
	width: 1251px;
	z-index:10;
}

#prostredni .datumcas {
	position: relative;
	float:left;
	width:100%;
	height:20px;
	line-height:20px;
}

#prostredni .datumcas .datum {
	position: relative;
	float:left;
	width:40%;
	height:20px;
	line-height:20px;
	font-size: 11px;
  padding-left: 4px;
}

#prostredni .datumcas .narozeniny {
	position: relative;
	float:right;
	width:40%;
	height:20px;
	line-height:20px;
	font-size: 11px;
	text-align: right;
  padding-right: 4px;
}

#prostredni .leva {
	position: relative;
	float:left;
	width:180px;
	min-height:300px;
}

#prostredni .leva .nadpis {
	width: 150px;
	padding: 6px 5px 4px 25px;
	background: #999 url(../design/nadpis_levy.png) no-repeat 5px 7px;
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #fff;
}

#prostredni .leva ul.U1 {
	list-style: none url();
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
  border: 1px solid #ccc;
  box-sizing: border-box;
	/*background: #ededed;*/
}

#prostredni .leva ul.U2 {
	list-style: none url();
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
	/*background: #ededed;*/
}

#prostredni .leva ul.U3 {
	list-style: none url();
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
	/*background: #ededed;*/
}

#prostredni .leva ul.U1 li{
  
}

#prostredni .leva ul.U1 li a{
  background: transparent url(../design/menu_li.gif) no-repeat 0px 10px;
  display: block;
  padding: 5px 5px 5px 13px;
  text-decoration: none;
  color: #333;
  margin: 0 7px;
  border-top: 1px solid #eee;
}

#prostredni .leva ul.U1 li a:hover,
#prostredni .leva ul.U1 li a.vybrano{
  /*background: #ddd url(../design/menu_li.gif) no-repeat 10px 9px;*/
  color: #015794;
}

#prostredni .leva ul.U1 > li > a.prvni{
  border-top: 0 solid transparent;
}

#prostredni .leva ul.U1 li ul.U2 {
	margin-left:10px;
}

#prostredni .leva ul.U1 li ul.U3 {
	margin-left:10px;
}

#prostredni .leva ul.U1 li ul.U2 li{

}

#prostredni .leva ul.U1 li ul.U2 li a{

}

#prostredni .stred {
	position: relative;
	float:left;
	width:835px;
	min-height:290px;
	padding: 0px 0px 10px 16px;

}

#prostredni .stred .napissekce {
	width:100%;
	height:15px;
}

#prostredni .stred .napissekce span {
	float:left;
}

#prostredni .stred .napissekce h2 {
	float:left;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
}

#prostredni .prava {
	position: relative;
	float:right;
	width:207px;
	min-height:300px;
	padding:0px;
}

#prostredni .prava .nadpis {
	width: 177px;
	padding: 6px 5px 4px 25px;
	background: #999 url(../design/nadpis_levy.png) no-repeat 5px 7px;
	font-family: Trebuchet MS;
	font-size: 15px;
	color: #fff;
}


#prostredni .prava ul.U1 {
	list-style: none url();
	padding: 3px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
  border: 1px solid #ccc;
  box-sizing: border-box;
	/*background: #ededed;*/
}

#prostredni .prava ul.U2 {
	list-style: none url();
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 3px 0px;
	/*background: #ededed;*/
}

#prostredni .prava ul.U3 {
	list-style: none url();
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 3px 0px;
	/*background: #ededed;*/
}


#prostredni .prava ul.U1 li{
  padding: 0px 0px;
}

#prostredni .prava ul.U1 li a{
  background: transparent url(../design/menu_li.gif) no-repeat 0px 10px;
  display: block;
  padding: 5px 5px 5px 15px;
  text-decoration: none;
  color: #333;
  margin: 0 7px;
  border-top: 1px solid #eee;
}

#prostredni .prava ul.U1 li a.posledni{
  border-bottom: none;
}

#prostredni .prava ul.U1 li:hover,
#prostredni .prava ul.U1 li.vybrano{
  /*color: #346;*/
}

#prostredni .prava ul.U1 > li > a.prvni{
  border-top: 0 solid transparent;
}

#prostredni .prava ul.U1 li a:hover,
#prostredni .prava ul.U1 li a.vybrano{
  color: #346;
  background: transparent url(../design/menu_li.gif) no-repeat 0px 10px;
}

#prostredni .prava ul.U1 li ul.U2 {
	margin-left:10px;
}

#prostredni .prava ul.U1 li ul.U3 {
	margin-left:10px;
}

#prostredni .prava ul.U1 li ul.U2 li{

}

#prostredni .prava ul.U1 li ul.U2 li a{

}

#prostredni .prava .kontakt {
  /*background: #3198e1;*/
  background: transparent url(../design/bg_right_kontakt.png) top repeat-x;
  padding: 5px 10px;
  width: 187px;
  color: #fff;
  margin-bottom: 3px;
}

#prostredni .prava .kontakt a,
#prostredni .prava .kontakt p,
#prostredni .prava .kontakt td,
#prostredni .prava .kontakt th {
  color: #414141;
  font-size: 13px;
}

#prostredni .prava .fotogalerie {
  background: #7cb6e6;
  padding: 5px 10px;
  width: 187px;
  color: #fff;
}

#prostredni .prava .fotogalerie .fotonadpis {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: Trebuchet MS;
  text-align: center;
}

#prostredni .prava .fotogalerie a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  font-family: Trebuchet MS;
  text-align: center;
  display: block;
}

#prostredni .prava .fotogalerie a img {
  top: 2px;
  position: relative;
}


/* ----- Definice spodni části ----- */
#spodnicastwide {
  position: relative;
	width: 100%;
	z-index:5;
	background: url(../design/bottom_bg.gif) repeat left top;
 }

#spodnicast {
  position: relative;
	width: 1251px;
	min-height:50px;
	padding: 10px 0px;
	z-index:5;
	margin: 0px auto 15px;
 }

#spodnicast .menu {
	margin: 15px 0px 0px 15px;
	min-height:30px;
}

#spodnicast .menu ul {

}

#spodnicast .menu ul li {
	display:inline;
}

#spodnicast .menu ul li a{
	padding:5px 10px
}


.novinkyNaMail {
  /*background: #cde6fb url(../design/novinky.jpg) no-repeat center bottom;*/
  padding: 7px 10px;
  margin-bottom: 3px;
}
.novinkyNaMail span {
  font-size: 14px;
  font-weight: bold;
  color: #015794;
  display: block;
  margin-bottom: 8px;
}
.novinkyNaMail input[type="submit"] {
  background: transparent url(../design/submit.png) no-repeat left top;
  height: 23px;
  width: 85px;
  border: none;
  text-align: left;
  font-family: Tahoma;
  font-weight: bold;
  color: #fff;
  display: block;
  vertical-align: top;
  padding: 1px 10px 5px 5px;
  cursor: pointer;
}
.novinkyNaMail input[type="text"] {
  background: #fff;
  color: #666666;
  border: 1px #9bbfde solid;
  width: 157px;
  margin-bottom: 5px;
}
.novinkyNaMail input.mailH {
  padding: 0px;
  margin: 0px;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  border: none;
  background: transparent;
  position: absolute;
  left: -1000px;
  top: -1000px;
}

div.administrace p.vysledekAkce {
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	background: #407F00;
}

div.administrace p.vysledekZaporny {
	background: #CD0000;
}

div.stredUvod{
  width: 100%;
  position: relative;
  background: transparent url(../design/uvod_bg.png) repeat-y center;
}

div.stredUvod div.novinky{
  float: left;
  width: 377px;
  padding: 0px 25px 0px 15px;
}

div.stredUvod div.novinky div.novinkaStrana,
div.stredUvod div.akce div.novinkaStrana{
  padding: 10px 0px;
}

div.stredUvod div.novinky div.novinkaStrana img{
  float: left;
  margin: 0px 10px 10px 0px;
}
div.stredUvod div.akce div.novinkaStrana img{
  float: right;
  margin: 0px 0px 10px 10px;
}

div.stredUvod div.novinky div.novinkaStrana span.nadpis{
  color: #015794;
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
}
div.stredUvod div.novinky div.novinkaStrana span.nadpis a{
  color: #015794;
}
div.stredUvod div.akce div.novinkaStrana span.nadpis{
  color: #3198e1;
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
}
div.stredUvod div.akce div.novinkaStrana span.nadpis a{
  color: #3198e1;
}

div.stredUvod div.akce{
  float: right;
  width: 377px;
  padding: 0px 15px 0px 25px;
}

div.stredUvod div.akce div.nadpis{
  display: block;
  background: #3198e1 url(../design/nadpis_stred.png) no-repeat 8px 11px;
  width: 400px;
  margin-left: -9px;
  position: relative;
}

div.stredUvod div.novinky div.nadpis{
  display: block;
  background: #015794 url(../design/nadpis_stred.png) no-repeat 8px 11px;
  width: 402px;
  margin-left: -15px;
  position: relative;
}

div.stredUvod div.akce div.nadpis a,
div.stredUvod div.novinky div.nadpis a{
  display: block;
  padding: 8px 5px 8px 30px;
  color: #fff;
  font-weight: bold;
  font-family: Trebuchet MS;
  font-size: 15px;
  text-decoration: none;
}

div.stredUvod div.akce div.nadpis a:hover,
div.stredUvod div.novinky div.nadpis a:hover{
  text-decoration: underline;
}

span.nespi { float: right; font-size: 90%; }

#jazyky { position: absolute; right: 320px; top: 0px; }



/*a.idMenu59 {font-weight: bold; color: #c00 !important;}*/

div.meteo {
  background: #3198e1;
  margin: 5px 0px;
  padding: 5px 0px;
}
div.meteo span {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
}

div.meteo td {
  padding: 0px 5px;
  color: #fff;
}

div.meteo a.button {
  padding: 5px 10px;
  color: #fff;
  background: #7cb6e6;
  text-decoration: none;
  border-radius: 4px;
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

div.meteo a.button:hover {
  background: #a8d0f1;
  color: #333;
}

#accordion.noPad div.ui-accordion-content { padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; border-top-right-radius: 0px; border-top-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
#accordion.noPad.ui-accordion .ui-accordion-header { border-top-right-radius: 0px; border-top-left-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }


#fbIco { position: absolute; top: 23px; right: 4px; }
div.fb-share-button { float: right; padding: 5px 10px; }
