body {
 margin: 0px;
 padding: 0px;
 height: 100%; /* needed for container min-height */
 text-align: center;
 background: url("img/podklad.gif") repeat-x
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top:0px;
}




#all{
 position: relative;
 margin: 0px auto; /* center, not in IE5 */
 width: 940px;
 text-align: center;
}
#head{
  position: relative;
  left: 0px;
  top: 0px;
  width: 940px;
  height: 172px;
  background: url("img/hlavicka.jpg") no-repeat

}
#head_flash{
  position: absolute;
  left: 80px;
  top: 0px;
  width: 300px;
  height: 172px;
}

#flags{
  position: absolute;
  left: 850px;
  top: 0px;
  width: 75px;
  height: 15px;
  padding: 0px;
  margin: 0px;
}
#flags a,a img{
  border: none;
  padding: 0px;
  margin: 0px;
}

#menu{
  position: absolute;
  left: 24px;
  top: 172px;
  width: 167px;
  height: 399px;
  margin: 0;
  background: transparent url("img/menu.gif") no-repeat
}
#menuitems{
  position: relative;
  top: 20px;
  left: 9px;
  width: 149px;
  height: 300px;
  margin: 0;


}
.menuitem{
  display: block;
  text-align: left;
 	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
  padding-bottom: 0px;
  padding-left: 0px;
}
.menuitem li{
  padding: 4px;
  padding-left: 0px;  
  margin-left: 23px;
}
.menuitem a, a:link{
  background: transparent;
	text-decoration: none;
  padding: 4px;
}
.menuitem a:hover{
  background: #d88c07;
  color: white;
}


#main{
  position: absolute;
  top: 172px;
  left: 210px;
  width: 720px;
  text-align: left;
  padding: 0;
}
#main a{
  text-decoration: none;
}
#min_height{
  height: 500px;
  width: 1px;
  float: right;
}
#admin_menu{
  position: relative;
  top: 0px;
  left: -150px;
  height: 50px;
  width: 940px;
  padding-top: 30px;
  clear: both;
 	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#admin_menu a{
  background: transparent;
  text-align: center;
 	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	padding: 8px;  
}
.selected{
  color: lightgray;
}
.not_selected{
  color: black;
}

#admin_menu a:hover{
  background: #d88c07;
  color: white;
  text-decoration: none;
}

#paticka{
  position: relative;
  top: 0px;
  left: -210px;
  width: 940px;
  height: 60px;
  clear: both;
  background: url('img/paticka.gif') no-repeat
}
#paticka p{
  padding-top: 20px;
  text-align: center;
  color: black;
  font-size: 12px;
  font-family: Arial;
}

#info{
  padding: 10px;
}


#info li{
 text-align: left;
 font-family: Trebuchet, Arial, Helvetica, sans-serif;
 color: black;
 font-size: 18px;
 text-decoration: none;
 border-style: none;
 margin: 0px;
 display: block;
 height: 100%;
 padding-left: 30px;
 padding-top: 0px;
 position: relative;
 background: transparent URL('img/li-odrazka.gif') 3px 3px no-repeat;
 list-style-type: none;
}

.nadpis{
 text-align: left;
 font-family: Trebuchet, Arial, Helvetica, sans-serif;
 color: black;
 font-size: 22px;
 line-height: 1.5; 
 text-decoration: none;
 border-style: none;
 margin: 0;
 padding: 0px 0px 0px 10px;
}

.popis {
 text-align: left;
 font-family: Arial, Helvetica, sans-serif;
 color: black;
 font-size: 14px;
 font-weight: normal;
 line-height: 1.5; 
 text-decoration: none;
 border-style: none;
 margin: 0;
 padding-top: 10px;
 }

.podtrzeni {
  padding: 0;
  margin: 0;
}
.podpopis {
 text-align: left;
 font-family: Arial, Helvetica, sans-serif;
 color: black;
 font-size: 14px;
 line-height: 1.5; 
 text-decoration: none;
 border-style: none;
 margin: 0;
 padding-top: 0px;
 }
 
.banner {
 text-align: center;
 font-family: Trebuchet, Arial, Helvetica, sans-serif;
 color: red;
 font-size: 22px;
 line-height: 1.5; 
 text-decoration: none;
 border-style: none;
 margin: 0;
 padding: 0;
}
#cenik_lahve{
 text-align: right;
 font-size: 15px;
}


/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
 top: 36px;
 padding: 0px;
 width: 149px;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: -5px;
 left: 149px;
/* background: #e9c43f;*/
 background: url(img/submenu_background.png);
 border-radius: 7px;	
 border: 0px solid #DDDDDD;
 padding: 0px 2px 0px 2px;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
}

/* Links inside the menu */
.menulist li a {
 display: block;
 border: 1px solid transparent;
 margin: 6px 1px 6px 1px;
  text-align: left;
 	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	padding: 8px; 
	background:  url(img/menu_background.png) ; 
  border-radius: 7px;	
}
.menu_normal{
	color: #000000;
}
.menu_red{
	color: red;
}
.menu_gray{
	color: gray;
}
.menu_highlight{
  color: #d88c07;
}
/* HACKS: MSIE6 doesn't support transparent borders, mimic with margins */
* html .menulist li a {
 border-width: 0;
 margin: 1px;
}

/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
  background: #d88c07;
  color: white;
  text-decoration: none;
}
.menulist a.highlighted {
 background: #d88c07;
 color: white;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
\*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */


.ahlavicka {}


.aktvozidlo {
  width:130px;
  margin-right:3px;
}


.nabidka a {
  text-decoration:none;
}

.nabidka a:link {
  color: black
}

.nabidka a:visited  {
  color: black
}

.nabidka a:hover {
  color: blue
}

.kontrola {
  padding: 10px 0px 0px 0px;
  text-align: left;
  font-family: Trebuchet, Arial, Helvetica, sans-serif;  
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5; 
}
.item_ok{
 padding-left: 30px;
  background: transparent URL('/img/ok_small.png') no-repeat; 
 list-style-type: none;
}
.item_fail{
 padding-left: 30px;
  background: transparent URL('/img/fail_small.png') no-repeat; 
 list-style-type: none;
}

.vyber{
  width: 210px;
  margin-bottom: 10px;
  padding: 2px 15px 2px 10px;
}

#vozidla {
  width: 940px;
  text-align: left;   
  margin: 0px auto; /* center, not in IE5 */
}

.editaceVozidla select, input, label {
  margin: 2px 2px 0px 0px;
}

#auta{
  width: 950px;
}
#auta .nazev{
  width: 200px;
}
#auta tr, #auta td {
}
#auta th{
background-color:RGB(231,192,52);
}

#vybava {
 font-size: 12px;
}
#photos_main {
  padding: 0;
  margin: 0;
}
#photos_main td{
  padding: 0;
  margin: 0;  
}
#photos_main tr{
  padding: 0;
  margin: 0;  
}
#photos_left {
  width: 510px;
  padding: 0;
  margin: 0;
}
#photos_used {
  width: 408px;
  margin: 0px;
  padding: 0;
}
#photos_available {
  padding: 0;
  margin: 0;
}
#fotky_tlacitka form{
  padding:0;
  margin:0;  
}
