/* Zakladni definice objektu */
html {overflow: -moz-scrollbars-vertical;}
body  {
	font-size: 71%;
	font-family : Arial,Helvetica,Verdana,sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	background: #fff;
	vertical-align: top;
	text-align: center;
}

a img, img {
	/*display: block;*/
	margin: 0;
	padding: 0;
	border: 0;
}

p, h1, h2, h3, h4, h5, h6, ul, ol, li, form {
	margin: 0;
	padding: 0;
}
#right ol,#right ul {padding:0 30px;}
#right li {padding:2px 0;}
a, a:link, a:active, a:visited  {
	text-decoration: underline;
	color: #7E060A;
}
a:hover {
	color: #000;
}

table {
	font-size: 100%;
}
#right ul {
	padding-bottom:25px;
}
#tree ul {
	padding-bottom:0;
}
h1, h2, h3, h4, h5 {
	position: relative;
}

h1 span, h2 span, h3 span, #foto span, #menu li span { /* obrazkove nadpisy - prekryvani obrazkem */
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 100%;
	_cursor: hand;
}


h3 span, #foto span {
	cursor: default;
}

.hidden { /* schovane prvky */
	display: none;
}
.hide { /* prvky pro tisk */
	display: none;
}

.screenHide { /* v grafickem modu neviditelne veci */
	position: absolute;
  	overflow: hidden;
  	width: 0;
  	height: 0;
}

.skip a { /* odkazy pro preskoceni v obsahu */
 	position: absolute;
  	overflow: hidden;
  	width: 0;
  	height: 0;
	color: #083F77;
}

.skip a:active, .skip a:focus {
	color: #000;
  	display: block;
  	position: absolute;
  	overflow: visible;
  	width: 200px;
	max-width: 180px;
  	height: auto;
  	background-color: #fff;
  	top: 135px;
  	right: 19px;
  	padding: 20px 8px 20px 8px;
  	border: 2px solid #E3E3E3;
  	text-align: center;
	font-weight: bold;
  	font-size: 110%;
	text-transform: uppercase;
	z-index: 1000;
}
.skip a:hover {
	text-decoration: none;
}

.clear { /* clear pro floaty */
	clear: both;
	height: 1px;
	display: block;
	overflow: hidden;
}

input {
	height: 20px;
	border: 1px solid #444648;
	background: #fff url(/lisalib/getfile.aspx?itemid=723) no-repeat left top;
	vertical-align: middle;
	font-size: 11px;
}
* html input {
	height: 18px;
}
:root input {
	height: 16px !important;
}
input.button {
	height: auto !important;
	border: 0;
	_cursor: pointer;
}
:root input.button {
	height: auto !important;
}


/* Hlavni obsah stranky */
#kontejner {
	position: relative;
	width: 950px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#main {
	position: relative;
	text-align: left;
	background-color: #fff;
}


#header {
	position: relative;
	width: 100%;
	padding-top: 28px;
	padding-bottom: 20px;
	_padding-bottom: 16px;
	background: url(/lisalib/getfile.aspx?itemid=727) no-repeat 99% 17px;
	border-top: 9px solid #D7D7D7;
}

#content {text-align:justify;}
#content a { color: #1285BB; }
#content a font { color: #1285BB; }
/* Logo - hlavicka */
h1 {
	width: 249px;
	height: 38px;
	font-size: 20px;
	color: #171818;
	overflow: hidden;
}
h1 a:link, h1 a:active, h1 a:visited {
	text-decoration: none;
	color: #171818;
}
#motto {
	padding-left: 2px;
	margin-top: -17px;
	margin-bottom: 30px;
}
#header .flag {
	position: absolute;
	top: 77px;
	right: 10px;
	padding:0;
}

/* Hlavni navigace */
#menu {
	position: absolute;
	right: 100px;
	top: 0;
	height: 100px;
}

* html #menu {
	position: absolute;
	right: 0;
	top: 0;
	height: 100px;
	float: left;
}

* html #menu ul {
	position: absolute;
	top: 0;
	right: 100px;
	padding:0;
}

#menu li {
	float: left;
	list-style-type:none;
	_width: 40px;
}
#menu li a {
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:15px;
	color:#000;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	display: block;
	height: 85px !important;
	max-height: 35px;
	padding: 60px 10px 0 10px;
	text-align: center;
	z-index: 5;
	white-space: nowrap;
}
#menu li a span {
	font-size:0;
	position:absolute;
	top:0;
	left:0;
	_left:9px;
	height:1px;
	width: 100% !important;
	_display:none;
}



#menu li a:hover {
	color:#7E060A;
	margin:0;
}
#menu li a:hover span{
	border-top:9px solid #FFF;
	border-bottom:9px solid #EBECEE;
	display:block;
}
#menu li strong {
	background-color: #fff;
	text-decoration: none;
}
/* Hlavni foto */
#foto {
	position: relative;
	width: 950px;
	max-width: 910px;
	background-color: #EBECEE;
	padding: 20px;
}
#foto h2 {
	margin-bottom: 15px;
	color: #7E060A;
	font-size: 175%;
	font-weight: normal;
}

/* Levy sloupec */
#left {
	/* float: left; */
	width: 250px;
	overflow: hidden;
}

.box {	
	padding:13px;
	margin-bottom: 20px;
	background-color: #ECEEEF;
}
* html .box {
	padding-top: 0;
}
#left h3, #right h3 {
	color: #fff;
	font-size: 175%;
	font-weight: normal;
}

* html #left h3 {
	position: static;
}
 
.box h3 {
	position: relative;
	width: 250px;
	max-width: 220px;

	_height: 55px;
	min-height: 25px;

	padding: 22px 17px 8px 13px;
	margin-left: -13px;
	margin-top: -13px;
	background-color: #7E060A;
	background-image: url(/lisalib/getfile.aspx?itemid=737);
}
* html .box h3 {
	margin: 0 0 0 -13px;
	height: 55px;
	width: 250px;
	padding: 0 0 0 0;
	background-image: url(/lisalib/getfile.aspx?itemid=737) no-repeat;
	text-padding: 22px 0 8px 0;
}

.box ul {
	margin: 10px -13px 0 -13px;
	color:#821216;
	_list-style:square inside;
	font-size:0;
}
.box li { display:block; }
.box li a,.box li a:visited{
	display: block;
	color: #333;
	font-weight: bold;
	padding:7px 0 7px 26px;
	font-size:11px;
}
html>body .box li a {
	padding:7px 0 7px 26px;
	background: url(/lisalib/getfile.aspx?itemid=742) no-repeat 11px center;
}

.box li a:hover{
	color: #821216;
	background-color:#fff;
}


/*
.box ul li a, .box ul li a:visited{
	display: block;
	color: #333;
	font-weight: bold;
	background: url(/lisalib/getfile.aspx?itemid=742) no-repeat 11px center;
}
.box ul a, .box ul strong {
	padding-left: 42px;
	line-height: 2.2em;
	margin-bottom: 2px;
}
* html .box ul a, * html .box ul a:visited, * html .box ul strong {
	display: inline-block;
	width: 100%;
}
.box li {
	padding-left: 0px;
	margin-bottom: 0;
	background: url(/lisalib/getfile.aspx?itemid=742) no-repeat 18px center;
}

*/
#fulltext, #login {
	margin-top: 11px;
}
#login {
	width: 300px;
}
#fulltext label, #login label {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
}
#fulltext #search {
	width: 145px;
	margin-right: 5px;
}
:root #fulltext #search {
	width: 140px;
}
#login a {
	color: #333;
}
#login div {
	float: left;
	width: 107px;
	margin-right: 10px;
	margin-bottom: 7px;
}
#login div input {
	width: 100%;
}
#login .button {
	margin-right: 12px;
}
/* Pravy sloupec */
#right {
	position: relative;
	float: right;
	width: 679px;
	overflow: hidden;
}

#right h2 {
	color:#1285BB;
}
#right h3 {
	padding:4px;
}

#right .bluebar {
	position: relative;
	width: 679px;
	max-width: 649px;
	height: 55px;
	max-height: 25px;
	padding: 22px 22px 8px 18px;
	background: #1285BB url(/lisalib/getfile.aspx?itemid=762)
}
* html #right .bluebar {
	padding: 0 22px 0 18px;
}

/* Pata stranky */
#footer {
	position: relative;
	width: 950px;
	max-width: 680px;
	padding: 15px 0 20px 270px;
	color: #ccc;
	_margin-top:-100px;
	text-align: left;
}

* html #footer { 
	margin-top: 0;
}

#footer a {
	color: #666;
	padding: 0 6px 0 6px;
}
#footer span {
	padding-right: 5px;
	color: #666;
}


#footer p#created {
	display:none;
	float: right;
	text-align: right;
	color: #666;
}
#footer p#created a {
	text-transform: uppercase;
	padding: 0;
}
.hlink { 
	font-size: 115%;
	color: #1285BB !important;
	font-weight: bold;
}

#left div, #right div { overflow : hidden !important; }

#notice { margin-bottom: 1em; }