/*--------------------tabulka--------------------*/

table {
	border-collapse: collapse;
	margin-top: 0px;
	%margin-top: -1px;
	margin-left: 20px;
	%margin-left: 19px;
	margin-bottom: 20px;
}

td {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	border: solid;
	border-width: 1px;
	border-color: White;
	/*border-color: Black;*/
}

td.cara {
	height: 7px;
	background-image: url(image/cara.jpg);
	background-repeat: repeat-x;
}

/*--------------------nazev--------------------*/

#nazev {
	width: 355px;
	min-height: 22px;
	/*background-color: Fuchsia;*/
}

/*--------------------nahled--------------------*/

img.nahled {
	width: 360px;
	height: 265px;
	display: block;
	border: solid;
	border-width: 1px;
	border-color: #ADAAAD;
	float: right;
}

/*--------------------ovladani--------------------*/

#ovladani {
	width: 362px;
	height: 21px;
	margin-top: 1px;
	float: right;
	text-align: center;
	/*background-color: Aqua;*/
}

.sipky {
	font-weight: bold;
	font-size: 10pt;
	color: Red !important;
}

form {
	display: inline;
}

#select_obr {
	width: 40px;
	font-family: verdana; 
	font-size: 8pt;
	vertical-align: middle;
}

/*--------------------popis--------------------*/

.popis {
	width: 153px;
	/*background-color: Aqua;*/
}

/*--------------------hodnota--------------------*/

.hodnota {
	width: 201px;
	/*background-color: Lime;*/
}

/*--------------------popis, hodnota--------------------*/

.popis, .hodnota {
	height: 22px;
}

/*--------------------poznamka, vybava--------------------*/

#poznamka, #vybava {
	width: 578px;
	margin-bottom: 6px;
	text-align: justify;
	/*background-color: Blue;*/
}