
/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1, h2 {font-size:1.5em;margin-bottom:0.75em;color: #920d0e;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre   {margin:0 0 1.5em;;white-space:pre;}  
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:0px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* vlastní css */
html {
	margin: 0;
	padding: 0;
}
body {
	background: #c9bb9b url("../images/bg.png") 0 0 repeat-x;
	font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #000000;
}

ul li {
	font-size: 18px;
	
}
address {
	margin: 30px 0px 30px 15px;
	font-style: normal;
}
#stranka {
	width: 980px;
	margin: 0px auto;
}
#hlavicka {
	width: 980px;
	height: 332px;
	background: #d8d7d2 url("../images/header.png") 0px 0px no-repeat ;
	margin: 0;
	padding: 0;
}

h3 {   
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 15px;  
}


#obsah {
	width: 980px;
	padding: 0px;
	background: #c9bb9b;
}
#obsah_body {
	width: 680px;
	padding: 20px 10px 20px 20px;
	float: left;
  background: #c9bb9b;
}
#obsah_body  ul li {
list-style-image: url(li.png);
font-size: 14px;
	font-weight: bold;
	padding-left: 5px; /* pouze kvůli vlastnosti list-style */ 

	
	margin: 0px 0px 0px 0px;  	
}

#obsah_body p {
	font-weight: normal;

}

#obsah_body_r {
	width: 210px;
	padding: 20px;
	margin:20px 0;
	float: right;
  background: #79633e;
}


#paticka {
padding: 0px;
	width: 100%;
	height: 70px;
	float: left;
	background: #920d0e;
}
#paticka_in { margin: 0px auto;
padding: 0px;
	width: 980px;
	
	
	background: #920d0e;
}
#design {
	text-align: right;
margin:0px;
padding: 10px;
}
#paticka_info  {
margin: 0px auto 0px auto;
padding: 10px;
	width: 500px;
	text-align: left;
	color: #f86447;
  float: left;
}
#paticka_info a {
	color: #ffffff;
}

#design a {
margin: 15px;
text-align: right;
	text-decoration: none;

	padding: 10px;
	color: #f86447;
}

.cleaner {
		clear: both;
		height: 1px;
		line-height: 1px;
		font-size: 1px;
	}

#accordion h3{padding:5px 5px 5px 15px;background: #79633e; border: 1px solid #606060;margin-bottom: 2px;display:block;cursor: pointer;}	
#accordion .ref-foto{padding-top: 10px;}	
#accordion .ref-obr{border: 1px solid #323232;margin: 2px;}
#accordion .ref-obr img{padding: 2px;background: #323232;}


/* menu */
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 980px;
	height: 32px;
	background: #920d0e;
	position: relative;
	color: #ffffff;
}
#menu ul ul {
	display: none;
}
#menu ul li:hover > ul {
	display: block;
	visibility: visible;
}
#menu ul li {
	float: left;
	list-style: none;
	font-size: 14px;
	padding: 6px 20px 2px 0px;
	height: 32px;
}
#menu ul li:hover {
	color: #ffffff;
}
#menu ul li:hover a {
	color: #000000;
}
#menu ul li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#menu ul ul {
	background: #920d0e;
	position: absolute;
	top: 100%;
}
#menu ul ul li {
	float: none;
	border-bottom: 1px solid #575f6a;
	position: relative;
}
#menu ul ul li a {
	padding: 5px 20px;
	color: #FFFFFF !important ;
}

#menu ul ul li a:hover {
	color: #000000 !important;
}

/* end menu */


div.polozka
{

border-top: 1px dashed black;

	margin: 10px;
		clear: both;
}
div.polozka_text
{
	
float: left;
	padding: 4px;
	margin: 6px 0px;
}

div.foto 
{
	float: right;
padding: 10px;
}
#obsah_body img
{
	margin-left: 30px;
	border: 1px solid black;
}
#obsah_body a img
{
	margin-left: auto;
	border: 1px solid black;
}

#mojeMapa IMG 
{
  border: none;
  margin:0;
  padding:0;
}
#mojeMapa table
{
  margin:0;
  padding:0;
}
/* --css litebox-- */
.the_menu {
	display: none;
	padding: 10px;
}
.the_menu li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
	display: block;
	margin: 0px 0px 0px 20px;
}
.the_menu li a:hover {
	padding: 10px;
	font-weight: bold;
	color: #F00880;
}
/* stylování třídy lightbox */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat;
/* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink, #prevLink:visited {
	background: url(./images/prevlabel.gif) left 15% no-repeat;
}
#nextLink, #nextLink:visited {
	background: url(./images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}
#imageData {
	padding: 0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}