/* hlavni CSS Document */
/* pozadi */
body 
 {
 	background-color:#A4A4A2;
 }

/* hlavni div */
#main_place
 {
	height: 100%;
	width: 1000px;
	position:relative;
	margin: -7px auto auto auto;
	z-index:0;
	
 }

/* div hnedka na nem */ 
#white_place
 {
 	background-color:#A4A4A2;
 	height: 100%;
	width: 1000px;
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
 }
 

/* definice hlavniho panelu */
#up_place
 {
 	background-image:url(images/other/up.jpg);
	height: 160px;
	width: 984px;
	position:relative;
	top:0px;
	left:0px;	
 }

/* pro iframe pozice */ 
#iframe
{
	background-color:#B3B3B2;
 	height: 666px;
	width: 790px;
	position:absolute;
	top:200px;
	left:191px;
	overflow:auto;	
	
}

/* posunuti tabulky a obrazku na strankach na odkazech*/
#obrazek_tabulka
{
	position:relative;
	top:0px;
	left:20px;
	width: 200px;
	height: 200px;
}

/* pro tlacitka nahore */
#buton_place_top
 {
 	background-color:#A4A4A2;
	height:36px;
	width:1000px;
	position:relative;
	top: 0px;
	left:-2px;	
 }

/* pro tlacitka zlute vlevo uvnitr */
.buton_place_left_yellow
 {
    background-image:url(images/other/but_left_yellow.jpg);
	height:25px;
	width:187px;
	position:relative;
	top:0px;
	left:4px;	
 } 

/* pro tlacitko nahore zlute - hnedka prvni */ 
.buton_place_left_yellow_up
 {
    background-image:url(images/other/but_left_yellow_up.jpg);
	height:29px;
	width:187px;
	position:relative;
	top:0px;
	left:4px;	
 }

/* pro tlacitka vlevo zluta posledni ctyri v rade */ 
.buton_place_left_yellow_down
 {
    background-image:url(images/other/but_left_yellow_down.jpg);
	height:31px;
	width:187px;
	position:relative;
	top:0px;
	left:4px;	
	text-align:center;
 } 
 
/* pro tlacitka vlevo bile uvnitr */
.buton_place_left_white
 {
    background-image:url(images/other/but_left_white_in.jpg);
	height:25px;
	width:187px;
	position:relative;
	top:0px;
	left:4px;
 } 
 
/* pro tlacitka posledni v rade bile */ 
.buton_place_left_white_last
 {
    background-image:url(images/other/but_left_white_last.jpg);
	height:34px;
	width:187px;
	position:relative;
	top:0px;
	left:4px;	
 }

/* pro napisy na zlutem poli */
.text_left_up
 {
 
 	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#818181;
	height:100%;
	width:100%;
	position:relative;
	top:4px;
	left:0px;
	text-align:center;
	 
 }

/* text prvni zlutej odkaz */
.text_left_up_up
 {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#818181;
	height:100%;
	width:100%;
	position:relative;
	top:8px;
	left:0px;
	text-align:center;
	 
 }
 
/* pro protichem vysousece - mensi pismo */ 
.text_left_up_smaller         
 {
 
 	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#818181;
	height:100%;
	width:100%;
	position:relative;
	top:4px;
	left:0px;
	text-align:center;
 }

/* barva pro všechny texty */ 
.text
 {
   color: #555151;
 }
/* text pro tisk a pdf */
#tisk_pdf
 {
   color: #555151;
   font-size: 12px;
   font-weight:bold;
 }

/* text pro nadpisy */ 
#nadpis
 {
   font-size: 24px;
   font-weight: bold;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #555151;
 }
/* definice odkazu pred najetim myse */
a.odkaz_menu 
  {
   font-size:13px; 
   font-weight:bold;
   color:#818181;
   font-family:Arial, Helvetica, sans-serif; 
   text-decoration:none;
   display:block;
   width:100%;
  }

/* definice odkazu */  
a:link {
	color: #818181;
	text-decoration: none;
}
a:visited {
	color: #818181;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}