/* TEXTOVÉ STYLY */

.disclaimer {
	margin-left: -20px;
	list-style-position: outside;
	font-size: 0.9em;
}

.hled_tit {
	color: Black;
	font: 16pt bold;
	font-family: "Times New Roman", Times, serif;
}

.inset {
	list-style-position: inside;
  list-style:none;
 	font-size:8pt;
	margin-left:0px;
	text-align:left;
	position: relative;
  left: 10px;
  line-height: 1.5em;
}

.leftSubmenu {
  margin-left:-30px;
  list-style:none;
  text-align:center;
  line-height: 1.5em;
  font-size:10pt;
}

/* OBJEKTOVÉ STYLY */

TR.even:HOVER, TR.odd:HOVER {
  background-color : #FFEF8F;
}

/*
#info {
	border: 3px double #CCCCCC;
/*	background-color : #EEE; *//*
	background: transparent url('./img/30trans.png');
	font: bold Arial 9px #555555;
	position:absolute;
	left:5px;
	top: 0px;
	z-index:5;
	padding: 5px;
	text-align: center;
	padding-left: 5px;
}
*/

.info {
  border-left: 2px outset #EEE;
  border-top: 2px outset #EEE;
  border-bottom: 2px #EEE outset;
	background-color : #F6F6F6;
	font: 11px #555;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	padding: 3px;
	text-align: left;
}

.info2 {
  border-top: 2px outset #EEE;
  border-bottom: 2px #EEE outset;
	background-color : #F6F6F6;
	font: 11px #555;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	padding: 3px;
}
.info3 {
  border-right: 2px outset #EEE;
  border-top: 2px outset #EEE;
  border-bottom: 2px #EEE outset;
	background-color : #F6F6F6;
	font: 11px #555;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	padding: 3px;
	text-align: right;
}

.obed1 {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
	background-color : #EEE;
	font: 11px #000;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	padding: 3px;
}

.obed1_sel {
  border-left: 2px solid #004080;
  border-top: 2px solid #004080;
  border-right: 2px solid #004080;
	background-color : #FFC;
	font: 11px bold #000;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	padding: 3px;
}

.obed2 {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: none;
  border-collapse: collapse;
	background-color : #EEE;
	font: 11px #000;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	padding: 3px;
}

.obed2_sel {
  border-top: 2px solid #004080;
  border-right: 2px solid #004080;
	background-color : #FFC;
	font: 11px bold #000;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	padding: 3px;
}

.objednavka {
  border: 1px solid #000;
	font: 11px bold #000;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	padding: 3px;
}

#lobotom {
  position:fixed;
  left:0px;
  bottom:0px;
  width:150px;
  height:75px;
  text-align: center;
  vertical-align: bottom;
}

#search {
	position: relative;
	right:10px;
	top: 0px;
/*	background: transparent url('./img/lupa.gif') bottom right no-repeat; */
   margin-left:20px;
	z-index: 3;
}

