/* HTML TAGY */

table 
{ 
  border-spacing: 0px 0px; 
  border-collapse: collapse; 
  font-size: 11px; 
}

td 
{ 
  text-align: left; 
  vertical-align: top; 
}

form 
{ 
  margin: 0; 
}

a 
{	
  color: black;	
  text-decoration: none; 
}

a:hover 
{	
  color: gray; 
}

a img 
{
    border: 1px solid gray;
    background-color: white; 
    padding: 2px; margin: 0px;
}


td li 
{ 
  list-style: none; 
  text-align: left; 
}

td 
{ 
  padding: 1px 1px 1px 5px 
}
/* /HTML TAGY */
/*----------------------------------------------------------------------------*/

.red 
{ 
  color: red; 
}

.p2 
{	
  width: 48%; 
  float: left; 
}

.p3 
{	
  width: 48%; 
  float: right; 
}

.center 
{	
  text-align: center; 
}
/* ID */

#logo
{
	background: #D9DBDC;
	width: 100%;
	height: 160px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	/*display: none;*/
}
#levy
{
	float: left;
	width: 150px;
	margin-bottom: 20px;
}
/* /ID */
/* CLASS*/
.menu
{
	margin-top: 10px;
	background: #EEEEEE;
	width: 150px;
	font-size: 11px;
}

.menu ul
{
	margin: 0; padding: 0;
}

.menu li
{
	list-style: none;
	margin: 0; padding: 0;
}

.menu a
{
	background-color: #EEEEEE;
	color: Navy;
	display: block;
	padding: 1px 1px 1px 13px;
	width: 135px;
	border-bottom: 1px solid #E0E0E0;
}

.menu a:hover
{
	background-color: #FFFFFF;
	color: blue;
	background-image: url('../images/menu_bod.gif');
	background-repeat: no-repeat;
	background-position: 135px;
}
.menu_nadpis
{
	padding-top: 2px;
	text-align: center;
	background-image: url(../images/menu_line_top.gif);
	width: 100%;
	height: 15px;
	font-weight: bold;
	font-size: 11px;
}

.menu_konec
{
	font-size: 1px;
	background-image: url(../images/menu_line_bottom.gif);
	width: 100%;
	height: 10px;
}

.nadpis, .nadpis a
{
	font-size: 108%;
	font-weight: bold;
	color: Maroon;
	text-decoration: none;
}
.nadpis a:hover 
{	
  color: red; 
  background-color: transparent; 
}
.popis 
{ 
  margin: 5px; 
  width: 393px; 
  min-height: 50px; 
  text-align: justify;
}

.nalevo_info 
{ 
    float: right; 
    text-align: left; 
    padding: 5px;
    width: 45%;
    margin: 0 0 2px 10px;
    border: 1px solid #CFCFCF;
    background-color: #fafafa;
}

.center_info img, .image 
{ 
  border: 1px solid gray; 
  padding: 1px; 
  margin: 2px 6px 0px 0px; 
}

.napravo_info
{
	float: left;
	text-align: left;
	margin: 0 0 10px 0;
	border: 1px solid red;
}

.center_info
{
    clear: both;
    text-align: justify;
    padding: 5px;
    margin: 10px 0 0 0;
    border: 1px solid #CFCFCF;
    background-color: #fafafa;;
}

.napravo_info table td
{
	aborder-bottom: 1px solid #e5e5e5;
}

.kiss
{
	vertical-align: middle;
	margin: 0px 0px 0px 50px;
	border: 0;
	padding: 0;
}
.polozka 
{ 
  background-image: url(../images/polozka.gif); 
  background-repeat: no-repeat; 
  height: 147px;
  width: 95%;
}

.polozka_td 
{ 
  text-align: right; 
}

.polozka2 
{ 
  background-image: url(../images/pol_news.gif); 
  background-repeat: no-repeat; 
  height: 147px; 
  width: 278px; 
}

.polozka2 td 
{ 
  width: 50%; 
}

.newsky 
{ 
  float: left; 
  padding: 0px 8px 0px 0px; 
  border-right: 1px solid gray; 
}

.slevy 
{ 
  float: right; 
}

#konec 
{ 
  clear: both; 
}

.center 
{ 
  text-align: center; 
}

.right
{
  padding: 5px;
  clear: both;
  float: right;
}

.hr_pic 
{ 
  width: 45%; 
  text-align: center; 
}

.tables 
{ 
  width: 100%;
}

.tables td 
{ 
  text-align: center;
  width: 50%;
}

#paticka 
{
	background-image: url(../images/obsah_top_b.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 17px;
	color: #606060;
	text-align: center;
	bottom: 0px;
	width: 100%;
	left: 0;
	margin-top: 20px;
	font-size: 0.9em;
	clear: both;
}

#paticka a
{
	color: #606060;
}

#paticka a:hover
{
	color: #A0A0A0;
}
.dotaz
{
  clear: both;
  padding: 10px 0px 10px 0px;
  text-align: center;
}

a.ark, a.ark:hover, a.ark img
{
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

#photos
{
    text-align: center;
}

#photos img
{
    margin: 2px 3px;
}

#photos img:hover 
{
    background-color: gray;
}

a.photos_button
{
    display: block;
    width: 100%;
    text-align: center;
    height: 15px;
}

a:hover.photos_button
{
    color: blue;
    background-color: white;
}

.error
{
    padding: 5px;
    text-align: center;
    color: red;
}

.red
{
    color: red;
}

