* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 20px;
	text-align: center;
}
div#page {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	border: 2px ridge #D27F00;
	background-color: #EEEEEE;
}
div#leve_menu {
	width: 170px;
	padding: 10px;
	float: left;
}
div#leve_menu h2 {
	margin-top: 10px;
	border-bottom: none;
	font-size: 1.2em;
}
div#leve_menu h2.nahore {
	margin-top: 0;
}
div#leve_menu li {
	list-style: none;
}

div#leve_menu li a {
	display: block;
	margin-top: 2px;
	border-left: 5px solid silver;
	border-right: 5px solid silver;
	width: 130px;
	padding: 2px 10px;
	background-color: #FFDEAD;
	color: #a52a2a;
	text-decoration: none;
}
div#leve_menu div.toplist {
	margin-top: 20px;
	
}
div#leve_menu a:hover {
	color: black;
	background-color: #FFCC80;
	border-left: 5px solid gray;
	border-right: 5px solid gray;
}
div#leve_menu p {
	font-size: 0.8em;
}
div#obsah {
	padding: 10px;
	width: 535px;
	float: right;
	height: auto;
	min-height: 630px;
	_height: 630px;
	border-left: 1px solid #FFDEAD;
	background-color: white;
}
a {
	color: Maroon;	
}
a:hover {
	background-color: #FFE5BD;
	color: #A52A2A;
}
table a:hover, #paticka a:hover {
	background: none;
}
table.formular {
	border: 1px solid #E9967A;
}
input.cudlik {
	background-color: #FFD18C;
	border: 2px solid #A0522D;
	border-top-color: #F7BC8C;
	border-left-color: #F7BC8C;
	cursor: pointer;
	text-align: center;
	color: #5F5F5F;
    font-size: 0.8em;
}
table.formular td {
	background-color: #FFDEAD;
	padding: 5px;
}
table.zbozi {
	width: 100%;
	margin-top: 10px;
}
table.zbozi td {
	background-color: #F0F0F0;
	padding: 2px 5px;
	vertical-align: middle;
	color: Black;
}
table.zbozi td.vpravo {
	width: 80px;
	text-align: right;
}
table.zbozi td.ikona {
	text-align: center;
}
table.zbozi td.nazev {
 
}
table.zbozi tr.sudy td {
	background-color: #FFDEAD;
	color: black;
}
table.zbozi th span {
	color: blue;
}
table.zbozi td.popis {
	font-style: italic;
}
input.textove_tlacitko {
	border: none;
	background: none;
	width: 20px;
	cursor: pointer;
}
a img {
	border: none;
	vertical-align: baseline;
}
div#obsah ul {
	margin-left: 20px;
}
h1, h2 {
	
	border-bottom: 5px double #FFE4B5;
	margin-bottom: 5px; font-weight:normal; font-size:180%
}
h2 {
	margin-top: 15px; font-size:150%
}
span.warning p {
	color: #8B4513;
	background-color: #FFFACD;
}
#paticka {
	background-color: #FFD18C;
	padding: 5px 10px;
	font-size: 0.8em
}
textarea {
	font-size: 1.4em;
}
table.zbozi tr.sudy td.skupina, table.zbozi tr.lichy td.skupina {
	font-weight: bold;
	color: #A0522D;
}
span.oznaceni {
	font-weight: bold;
	color: #DC143C;
}

