/*! CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	width: 100%;
	font-family: sans-serif;
	font-size: 90%;
	line-height: 1.4em;
	color: #333;
	background: #ffffff url("/img/u/bg-body.png") 0 0 repeat;
}

table { border-collapse: collapse; border-spacing: 0;}
caption  { text-align: left; }
/*th, td {	text-align: left; }*/
table, td, th {	vertical-align: middle; }
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}

hr {
	display: none;
}

a { color: #4c4c4c; }
a:hover { text-decoration: none; }


.figure-left {
	float: left;
	margin: 5px 20px 5px 0;
}

.figure-right {
	float: right;
	margin: 5px 0 5px 20px;
}

.video {
	display: block;
	width: 520px;
	height: 330px;
	background: black;
	color: silver;
	text-align: center;
}


.clr:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clr { display: inline-block; /* hasLayout */ }
/* Hides from IE-mac \*/
* html .clr { height: 1%;}
.clr { display: block;}
/* End hide from IE-mac */

.hide	{	display: none; }
.fl, .fc, img.fl { float: left; }
.fr, img.fr { float: right; }
.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }

.excl	{	color: #ff0000; }
.half	{	width: 50%; }
.third	{	width: 33%; }
.indent-top	{	margin-top: 2em; }
.indent-bottom  { margin-bottom: 1em; }
.nowrap-el	{	white-space: nowrap; }

h1, h2	{
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.5em 0 0.5em 0;
	line-height: 1.4em;
	color: #463920;
}
h1 a, h2 a	{
	text-decoration: none;
	color: #463920;
}
h1 a:hover, h2 a:hover, h1 a:active, h2 a:active, h1 a:focus, h2 a:focus	{ /* mod by dg */
	color: black;
}

h3	{
	font-size: 1em;
	font-weight: bold;
	margin: 1.35em 0 0 0;
	color: #000000;
}
address {
	font-style: normal;
}

.note	{
	font-size: 0.9em;
}

/* link with icon */
.ico	{
	/* need def. left padding and background image, color */
	height: 1%;
	background-position: 0 0.2em;
	background-repeat: no-repeat;
}

#p-root {
	margin:0 auto;
	width: 1020px;
}
#p-top-icons {
	background: transparent url("/img/u/bg-shade-top.png") 0 100% repeat-x;
	padding: 8px 30px 9px 0;
}
#p-container {
	background: transparent url("/img/u/bg-shade-side.png") 0 0 repeat-y;
	padding: 0 14px;
}
#p-mid	{
	width: 550px;
	float: left;
	padding: 18px 20px 110px 18px;
	background: #ffffff url("/img/u/bg-content-shadow.png") 0 0 repeat-x;
}
#p-head {
	margin: 0px;
}
#p-head h1{
	margin: 0;
	position: relative;
}
#p-head a{
	position: absolute;
	left: 75px;
	top: 60px;
	width: 320px;
	height: 130px;
}
/* Main menu */
#p-menu {
	font-size: 1.3em;
	font-family: Georgia, "New York CE", utopia, serif;
	text-transform: uppercase;
	z-index: 1;
}
#p-menu ul {
	display: block;
	list-style: none;
	padding: 0;
}
#p-menu ul li {
	position: relative;
	display: block;
	float: left;
	background-color: #a4a4a4;
	color: #ffffff;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: none;
	line-height: 56px;
	height: 56px;
	margin: 0 2px 0 0;
	text-align: center;
	overflow: hidden;
}

#p-menu ul li a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
#p-menu ul li a span{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 10;
	height: 56px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat;
}
#p-menu ul li a:hover, #p-menu a.actual {
	background-color: #000000;
	color: #ffffff;
}
#p-menu ul li a:hover span, #p-menu li a.actual span{
	background-position: 0 -56px;
}

/* fulltext */
#fulltext{
	padding: 10px 10px 26px 10px;
	margin-bottom: 20px;
	background: transparent url("/img/u/bg-box-top.png") 0 100% repeat-x;
}
#fulltext input {
	display: inline;
	font-size: 0.95em;
	vertical-align: middle;
}
#fulltext input#query {
	width: 90px;
	margin: 0 0 0 8px;
	height: 18px;
	padding: 0 20px 0 2px;
	border: 2px solid #d8d8d8;
	background: #ffffff url("/img/u/bg-search-magnifier.png") 98% 50% no-repeat;
}
#fulltext input.search {
	color: #000000;
	padding: 0;
	width: 50px;
	height: 22px;
	border: 2px solid #d8d8d8;
	font-size: 1em;
	background-color: #d8d8d8;
	cursor: pointer;
}
#fulltext label, #fulltext legend{
	display: none;
}

/* left and right column */
.side-column {
	width: 202px;
	color: #645536;
	padding-top: 18px;
	background: #f6f3ec url("/img/u/bg-column-shadow.png") 0 0 repeat-x;
}
.side-column h2 {
	display: block;
	line-height: 28px;
	min-height: 28px;
	vertical-align: middle;
	font-size: 1.2em;
	margin: 0px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	background: #645536 url("/img/u/bg-box-h1.png") 0 0 no-repeat;
	font-family: Georgia, "New York CE", utopia, serif;
	font-weight: normal; /* dg */
	letter-spacing: .1em; /* dg */
}

.side-column h2 a { /* mod by dg */
	color: #ffffff;
}


/* column list */
.side-column ul {
	list-style: none;
	background: transparent url("/img/u/bg-box-h1-underline.png") 0 0 no-repeat;
	margin: 0;
	padding-top: 6px;
}
.side-column ul li {
	padding: 6px;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #d4d2d3;
}
.side-column ul li a {
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	color: #463920;
}
.side-column ul li a.actual, .side-column ul li a:hover, .side-column ul li a:active, .side-column ul li a:focus {
	color: black;
}
.side-column ul li.last { border-bottom: none; margin-bottom: 12px;}

.side-menu {  /* dg */
	font-weight: bold;
}

/* languague-switch */
.side-column div.h1-underline {
	background: transparent url("/img/u/bg-box-h1-underline.png") 0 0 no-repeat;
	padding-top: 4px;
}
.side-column ul.lang-switch li {
	padding-left: 34px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 6px 9px;
}
.side-column ul.lang-switch li.lang-en { background-image: url("/img/u/ico-lang-eng.png"); } /* mod by dg */
.side-column ul.lang-switch li.lang-de { background-image: url("/img/u/ico-lang-den.png"); }
.side-column ul.lang-switch li.lang-it { background-image: url("/img/u/ico-lang-ita.png"); }
.side-column ul.lang-switch li.lang-fr { background-image: url("/img/u/ico-lang-fra.png"); }
.side-column ul.lang-switch li.lang-ru { background-image: url("/img/u/ico-lang-rus.png"); }
.side-column ul.lang-switch li.lang-pl { background-image: url("/img/u/ico-lang-pol.png"); border: none; }

/* books */
.side-column div.books {
	padding: 10px;
	background: #f6f6f6 url("/img/u/bg-box-books.png") 100% 0 repeat-y;
}
.side-column div.books img {
	float: left;
	margin: 6px 6px 20px 6px;
}
/* action */
.side-column ul.action li {
	line-height: 1.3em;
}
.side-column ul.action li img.fr{
	margin: 5px 0px 0 10px;
}
.side-column ul.action li a {
	text-transform: none
}

/* selected content list */
.side-column ul.top li {
	padding-left: 24px;
	background: transparent url("/img/u/bg-li-arrow.png") 6px 1em no-repeat;
	line-height: 1.2em;
}
.side-column ul.top li a{
	text-transform: none;
	font-weight: normal;
}

.side-column div.last {
	background: transparent url("/img/u/bg-box-top.png") 0 100% repeat-x;
	padding-bottom: 6px;
	margin-bottom: 20px;
}
.side-column div.photo-thumb {
	background: transparent url("/img/u/bg-box-h1-underline.png") 0 0 no-repeat;
	text-align: center;
	padding-top: 3px;
	margin-bottom: 25px;
}
.side-column div.photo-thumb div{
	background: transparent url("/img/u/bg-grey-gradient.png") 0 0 repeat-y;
	text-align: center;
	padding: 10px;
}
.side-column div.photo-thumb div{
	background: transparent url("/img/u/bg-grey-gradient.png") 0 0 repeat-y;
	text-align: center;
	padding: 8px 0;
}
.side-column div.photo-thumb div a.thumb-shadow {
	display: block;
	background: #ffffff url("/img/u/bg-thumb-shaddow.png") 50% 20px no-repeat;
	padding: 10px;
	cursor: pointer;
}
.side-column div.photo-thumb div a.thumb-shadow img{
	margin: 8px;
}

/* Track navigation */
#p-track {
	color: #645536;
	font-size: .9em;
	text-transform: uppercase;
	border-bottom: 1px solid #d4d2d3;
	padding: 10px 0;
}
#p-track a {
	color: #645536;
	text-transform: uppercase;
	text-decoration: none;
}
#p-track a:hover, #p-track a:active, #p-track a:focus {
	color: black;
}

/* Bottom */
#p-bottom {
	padding: 8px 12px 8px 0;
	background: #f5f5f5 url("/img/u/bg-footer.png") 0 0 no-repeat;
	margin: 0;
	position: relative;
}
/*bottom links hp*/
#p-bottom div.links {
	background: #f6f3ec url("/img/u/bg-box-top.png") 0 0 repeat-x;
	position:absolute;
	z-index: 20;
	width:550px;
	top: -90px;
	left: 220px;
}
#p-bottom div.links ul{
	background: transparent url("/img/u/bg-box-bottom.png") 0 100% repeat-x;
	padding: 10px;
	text-align: center; /* dg */
}
#p-bottom div.links ul li{
	display: inline;
	/*border-right: 1px solid #6c5c3b;*/
	/*problém se borderem na konci řádku při zalamování - nelze přesně určit, kde bude text zalomený, jinak na to je připravená třída .last */
	padding-right: 6px;
	line-height: 0.8em;
	font-size: 0.8em;
}
#p-bottom div.links ul li.last{
	border: none;
}
#p-bottom div.links ul li a {
	text-transform: uppercase;
	color: #463920;
	line-height: 1.6em;
	text-decoration: none;
}
#p-bottom div.links ul li a:hover, #p-bottom div.links ul li a:active, #p-bottom div.links ul li a:focus { /* dg */
	color: black;
}
#p-bottom img{
	float: right;
	padding: 6px;
}

/* Copyright */
#p-copyright {
	background: transparent url("/img/u/bg-shade-bottom.png") 0 0 repeat-x;
	padding: 14px 0px 8px 0;
	text-align: center;
}
#p-copyright p{
	font-size:0.9em;
	line-height:1.3em;
}

/* -----------------------content---------------------------- */

/*main top box*/

#p-mid ol, #p-mid ul {
	margin: 0 0 1.75em 1.75em;
	padding: 0;
}

#p-mid li {
	margin: .1em 0 .1em 1.75em;
	padding: 0;
}


/* mod by dg */
#p-mid div.top-new {
	border: 4px solid #E1D7C1;
	background: #f1ede3;
	color: black;
	padding-top: 10px;
}
#p-mid div.top-new h1, #p-mid div.top-new p {
	padding-left: 10px;
	padding-right: 10px;
}
#p-mid div.top-new p.detail {
	background: none;
	padding: 0 0 0 10px;
}
#p-mid div.top-new a.more{
	margin-left: 10px;
}
#p-mid div.top-new a.more span{
	background: transparent url("/img/cs/bg-btn-more-grey.png") 0 0 no-repeat;
}

#p-mid p {
	margin: 10px 0px 10px 0px;
}
#p-mid p.detail {
	background: #f6f3ec url("/img/u/bg-new-info.png") 0 0 repeat-x;
	font-size: 0.8em;
	padding: 4px 10px 4px 10px;
	margin: 10px 0 0 0;
	font-weight: bold;
}
#p-mid p.detail strong{
	text-transform: uppercase;
	color: #000000;
}
#p-mid a.more {
	position: relative;
	display: block;
	width: 89px;
	line-height: 19px;
	height: 19px;
	overflow: hidden;
	margin: 10px 0;
	background-color: #b4601f;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}
#p-mid a.more span{
	position: absolute;
	width: 89px;
	height: 19px;
	z-index: 1;
	top: 0px;
	left: 0px;
	background: transparent url("/img/cs/bg-btn-more.png") 0 0 no-repeat;
}
#p-mid div.tip {
	width: 261px;
	border-top: 1px solid #d4d2d3;
	margin-top: 20px;
}
#p-mid p.perex {
	border-bottom: 1px solid #d4d2d2;
	padding-bottom: 10px;
}
#p-mid .item-icons {
	border-top: 1px solid #d4d2d2;
	clear: both;
	margin-top: 1.5em;
}
#p-mid .item-icons img {
	float: right;
	padding: 6px;
}

/* pagination */
.pagination { /* mod by dg */
	text-align: right;
	line-height: 2.4em;
	color: #836f47;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.pagination a {
	color: #645536;
	text-decoration: none;
}

#p-mid span.fl img,
#p-mid img.fl { padding: 0.5em 1.5em 0.5em 0; }
#p-mid p span.fr img,
#p-mid img.fr { padding: 0.5em 0 0.5em 1.5em ; }

#p-mid div.last {
	border-bottom: 1px solid #d4d2d3;
	padding-bottom: 10px;
}

/* photogallery */
#p-mid div.photogallery {
	display: block;
	margin-top: 10px;
	background: transparent url("/img/u/bg-gallery-stripe.png") 0 0 repeat;
}
#p-mid div.bg, #p-mid div.photogallery div.bg {
	padding-bottom: 14px;
	margin-top: 4px;
}
#p-mid div.photogallery div {
	display: block;
	background-image: none;
	width: 174px;
	float: left;
	margin-right: 14px;
	overflow: hidden;
}
#p-mid div.photogallery div.last {
	margin-right: 0px;
	border-bottom: 0;
}
#p-mid div.photogallery span {
	display: block;
	overflow: hidden;
	line-height: 1.2em;
	color: #333;
	text-align: left;
	margin: 0;
	font-size: 0.9em;
	font-weight: bold;
	padding: 3px 6px;
}
#p-mid div.photogallery div.folder {
	padding-bottom: 5px;
	margin-bottom: 4px;
	background-color: #dfdfdf;
}
#p-mid div.photogallery div a {
	display: block;
	width: 174px;
	text-decoration: none;
	text-align: center;
}
#p-mid div.photogallery div a:hover {
	background-color: #a4a4a4;
}
#p-mid div.photogallery div a img{
	margin: 4px;
}
#p-mid div.photogallery div span.title {
	color: #444;
	font-size: 1em;
}

.photogallery-fix1 {
	margin-right: 174px;
}

.photogallery-fix0 {
	margin-right: 362px;
}


/*mod by dg*/
#fancy_div p {
	margin: 1em 0;
}

#fancy_div {
	color: black !important;
	background: white !important;
}

div.flash {
	color: black;
	background: #FFFFDD;
	border: 1px solid #FFD700;
	padding: 1em;
	margin: 1em 0;
}


#search-res div { padding: 1em 0; clear: both; }

#search-res p { margin: 0; padding: 0; text-indent: 0;}

#search-res p.t { font-size:125%; }
