/* definice těla prezentace */
body {
  font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
  /*font-size: x-small;*/
	font-size: 0.8em;
  text-align: center;
  line-height: 1.2;
	color: #000000;
  background-color: #edf6fd;
	padding: 0; margin: 0;
}
/************************/
/* samostatné selektory */  
img {
  border-style: none;
  }
  
/* slouží pro ukrytí bloků */
.nezobrazit {
  display: none;
  }

/* slouží pro zarovnávání všech typů bloků i obrázků */
.left {
  float: left;
  text-align: left;
  margin: 5px 10px 5px 10px;
  }
.right {
  float: right;
  text-align: right;
  margin: 5px 0 5px 10px;
  }
.center {
  text-align: center;
  margin: 5px 5px 5px 5px;
  }
  
.vyrazny {
  font-weight: bold;
}

span.vyrazny {
	font-size: 1em; font-weight: bold;
  }

/* definuje hlavní okno v prohlížeči */
#hlavni {
	width: 950px;
	text-align: left;
 	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#hlavicka
{
	/*height: 396px; width: 950px;*/
  width: 950px;
  height: 397px; /**/
  /*background-color: #a9a9a9;*/ 
  background-color: #ffffff;
  /*background-image: url(../img/hlavicka-podklad.jpg); background-repeat: no-repeat;*/
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#uppertitle {
	width: 950px;
	height: 73px;
	/*background: url('../img/uppertitle.jpg') no-repeat #a9a9a9;*/
}
#uppertitle a {padding: 0px; margin: 0px;}
#uppertitle img {padding: 0px; margin: 0px;}

#uppermain {
	width: 950px;
	height: 344px; /*324*/
	background: url('../img/uppermain.jpg') no-repeat #ffffff;/*#a9a9a9*/
}

#menu
{
	height: 242px; /*242*/
	width: 182px; /*154*/
	text-align: left;
	/*margin: 73px 0 0 15px;*/
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	background: #a9a9a9;
}

#menu li {
	width: 180px;
	height: 34px;
	display: block;
	padding: 0px;
	margin: 0px;
	background: url('../img/menubutton.jpg') no-repeat #ffffff;
} 

#menu a
{
/*	height: 20px;
	width: 132px;*/
	
	color: #000000;
	display: block;
	text-align: left;
	text-decoration: none;
	font-size: 1em; font-weight: bold;
	margin: 0px;
	padding: 8px 0px 0px 25px;
}

#menu a:hover
{
	color: #d21f18;
}

#hlavicka h1
{
	display: none;
	margin: 0px;
	padding: 0px;
}

#pic {
	background: #a9a9a9;
	width: 182px;
	height: 81px;
	border-bottom: solid #c5c5c5 1px;
}
#pocitadlo
{
	height: 15px; /*18*/
	width: 180px; /*132*/
	text-align: center;
	/*padding-left: 30px;*/
	/*margin: 75px 0 0 0; padding: 0;*/
}
#pocitadlo a{
	padding: 0px;
	margin: 0px;
}
#pocitadlo img{
	padding: 0px;
	margin-top: 0px;
	position: relative;
	top: 5px;
}

#stred {
width: 950px;
  text-align: left;
  margin: 0px;
  padding: 0px;
}

#submenu {
	width: 173px;
	background-color: #ffffff;
	float: left;
	text-align: left;
  	margin: 2em 8px 0 0;
  	padding: 0 0 10px 0;
}

#submenu h4
{
	color: #d21f18;
	text-align: left; text-decoration: none;
	font-size: 1.2em; font-weight: bold;
	margin: 0; padding: 5px 0 0 12px;
}

#submenu a {
	width: 104px;
	color: #000000;
  background-image: url(../img/submenu-podklad.jpg); background-repeat: no-repeat;
  display: block;
	text-align: left;
  margin: 5px 0 0 10px; padding: 0 0 0 20px;
}
#submenu a.vyrazny {
	color: #d21f18;
  font-weight: bold;
}

#text {
 	width: 708px;
	background-color: #ffffff;    
  margin: 10px 0 10px 0; padding: 1em;
	padding-left: 200px;
}

#text_slim {
	padding-left: 0px;	
}

#text h2{
  text-align: center;
	font-size: 1.5em; font-weight: bold;
 	color: #d21f18;
  margin: 5px 0 15px 0; padding: 0;
}

#text h3{
  text-align: left;
  height: 28px;
	font-size: 1.3em; font-weight: bold;
  background-image: url(../img/nadpis-podklad.jpg); background-repeat: no-repeat;
 	color: #000000;
  margin: 5px 0 15px -1em; padding: 5px 0 0 30px;
}

#text h3.vyrazny{
	font-size: 1.4em;
 	color: #d21f18;
}

#text h3 a{
  text-decoration: none;
 	color: #000000;
}

#text p{
	text-indent: 2.5em; text-align: justify;
 	color: #000000;
  margin: 5px 0 5px 0; padding: 0;
}

#text .cena{
  color: #d21f18;
  font-size: 16px;
}
#dotaz input, #dotaz textarea{
  background-color: #edf6fd;
	font-size: 0.9em;
}

#dotaz input.submit{
  height: 25px;
  width: 128px;
  background-image: url(../img/tlacitko_podklad.gif);
  background-color: #edf6fd;
 	color: #d21f18;  
  border: none;
  font-size: 12px;
  font-weight: bold;  
}

#komise .tlacitko-update,#komise .tlacitko-delete, #prodej .tlacitko-update,#prodej .tlacitko-delete{
	width: 16px;
	height: 16px;
	font-size: 120px;
	background-color: #f0f0f0;
  background-repeat: no-repeat;
  border: 0px;
  cursor: pointer;
}
#komise .tlacitko-update, #prodej .tlacitko-update{
  background-image: url(../img/tlacitka/update.gif);
}
#komise .tlacitko-delete, #prodej .tlacitko-delete{
  background-image: url(../img/tlacitka/delete.gif);
}

#prodej td.text, #komise td.text{
  vertical-align: top;
  text-align: justify;
}

#prodej td.nadpis{
	color: #d21f18;
  font-weight: bold;
}

#prodej span.red{
	font-size: 1.1em;
  color: #d21f18;
  font-weight: bold;
}


#nahled {
  background-color: #edf6fd;
  text-align: center;
}

#nahled img{
  margin: 10px auto 8px auto; 
}

#nahled input{
  height: 25px;
  width: 128px;
  background-image: url(../img/tlacitko_podklad.gif);
  background-color: #edf6fd;
 	color: #d21f18;  
  border: none;
  font-size: 12px;
  font-weight: bold;  
}


/* patička prezentace */
#paticka {
	clear: both;
	background-image: url(../img/paticka-podklad.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 73px;
	margin: 0;
	padding: 0;
  }

/* ************************ ADDITIONS *************************************** */

td {
	vertical-align: top;
}
.td_img {
	width: 150px;
	vertical-align: top;
}

.admin table {
	border-collapse: collapse;
	border: solid #000000 1px;
	border: none;
}

.admin table th, .admin table td {
	border: solid #666666 1px;
}
.admin table th {
	border-bottom: solid #333333 2px;
	background: #ddddff;
	font-weight: bold;
}

.form_input span{
	display: block;
	float: left;
	width: 5em;

} 

span.red {
	font-size: 1.1em;
  color: #d21f18;
  font-weight: bold;

}


/* 2008-07-31 */

.ztucnit p ,
.vystredit p
{ margin-bottom: 1.1em !important
; text-indent: 0 !important
}
.vystredit , .vystredit *
{ text-align: center !important;
}

.ztucnit
{ font-weight: bold;
}



a#link_na_poradenskou_cinnost
{ text-decoration: none;
; line-height: 44px
; display: block
; margin-left: 184px
; text-align: center
; color: red
; font-size: 20px
; font-style: italic
; font-weight: bold
; position: relative
}

a#link_na_poradenskou_cinnost span
{ display: block
; background-image: url(/img/znalecka-a-aporadenska-cinnost.jpg)
; background-position: center center
; position: absolute
; top: 0
; left: 0
; width: 100%
; height: 100%
; cursor: pointer
}

/* */

