body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(./img/pozadi.gif);
	background-color: #C3A382;
	background-repeat: repeat-x;
	background-position: top;
	margin: 3 3 3 3;
}
body .clanky {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
h1 {
	font-size: 23px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 9px;
}
.draft {
	background-image: url(./img/draft.png);
}
.readonly {
	background-color: Silver;
}
.chyby {
	background-color: #FFDAB9;
	padding: 5 5 5 5;
	border: thin solid #FF6347;
	color: Red;
	font-weight: bold;
}
.puntik {
	border: thin solid Black;
	cursor: Pointer;
	background-color: White;
}
.napoveda {
	border: thin solid Black;
	background-color: #FFE4C4;
	padding: 5 5 5 5;
}
.admin_menu {
	border: thin solid Black;
}
hr {
	color: Black;
	background: Black;
	border: thin solid Black;
}
fieldset {
	border: thin solid Black;
	padding: 5 5 5 5;
}
input {
	font-size: 10px;
	background-color: #DEB887;
	border: thin solid Black;
}
select {
	font-size: 10px;
	background-color: #DEB887;
	border: thin solid Black;
}
textarea {
	font-size: 10px;	
	background-color: #DEB887;
	border: thin solid Black;
}
table {
	font-size: 10px;
}
.radek0 {
	background-color: #D7A160;
	font-size: 8px;
}
.radek1 {
	background-color: #D2B48C;
	font-size: 8px;
} 
.neni {
	background-color: red;
	font-weight: bold;
	color: White;
	font-size: 8px;
} 
.radek {
	border: thin solid Black;
	font-size: 8px;
}
.center {
	text-align: center;
}
.ukaz {
	cursor: Pointer;
}
a:hover {
	color: #000000! important;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}
a:link {
	color: #000000! important;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}
a:active {
	color: #000000! important;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}
a:visited {
	color: #000000! important;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
}
.mezera {
	width: 3;
}
.plocha {
	background-color: #DEB887;
}

.menu {
	border: thin solid Black;
	padding: 3 3 3 3;
}
.menu table, .menu a {
	font-size: 8px;
}
.menu .podmenu, .menu .podmenu td {
	background-color: #D2B48C;
}
.menu td {
	background-color: #D7A160;
}
.menu td.vybrano{
	color: White;
	font-weight: bold;
	background-color: #A0522D;
}

.info {
	border: thin solid Black;
	padding: 3 3 3 3;
}
.info table, .info a {
	font-size: 8px;
}
.info th {
	background-color: #D7A160;
}
.info td {
	background-color: #D2B48C;
}

.prodej table {
	border: thin solid Black;
}
.prodej th {
	font-size: 12px;
	background-color: #A0522D;
}
.prodej tr {
	font-size: 10px;
	background-color: #F5F5F5;
}
.prodej .typ_0 {
	background-color: #D7A160;
}
.prodej .typ_1 {
	background-color: #D2B48C;
}
table.tabulka {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: collapse;
}
table.tabulka th {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	-moz-border-radius: 0px 0px 0px 0px;
	background-color: #DEB887;
}
table.tabulka td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	-moz-border-radius: 0px 0px 0px 0px;
}
.obrazek_leva {
	float: left;
	clear: left;
	overflow: hidden;
	padding: 0 10 10 0;
}
.obrazek_prava {
	float: right;
	clear: right;
	overflow: hidden;
	padding: 0 0 10 10;
}
.obtekani {
	overflow: visible;
	text-align: justify
}

