@charset "utf-8";

html,body,#header div,#main, #logo{
	margin:0px;
	padding:0px;
	border: 0px;
}

body { background-color: black; /*color: #FFFFFF;*/ }

p,a,li,td,th,h1,h4{
	font-family: "Verdana","Tahoma",sans-serif;
	color: #663300;
	font-size: 12px;
}
h1 {
	font-weight: bold;
	text-indent: 40px;
	font-size: 24px;
	
}
h3, h3 a {
	font-size: 20px;
	font-weight: bold;
	font-family: serif;
	text-decoration: none;
}
h4, h4 a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
p {
	font-size: 14px;
}
img { border: 0px; }

#header {
	background: white url('images/background-header.png') repeat-x center top;
	width: 100%;
	height: 260px;
	position: relative;
}
#header #logo {
	display: block;
	background: transparent url('images/header-logo.png') no-repeat left -30px;
	width: 600px;
	height: 90%;
	text-indent: -10000px;	/* Posune text pryč z loga na pozadí */
	float:left;
}

#header #header-text{
	background: transparent url('images/header-text.png') no-repeat left center;
	text-indent: -10000px;	/* Posune text pryč z obrázku na pozadí */
	width: 300px;
	height: 100%;
	float:right;
}

#header #box-search {
	background: transparent url('images/background-search.png') no-repeat right center;
	margin-top: 72px; 
	width: 340px;
	height: 35px;
	float: right;
	text-align: right;
	vertical-align: middle;
}
#header #box-search p {
	padding:0px;
	margin: 6px 30px 7px 0px;
	height: 28px;		/* 42 - 2*7 za rámečky */
}
#box-search input {
	padding: 2px 0px 0px 2px;
	border: 1px solid #999966;
	background-color: white;
	font-size: 16px;
	color: #999999;
	height: 20px;
	font-weight: bold;
	vertical-align: middle;
	margin-right: 1px;
}
#box-search input.image {
	height: 22px;
	padding:0px;
}
h1#header-title{
	position: absolute;
	bottom: 40px;
	left: 45%;
	text-align:center;
}

.box {
	background: transparent url('images/background-menu.png') repeat-y left top;
	width: 200px;
	margin: 0px 0px 40px 0px;

}
.box-left {
	padding:0px;
	float:left;
	margin: 0px 40px 0px 0px;
}
/*
.box-left ul {
	padding-left: 0px;
	background: transparent url('images/menu-divider.png') no-repeat left -1px;
	margin: 0px;
}
.box-left li {
	list-style: circle url('images/menu-list.png') inside;
	background: transparent url('images/menu-divider.png') no-repeat left bottom;
	padding: 3px 5px 3px 2px;
}
.box-left li a {
	color: #106310;
	font: 16px "Verdana";
	text-decoration: none;
	font-weight: bold;
}
.box-left li a:hover { color: #49401c; }
.box-left li:hover {
	list-style-image:  url('images/menu-list-hover.png');
}*/
.box-left div#menu,
.box-left ul {
	padding-left: 0px;
	background: transparent url('images/menu-divider.png') no-repeat left -1px;
	margin: 0px;
}
.box-left a.menu,
.box-left li  {
	display:list-item;
	list-style: circle url('images/menu-list.png') inside;
	background: transparent url('images/menu-divider.png') no-repeat left bottom;
	padding: 3px 5px 3px 2px;
}
.box-left a.menu,
.box-left li a {
	color: #106310;
	font: 16px "Verdana";
	text-decoration: none;
	font-weight: bold;
}
.box-left a.menu:hover,
.box-left li a:hover{
	color: #49401c;
}
.box-left li:hover,
.box-left a.menu:hover{
	list-style-image:  url('images/menu-list-hover.png');
}
.box-left dd {
	font-weight: bold;
	margin-left: 40px;
}
.box-left dt { margin-left: 20px; }
.box-left dl {
  margin: 0px;
  padding: 20px 0 20px 0;
	background: transparent url('images/menu-divider.png') no-repeat left -1px;
}


#box-image{
	float:right;
	margin: 0px 0px 40px 40px;
	background: transparent url('images/background-image.png') repeat-y right top;
}
#box-image #block {
	width: 210px; /* 300 - 30 - 60 */
	text-align:center;
	padding: 20px 30px 10px 60px;
}
#box-image img {
	margin: 0px;
	border: 2px solid #663300;
}
#box-image p {
	padding: 0;
	margin: 5px 0 5px 0;
}
.image-note {
	font-size: 12px;
}
.image-note-author {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
#box-image .divider {
	background: transparent url('images/image-divider.png') no-repeat right top;
	width: 100%;
	height: 2px;
}

#content {
	padding: 0px 40px 40px 40px;
	margin: 0px 300px 0px 200px; /* Odsazení footeru */
}
#content p {
	line-height: 18px;
}

#footer-pack {
	padding-top: 150px;
	clear: both;
}
#footer {
	background: #474747 url('images/background-footer.png') repeat-x center top;
	/* height: 300px; */
	text-align:center;
	position: relative;
}
#footer .divider {
	width : 100%;
	height: 2px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#footer #lb, #footer #rb{
	color: #6b4117;
	width: 5%;
	margin: 0px; padding: 0px; border: 0px; 
}
#footer #cb{
	color: #6b4117;
	width: 90%;
	float:left;
	margin: 0px; padding: 0px; border: 0px; 
	background: transparent url('images/clona.png') no-repeat center 30px;
}
#clb {
	text-align: right;
	float:left;
	width: 49%;
}
#clb h4 { margin-right: 100px; }
#clb ul { margin-right: 140px; }
#crb {
	width: 49%;
	text-align: left;
	float:right;
}
#crb ul, #crb h4 {
	margin-left: 100px;
}
#lb {
	float: left;
	text-align: left;
}
#rb {
	float: right;
	text-align: right;
}
#footer ul {
	list-style: none;
	line-height: 24px;
	margin-bottom: 30px;
}
#footer li a {
	font-size: 14px;
	text-decoration: none;
}
#footer li a:hover { color: #cda882; }

#footnote {
	background-color: black;
	text-align: center;
	vertical-align: bottom;
	clear: both;
}
#footnote p, #footnote a {
	color: #d8cda0;
	font-size: 12px;
	padding: 4px;
	padding-bottom: 0;
	margin-bottom: 4px;
}

#main {
	background: #b1b1b1 url('images/background-main.png') repeat center 260px;
	width: 100%;
	min-width: 1150px;
}

.no-access {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
.normal { font-weight: normal; }

.subtitle {
	font-style: italic;
	text-align: center;
}

.index-box{
	width: 48%;
	border: 1px solid #106310;
	float: left;
	margin: 0.5%;
	padding: 0px;
}
.index-box h3, .index-box h3 a {
	background: #106310;
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	color: #BCBCBC;
}
.index-box table {
	width: 100%;
}

.backtrace {
	padding-left:20px;
  padding-bottom: 20px;
}
