/* kvůli kódování */
body {
	background:#EBEBEB url('/img/body_bg.png') repeat-x;
	margin:0;
	padding:0;
	font-size:10pt;
	font-family:Tahoma,Verdana,Arial;
	line-height:23px;
}

#obal {
	width:880px;
	margin:0 auto;
}

h1 {
	font-size:18pt; 
	color:#9E0620; 
	background:url('/img/h1_bg.png') no-repeat bottom left;
	margin-top:30px;
	padding-bottom: 3px;
}

h2 {
	font-size:14pt; 
	color:#9E0620; 
	background:url('/img/h2_bg.png') no-repeat bottom left;
}

a {
	color:#9E0620;
}

img {
	border:0;
}

#hlavni ul li {
	list-style-image: url("/img/odrazka.gif");
}

textarea {
	border:1px solid #BABABA;
	background:#FAFAFA;
}

textarea:hover {
	background:#FFEEEE;
}

table {
	margin:0;padding:0;
}

td {
	padding:2px 10px 2px 10px;
	border:1px solid #EBEBEB;
	text-align:center;
}

th {
	padding:2px 10px 2px 10px;
	border:1px solid #EBEBEB;
	text-align:center;
	background:#EBEBEB;
}

tr:hover {
	background:#FFDDDD;
}

.tabulka_neviditelna td {
	padding:0;
	border:0;
	text-align:left;
}

.tabulka_neviditelna tr:hover {
	background:transparent;
}

.tabulka_neviditelna th {
	padding:0;
	border:0;
}

#logo {
	position:relative;
	width:100%;
	height:102px;
}

#logo_navigace {
	position:absolute;
	right:20px;
	bottom:5px;
	color:#EAEAEA;
}

#logo_hledani {
	border:1px solid gray;
	background:black;
	color:#999999;
	padding:2px;
	width:300px;
}

#logo a {
	color:white;
}

#logo_status {
	position:absolute;
	right:20px;
	top:0px;
	text-align:right;
	color:#EAEAEA;
	background:#434444;
	font-size:8pt;
	border:1px solid #666666;
	/*border-top:0px;*/
	padding:5px 10px 2px 10px;
}

#menu {
	position:relative;
	width:750px;
	height:32px;
	text-align:center;
	background:white url('/img/hlavni_bg.png');
	padding:0px 65px 0px 65px;
	font-size:11pt;
	font-weight:bold;
}

#hlavni {
	position:relative; 
	width:850px; 
	background:white url('/img/hlavni_bg.png'); 
	padding:1px 15px 100px 15px; 
	text-align:justify;
}

#hlavni_levy {
	position:relative; 
	width:470px; 
	float:left;
}

#hlavni_pravy {
	position:relative; 
	width:330px; 
	float:right;
} 

#pata {
	position:relative;
	width:862px;
	background:#EBEBEB url('/img/pata_bg.png') no-repeat;
	padding:0px 9px 10px 9px;
	font-size:8pt;
	text-align:right;
}

#lista {
	font-size:8pt;
	display:none;
	background:#EBEBEB;
	border-top:1px solid #8F8F8F;
	text-align:center;
	color:#818181;
	position:absolute;
	bottom:0px;
	width:100%;
}

#lista a {
	color:#818181;
}


.skryty_form {
	border:1px solid #BABABA;
	background:#FAFAFA;
	display:none;
	padding:5px;
	margin-bottom:10px;
}

.cleaner {
	clear:both;
	font-size:1px;
}

.menu_zalozky {
	float:left;
	width:125px;
	color:black;
	height:28px;
	text-align:center; 
	background:url('/img/menu_zalozka.gif') center center no-repeat; 
	padding-top:5px;
}

.menu_zalozky_ok {
	float:left;
	width:125px;
	color:white;
	height:28px;
	text-align:center; 
	background:url('/img/menu_zalozka_ok.gif') center center no-repeat;
	padding-top:5px;
}

.menu_zalozky a {
	color:black;
	text-decoration:none;
}

.menu_zalozky_ok a {
	color:white;
	text-decoration:none;
}

.varovani_box {
	display:none;
	color:#9E0620;
	font-weight:bold;
	border:1px dashed #9E0620;
	margin-top:15px;
	padding:5px;
	padding-left:55px;
	background:url('/img/vykricnik.png') no-repeat left center;
}