/* CSS Document */

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-size: 8pt;
  font-family: 'Tahoma', sans-serif;
  color: #0A415F;
  background-color: #001845;
  background-image: url(../images/bodybg.png);
  background-position: center top;
  background-repeat: repeat;
}

div#pozadi {
	background-color: #001845;
  background-image: url(../images/body.png);
  background-position: center top;
  background-repeat: repeat-x;
  min-height: 600px;
}

* html div#pozadi {
  height: 600px;
}

div#container {
  width: 998px;
  background-image: url(../images/bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 575px;
  text-align: left;
}

* html div#container {
  height: 575px;
}

div#menu {
  position: absolute;
  margin: 83px 0 0 254px;
}

div#menu .ml {
  width: 11px;
  height: 43px;
  float: left;
  background-image: url(../images/menul.gif);
  background-position: right top;
  background-repeat: no-repeat;
}

div#menu .mr {
  width: 11px;
  height: 43px;
  float: left;
  background-image: url(../images/menur.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

div#menu .m {
  height: 43px;
  min-width: 520px;
  float: left;
  background-image: url(../images/menu.gif);
  background-position: center top;
  background-repeat: repeat-x;
}

* html div#menu .m {
  width: 520px;
}

/* menu */

ul#mainMenu {
  background: url('../images/menu/bg_menu.gif') top repeat-x;
  height: 43px;
  font-family: tahoma;
  font-weight: bold;
  color: #043c5f;
  padding: 0; 
  margin: 0;
  list-style-type: none;
}

ul#mainMenu li { 
  float: left; 
  background: url('../images/menu/bg_li.gif') no-repeat right;
  padding: 0px 5px 0px 5px;
} 

ul#mainMenu li a {  
  display: block;
  color: #043c5f;
  text-decoration: none;
  padding: 16px 10px 13px 10px;
  background: url('../images/menu/li.gif') no-repeat left center; 
}

ul#mainMenu li a:hover {  
  color: #fff;
}  

/* submenu */

ul#mainMenu ul { 
  color: #fff; 
  padding: 5px; 
  margin: 0;
  background-color: #9abc23;
  position: absolute;
  margin-top: -8px;
  margin-left: -10px;
  visibility: hidden;
  list-style-type: none;
  z-index:2;
} 

ul#mainMenu ul li { 
  float: none; 
  border: none; 
  background: 0;
  padding: 0px;
  margin: 0 5px 0 5px;
  border-bottom: 1px dotted #d8eb93;
}

ul#mainMenu ul li a{ 
  padding: 3px 10px 3px 10px;
  background: url('../images/menu/li.gif') no-repeat left center;
  color: #fff; 
} 

ul#mainMenu ul a:hover { 
  color: #043c5f;
} 

ul#mainMenu li:hover ul, ul#mainMenu li.hover ul { 
  visibility: visible; 
} 

ul#mainMenu li { 
  behavior: url('css/hover.htc'); /* Protože IE nedodržuje CSS standarty, aby bylo řešení funkční, použijeme tento *.htc soubor */ 
}

/* MENU END */ 

div#head {
  width: auto;
  height: 295px;
}

div#head img {
	position: absolute;
	top: 146px;
	left: 762px;
	border: 0;
}

div#telo {
  width: auto;
}

div#left {
  width: 250px;
  padding: 45px 0 0 0;
  float: left;
  background-image: url(../images/news.png);
  background-position: center 35px;
  background-repeat: no-repeat;
  min-height: 400px;
}

* html div#left {
  height: 400px;
}

div.text {
  background-color: #189AD9;
  background-image: url(../images/foot.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 400px;
  padding: 20px;
}
div .text p{margin-top: 5px; margin-bottom: 5px;padding-top: 0px; padding-bottom: 0px;}
div.text h1 {
	background: #189AD9 url('../images/bg_h1.gif') no-repeat;
	font-size: 13pt;
	padding: 9px 0 9px 40px;
	color: #b4cf00;
}

div.text h2 {
	color: #bdeaff;
}

div.text h3 {
	color: #0a415f;
}

div.text ul  {
	padding: 10px 10px 10px 30px;
	margin: auto 0;
	line-height: 1.6;
	color: #0a415f;
/*	list-style-image: url('../images/bg_li.gif');
*/
}

div.text p {
	color: #0a415f;
}

div.text ul a {
	color: #0a415f;
}

div.text ul a:hover {
	color: #fff;
}

div#center {
  width: 546px;
  float: left;
}

* html div.text {
  height: 400px;
}

div#right {
  width: 170px;
  float: left;
}

div.foot {
  padding: 16px 20px;
  font-size: 7pt;
  font-family: 'Verdana', sans-serif;
  text-align: right;
  color: #234482;
}

div.foot a {
  color: #6F88D1;
  text-decoration: underline;
}

div.foot a:hover {
  text-decoration: none;
}

div.foot a.text {
  color: #234482;
  text-decoration:none;
}

div.foot a.text:hover {
  text-decoration:underline;
}

div.akt {
  width: auto;
  padding: 10px 40px;
  color: #6A8CCB;
  text-align: justify;
  font-size: 7pt;
  line-height: 1.5em;
}

div.akt span {
  font-size: 7pt;
  color: #6A8CCB;
  display: block;
  padding: 0 0 0 20px;
  background-image: url(../images/date.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

div.akt a {
  color: #B4CF00;
  font-weight: bold;
  text-decoration: underline;
}

div.akt a:hover {
  text-decoration: none;
}

div.akt p {
  padding: 10px 0;
  margin: 0;
}

div.dot {
  height: 10px;
  background-image: url(../images/dot.gif);
  background-position: top center;
  background-repeat: no-repeat;
}

div.kont {
  background-image: url(../images/tel.gif);
  background-position: top left;
  background-repeat: no-repeat;
  width: auto;
  margin: 40px 20px 20px 15px;
}

div.kont h2 {
  color: white;
  font-size: 10pt;
  text-transform: uppercase;
  padding: 0 0 0 35px;
}

address {
  color: #6A8CCB;
  padding: 5px 0 0 0;
  font-style: normal;
  font-weight: normal;
  font-family: 'Verdana', sans-serif;
  font-size: 7pt;
  line-height: 1.5em;
}

address a {
  color: #6A8CCB;
  text-decoration: none;
}

address a:hover {
  text-decoration: underline;
}

form#srchfrm {
  margin: 0;
  padding: 12px 0 0 35px;
}

form#srchfrm input {
  background-image: url(../images/inp.gif);
  background-position: center top;
  background-repeat: no-repeat;
  width: 115px;
  height: 16px;
  font-size: 7pt;
  color: white;
  border-style: none;
}

form#srchfrm a {
  display: block;
  text-align: right;
  padding: 3px 20px 0 0;
  color: white;
  font-size: 7pt;
  font-family: 'Verdana', sans-serif;
  text-decoration: underline;
  font-weight: bold;
}

form#srchfrm a:hover {
  text-decoration: none;
}

div#lang {
  position: absolute;
  margin: 100px 0 0 840px;
}

div#lang img {
  border: 1px solid #9C9C9C;
  display: block;
}

div#lang a {
  display: block;
  float: left;
  margin: 0 5px;
}

div.logokec {
  background-image: url(../images/logo.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 15px 10px 15px 80px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10pt;
  color: white;
}
div.logokec h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px !important;
  color: white;
  margin: 0px !important;
}

div.obrmenu {
  padding: 35px 0;
}

* html div.obrmenu {
  padding: 35px 0 0 0;
}

*+html div.obrmenu {
  padding: 35px 0 0 0;
}

div.obrmenunew {
  padding: 30px 0 15px 0;
  
}

.obrmenunew .blok{
  position:relative;
  height:121px;
  background:url(../images/linear2.gif) repeat-x left top;
  font-weight:bold;
  margin-bottom:11px;
  border: 2px solid #189ad9;
}

.obrmenunew .blok:hover{
  background:url(../images/linear2hover.gif) repeat-x left top;
  border: 2px solid #b5ce00;
}

.obrmenunew .blok h2{
  margin-top:3px;
  margin-bottom:9px;
}

.obrmenunew .blok h2 a{
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}


.obrmenunew .blok img{
  border:none;
}

.obrmenunew .blok .obr{
  float:left;
  display:block;
  margin-right:15px;
}

.obrmenunew .blok .sipka{
  position: absolute;
  right:15px;
  bottom:10px;
  width: 20px;
  height: 21px;
  background: url(../images/arra.gif) no-repeat left top;
}

/*stare reseni-------------*/
div.cell {
  width: 121px;
  height: 190px;
  float: left;
  margin: 0 2px 0 0;
  background-image: url(../images/linear.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  border: 2px solid #189ad8;
}

div.cell:hover {
  border: 2px solid #b5ce00;
}

div.nomar {
  margin: 0;
}

div.cell img {
  border-style: none;
  display: block;
}

div.cell h2 {
  margin: 0;
  padding: 5px 0 0 10px;
  line-height: 1;
}

div.cell a {
  color: white;
  font-size: 8pt;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

div.cell a.btn {
  position: absolute;
  margin: 160px 0 0 92px;
  width: 20px;
  height: 21px;
  background-image: url(../images/arra.gif);
  background-position: center top;
  background-repeat: no-repeat;
}
/*-----------------------*/

div.cert {
  background-color: #117BB1;
  margin: 20px 0 20px 10px;
  padding: 40px 0 40px 50px;
  position: relative;
}

div.cert span {
  position: absolute;
  margin: -35px 0 0 -55px;
  line-height: 1.6em;
  padding: 10px 0 10px 40px;
  color: white;
  font-weight: bold;
  font-size: 9pt;
  display: block;
  background-image: url(../images/arrow.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

p {
  text-align: justify;
  line-height: 1.5em;
  margin: 0;
  padding: 10px 0;
}

a {
  color: #0A415F;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.clear {
  clear: both; height: 0; margin: 0; padding: 0; line-height: 0; font-size: 0;
}

/* FORMATOVANI OBSAHU TEXTU */
.nadpis-maly {
	color: #b5cf00;
	font-size: 12px;
}
div .text table{color: #003366;
	width: 100%;
	border-collapse: collapse;
  }
div .text table td	{padding: 10px 5px;
	border: 1px solid #73cffc;}



	
.tabulka {
	color: #003366;
	width: 100%;
	border-collapse: collapse;
}

.tabulka td {
	padding: 10px 5px;
	border: 1px solid #73cffc;
}

.tabline-tmava {
	border: 0;
	background-color: #2397cf;
}

.tabline-svetla {
	border: 0;
	background-color: #2ca5e0;
}

.tabline-caption {
	background-color: #001845;
	color: #fff;
	font-weight: bold;
}

.tabtext {
	padding-left:3px;
}

hr {
	clear: both;
	visibility: hidden;
}

.datum img {
	margin-right: 5px;
}

.submenu {
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	list-style-type: none;
}

.submenu li {
	margin: 0;
	padding: 0;
	background-image: url('../images/bg_li2.gif');
	background-repeat: no-repeat;
	padding: 10px 0 10px 30px;
	margin: 0 0 5px 0;
}

.submenu li a {
	color: #203560;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
}

.submenu li a:hover {
	text-decoration: underline;
}

.isologo {
	position: absolute;
	top: 6px;
	right: 17px;
	border: none;
	float: right;
	_right: 30px;
}

.tbl-kontakty {
	border: none;
	width: 350px;
	margin-left: 30px;
}
h4{	margin: 0;
	padding: 0;
	background-image: url('../images/bg_li2.gif');
	background-repeat: no-repeat;
	padding: 10px 0 10px 30px;
	margin: 0 0 0px 0;
  height: 33px;}
.logox h1 {
	visibility: hidden;
	margin: 0;
	padding: 0;
}
#reks {
	height:100%;
}
#cipisek {
	background-color:#000000;
  position:absolute;
  top:100px;
  left:50%;
  z-index:50;
}
.reklam_sed
	{
	background-image:url("/images/reklamni_sed.png");
	background-repeat:repeat;
	background-color:transparent;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	width:100%px;
	height:100%;
	z-index:4;
	}
.reklam_sed2
	{
	display:none;
	}
