@import url("inicializace.css");

body{
  font-family: Verdana;
  font-size: 12px;
  text-align: left;
  color: #585858;
}

a {
  color: #ffffff;
  text-decoration: underline;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a.more{
  position: relative;
  color: #ffffff;
  font-size: 11px;
  padding: 3px 20px 3px 5px;
  background: url(../design/button.gif) no-repeat right center;
  text-decoration: none;
  line-height: 20px;
  float: right;
}

a.back{
  position: relative;
  color: #ffffff;
  font-size: 11px;
  padding: 3px 5px 3px 20px;
  background: url(../design/back.gif) no-repeat left center;
  text-decoration: none;
  line-height: 20px;
  float: right;
}

h2{
  font-size: 14px;
  font-weight: bold;
  height:25px;
  border-bottom: 1px #ffffff dotted;
  color: #ffffff;
}

h1{
  font-size: 20px;
  height:35px;
  border-bottom: 1px #ffffff dotted;
  color: #ffffff;
}





#page{
  position: relative;
  width: 950px;
	margin: 0px auto;
}

#header{
  position: relative;
  height: 104px;
	width: 950px;
	margin: 0px auto 0px;
	background: url(../design/head.jpg) no-repeat center top;
	clear: both;
   z-index:1;

}

#header div.options{
  position: relative;
  color: #ffffff;
  margin-top:5px;
  margin-right:5px;
  float: right;
  z-index:3;
}

#logo {
  border: none;
  position: absolute;
  left: 9px;
  top: 20px;
}

#mainH1 {
  position: absolute;
  left: -2000px;
  top: -2000px;
}

#menu{
  font-size:11px;
  position: relative;
  margin-right:3px;
  float:right;
  width: 500px;
  text-align: left;
  top: -30px;
  z-index: 10;
}

#menu table.U10{
  position: relative;
  border: none;
  width: 100%;
  
}

#menu table.U10 td a{
  color: #ffffff;
  text-decoration: none;
  padding-left:15px;
  font-weight:bold;
  display: block;
  background: url(../design/li_bily.gif) no-repeat left center;
}

#menu table.U10 td a.vybrano{
  text-decoration: underline;
}

#leftSide{
  position: relative;
  float: left;
  width: 162px;
  min-height: 100px;
}

#leftSide2{
  position: relative;
  float: left;
  width: 213px;
  height: 580px;
}

#leftSide div.blueBg{
  position: relative;
  width:162px;
  height:145px;
  background: url(../design/poz_leve_menu.gif) no-repeat top;
}


#leftSide div.title{
  font-size: 18px;
   margin-bottom: 10px;
   font-weight:bold;
}

#leftSide div.blueBg div.title{
  color: #ffffff;
  text-align:center;
  padding-top: 60px
}

#leftSide div.blueBg div.title_kontakt{
  color: #ffffff;
  text-align:center;
}


#logo_blueBg{
  position:relative;
  margin-top:-93px;
}

#leftSide p{
  font-size: 90%;
  line-height: 150%;
  clear: both;
}

#content{
	position: relative;
	float: left;
	width: 336px;
   margin-left:5px;
   padding-top: 20px;
	padding-left: 15px;
	padding-right: 10px;
   line-height: 16px;
   background-color:#707173;
   min-height:560px;
   top:-16px;
}

#rightSide{
	position: relative;
	float: right;

}

#content div.sablona{
  padding-bottom: 20px;
  color: #ffffff;
}

#content div.sablona ul{
  list-style: none;
  margin: 0px 0px 10px 0px;
  padding: 3px 0px;
}

#content div.sablona ul li{
  list-style: none;
  color: #ffffff;
  padding: 3px 0px 3px 30px;
  background: url(../design/li_bily.gif) no-repeat 5px 7px;
}

#footer{
  position: relative;
	width: 950px;
	margin: 10px auto 5px;
	padding: 5px 0px 0px 0px;
  color: #7c7d7e;
  border: 1px #a7a9ac solid;
  border-width: 1px 0px 0px 0px;
}

#footer div.edited{
  position: relative;
  float: right;
}

#footer a{
  color: #7c7d7e;
  font-size: 90%;
  text-decoration: none;
}

#footer a:hover{
  text-decoration: underline;
}


ul.sitemap{
  color: #ffffff;
  list-style-type: none;
}

ul.sitemap li{
  color: #ffffff;
  background: url(../design/li_bily.gif) no-repeat 3px 4px;
  padding-left: 20px;
}




.bgRed {
  background-color:#FFDDCC;
}


/*********************************************************/
/*** ADMAINISTRACE ***************************************/
/*********************************************************/

div.administrace  {
	margin: 0px auto 0px auto;
	padding: 10px;
}

div.hlokno div.administrace h1 {
	font-size: 14px;
	text-transform: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 2px solid #C0C0C0;
	display: block;
	color: #333;
}

div.administrace form.adminForm input,
div.administrace form.adminForm select,
div.administrace form.adminForm textarea {
	font-size: 11px;
}

div.administrace form.adminForm input.male,
div.administrace form.adminForm select.male,
div.administrace form.adminForm textarea.male {
	width: 180px;
}

div.administrace form.adminForm input.stredni,
div.administrace form.adminForm select.stredni,
div.administrace form.adminForm textarea.stredni {
	width: 380px;
}

div.administrace form.adminForm input.velke,
div.administrace form.adminForm select.velke,
div.administrace form.adminForm textarea.velke {
	width: 450px;
}

div.administrace form.adminForm textarea.male {
	height: 60px;
}

div.administrace form.adminForm textarea.stredni {
	height: 90px;
}

div.administrace form.adminForm textarea.velke {
	height: 120px;
}

div.administrace form.adminForm table tr td {
	font-size: 11px;
	text-align: left;
	padding: 2px;
}

div.administrace form.adminForm table tr td.labelPole {
	width: 120px;
	text-align: right;
	vertical-align: top;
	padding: 2px 7px 0px 0px;

}

div.administrace form.adminForm table tr td.readonly input,
div.administrace form.adminForm table tr td.readonly select,
div.administrace form.adminForm table tr td.readonly textarea {
	background: #E2E2E2;

}

div.administrace form.adminForm table tr.submit td {
	text-align: center;
	padding-top: 15px;
	border-top: 1px solid #C0C0C0;
}

div.administrace fieldset {
	padding: 10px;
	border: 1px solid #C0C0C0;
}

div.administrace fieldset legend {
	color: #C0C0C0;
}

div.administrace table.admin {
	width: 100%;
}

div.administrace table.admin tr.s {
	display: none;
}

div.administrace table.admin td {
	text-align: left;
	padding: 2px 0px 2px 0px
}

div.administrace table.admin td.labelPole {
	width: 130px;
	text-align: right;
	vertical-align: top;
	padding: 2px 7px 0px 0px;
}

div.administrace table.admin td.labelPole span.povinne {
	font-weight: bold;
}

div.administrace table.admin td.submit {
	text-align: center;
	padding-top: 3px;
	border-top: 1px solid #C0C0C0
}

div.administrace table.admin td input.velke,
div.administrace table.admin td textarea.velke,
div.administrace table.admin td select.velke {
	width: 380px;
}

div.administrace table.admin td textarea.velke {
	height: 60px;
}

div.administrace table.admin td input.stredni,
div.administrace table.admin td textarea.stredni,
div.administrace table.admin td select.stredni {
	width: 200px;
}

div.administrace table.admin td input.male,
div.administrace table.admin td textarea.male,
div.administrace table.admin td select.male {
	width: 100px;
}


div.administrace table.vypis {
	width: 100%
}

div.administrace table.vypis tr.pozadi {
	background: #FFFFFF
}

div.administrace table.vypis td {
	text-align: center;
	padding: 2px 1px 2px 1px;
}

div.administrace h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	color: #ed1c24;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 4px 5px;
	border-bottom: 1px solid #ed1c24;
}

div.administrace h3 {
	color: #ed1c24;
}

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

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

table.admin tr.s {
	display: none;
}


div.vysledkyHledani {
   color:#ffffff;
}

 .vyhledavaniPrazdny{
color:#ffffff;
}


input.kontr {
  width: 1px;
  height: 1px;
  visibility: hidden;
  background: transparent;
  border-width: 0px;
}
