/*
CSS document
screen, presentation css
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  list-style: none;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Sans-Serif;
	background: #0293bc url(../images/bg-body.png) repeat-x;
	color: #333;
	text-align: center;
	padding-bottom: 20px;
}
#page {
  margin: 0 auto;
  width: 960px;
	background: #ffffff url(../images/bg-page.gif) repeat-y;
	text-align: left;
	position: relative;
}
#header {
  height: 190px;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
	background: #73a0c5 url(../images/bg-header.png) no-repeat;
}
#header div#header-flash {
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0px;
}
#header object {
  margin: 0;
  padding: 0;
}
#header p, 
#header img {
  float: right;
  margin: 0;
  padding: 0;
  border: none;
}
#current a {
  width: 0px;
  height: 98px;
  padding: 0 0 0 158px;
  overflow: hidden;
  position: absolute;
  left: 44px;
  top: 81px;
  background: url(../images/logo.png) no-repeat;
}
a#menujump {
  width: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}
#content {
  width: 695px;
  float: left;
	padding: 10px 10px 10px 10px;
	position: relative;
	left: 235px;
}
#other {
  width: 222px;
  float: left;
  position: relative;
  left: 235px;
  padding-top: 5px;
}
#other2 {
  width: 222px;
  float: left;
  position: relative;
  left: -700px;
}
#footer {
  padding-bottom: 20px;
  clear: both;
	background: url(../images/bg-footer.gif) no-repeat left bottom;
  color: #333333;
}
#footer p {
  padding: 0 20px;
  font-size: 100%;
  color: #0a6d9e;
  font-weight: bold;
}
#footer p strong {
  display: block;
  color: #000000;
  font-size: 120%;
  font-weight: normal;
}
#footer a {
  text-decoration: underline;
  color: #0a6d9e;
}
#footer a:hover {
  text-decoration: none;
}

p#editpost {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* hlavni menu */
#menu {
  position: relative;
  padding: 10px 0px 0px 0px;
}
#menu h2 {
  display: none;
}
#menu ul {
  position: relative;
  margin: 10px 0;
  width: 222px;
}
#menu ul ul {
  display: none;
  margin: 0;
}
#menu li.current ul, 
#menu li.parent ul {
  display: block;
}
#menu li {
  list-style: none;
  border-bottom: 1px solid #ffffff;
}
#menu li li {
  border-bottom: none;
  border-top: 1px solid #ffffff;
}
#menu li a {
  font-size: 120%;
  display: block;
  height: 21px;
  line-height: 21px;
  white-space: no-wrap;
  overflow: hidden;
  text-align: left;
  text-indent: 17px;
  background: #305ea4 url(../images/menu-a.gif) no-repeat 0 0;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
#menu li.current a, 
#menu li a:hover {
  background: #3399FF url(../images/menu-a.gif) no-repeat 0 -21px;
  color: #ffffff;
}
#menu li.current li a, 
#menu li li a {
  background: #77c5db url(../images/menu-a.gif) no-repeat 0 -42px;
  text-indent: 44px;
  color: #ffffff;
}
#menu li li.current a, 
#menu li li a:hover {
  background: #77c5db url(../images/menu-a.gif) no-repeat 0 -42px;
  color: #2b5394;
}


h1, h2, h3 {
	font-weight: bold;
}
h1 {
	padding: 15px 30px 10px 10px;
	margin: 0;
	background: url(../images/h1.gif) no-repeat 0px 8px;
	font-size: 200%;
	text-align: left;
	color: #305ea4;
}
h2 {
	font-size: 160%;
	margin: 30px 0 0;
}
#other h2 {
	font-size: 120%;
}
h3 {
	font-size: 130%;
	padding: 0;
	margin: 30px 0 0;
	color: #2b5394;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #0a6d9e;
	text-decoration: none;
}
a:hover {
	color: #305ea4;
	text-decoration: underline;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.right {
	float: right;
}
.left {
	float: left
}
.centered {
  text-align: center;
}
/* End Images */

/* Start design elements */
.hidden {
  display: none !important;
}

/* end design elements */

/* Begin Lists */
#content ul, 
#content ol {
  margin: 5px 0;
}
#content ul li, 
#content ol li {
  list-style: disc url(../images/li.gif);
  font-size: 130%;
  margin-left: 2em;
}
#content ol li {
  list-style: decimal;
}
#content li li {
  font-size: 100%;
}
/* End Entry Lists */



/* Begin Form Elements */
form {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	text-align: left;
}
form fieldset {
	padding: 5px;
	margin: 4px 2px;
	border: 1px solid #b6c3d9;
}
form legend {
  font-size: 150%;
  font-weight: bold;
  padding: 2px 10px;
	color: #0a6d9e;
}
form label {
	clear: both;
	width: 150px;
	float: left;
	padding: 0 5px;
	line-height: 20px;
	font-size: 120%;
	font-weight: bold;
	color: #0a6d9e;
	text-align: right; 
}
form input, 
form textarea, 
font select {
  width: 200px;
}
form button {
  cursor: pointer;
}
/* End Form Elements */


/* Start Table Elements */
#content table {
  width: 96%;
  margin: 10px auto 0 auto;
  font-size: 120%;
  border: 4px solid #eeeeee;
}
#content table caption {
  caption-side: bottom;
  font-style: italic;
  font-weight: bold;
  font-size: 110%;
  color: #eeeeee;
  text-align: right;
  padding: 5px 5px 0 15px;
}
#content table thead {
}
#content table tfoot {
  border-top: 2px solid #ffffff;
}
#content table thead th, 
#content table tfoot th {
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  background: #99aacc;
}
#content table thead th, 
#content table thead td {
  border-bottom: 2px solid #eeeeee;
}
#content table tfoot th, 
#content table tfoot td {
  border-top: 2px solid #444444;
}
#content table tfoot td {
  text-align: right;
  background: #99aacc;
}
#content table th {
  text-align: left;
  font-weight: bold;
}
#content table th, 
#content table td {
  padding: 5px;
}
#content table .lichy td, 
#content table .lichy th {
  background: #ccdded;
}
#content table .sudy td, 
#content table .sudy th {
  background: #aabbcd;
}
/* End Table Elements */

#content p {
  font-size: 130%;
  padding: 5px;
  text-align: justify;
}

/* Libišany */
#libisany {
  width: 450px;
  height: 284px;
  background: url(../images/situace-libisany.png) no-repeat;
}
#libisany ul {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
#libisany li {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  list-style-type: none !important;
}
#libisany li a {
  position: absolute;
  padding-left: 35px;
  height: 39px;
  width: 0;
  overflow: hidden;
  background: url(../images/situace-libisany-active.gif) no-repeat -100px -100px;
}
#libisany li a:hover {
  padding-left: 59px;
  height: 87px;
  background-position: 0 0;
}

#libisany li.p1 a {
  left: 108px;
  top: 50px;
}
#libisany li.p1 a:hover {
  top: 2px;
}
#libisany li.p3 a {
  left: 152px;
  top: 71px;
}
#libisany li.p3 a:hover {
  top: 23px;
}
#libisany li.p4 a {
  left: 196px;
  top: 95px;
}
#libisany li.p4 a:hover {
  top: 47px;
}
#libisany li.p5 a {
  left: 239px;
  top: 117px;
}
#libisany li.p5 a:hover {
  top: 69px;
}
#libisany li.p6 a {
  left: 282px;
  top: 142px;
}
#libisany li.p6 a:hover {
  top: 94px;
}
#libisany li.p7 a {
  left: 322px;
  top: 166px;
}
#libisany li.p7 a:hover {
  top: 118px;
}
#libisany li.p8 a {
  left: 378px;
  top: 198px;
}
#libisany li.p8 a:hover {
  top: 150px;
}
#other h2#banner-libisany {
  margin: 10px 0 0 0;
  padding: 0;
}
#other h2#banner-libisany a {
  display: block;
  height: 196px;
  width: 0px;
  padding: 0 0 0 220px;
  overflow: hidden;
  background: url(../images/banner-libisany.jpg) no-repeat;
  text-decoration: none;
}

#newsbox h2 {
  display: none;
}
#newsbox .item {
  width: 222px;
  padding: 0;
  line-height: 1.2em;
  font-size: 1.2em;
  margin: 5px 0;
  background: #eaf6f9 url(../images/other2-box.gif) no-repeat left bottom;
}
#newsbox h3 {
  width: 192px;
  padding: 5px 15px 0px 15px;
  height: 1.5em;
  font-size: 1.2em;
  margin: 0 !important;
  background: url(../images/other2-h2.gif) no-repeat left top;
}
#newsbox h3 a {
  text-decoration: none;
  display: block;
}
#newsbox h3 a:hover {
  text-decoration: underline;
}
#newsbox p {
  width: 192px;
  padding: 3px 15px;
  line-height: 1.2em;
  font-size: 1.2em;
}
#newsbox p.morelink {
  width: 222px;
  padding: 0;
  line-height: 1.2em;
  font-size: 1.2em;
  margin: 5px 0;
  background: #eaf6f9 url(../images/other2-box.gif) no-repeat left bottom;
}
#newsbox p.morelink a {
  display: block;
  width: 192px;
  padding: 5px 15px;
  font-weight: bold;
  text-decoration: none;
  background: url(../images/other2-h2.gif) no-repeat left top;
}
#newsbox p.morelink a:hover {
  text-decoration: underline;
}

#homepage #content img {
  border: none;
  text-align: center;
  margin: 0 auto;
}

#other .parcela {
  position: relative;
  top: 0;
  width: 220px;
  margin: 5px 0 auto;
  padding: 0;
  background: #ceeaf2 url(../images/other-box.gif) no-repeat left top;
  padding: 10px 0 35px 0;
  text-align: center;
}
#other .parcela h3 {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 20px;
  line-height: 20px;
  padding: 5px 10px;
  width: 200px;
  overflow: hidden;
  border-top: 1px solid #ffffff;
  background: #aedce9 url(../images/other-h2.gif) no-repeat left bottom;
}
#other .parcela h3 a {
  display: block;
  color: #2b5394;
  text-decoration: none;
}
#other .parcela h3 a:hover {
  text-decoration: underline;
}
#other .parcela img {
  padding: 3px;
  width: 200px;
  height: 98px;
  margin: 0;
  border: none;
  background: #aedce9;
}
#other .parcela a.prevfoto {
  display: block;
  width: 206px;
  text-align: center;
  margin: 0 auto;
}
#other .parcela a.prevfoto:hover img {
  background: #ffffff;
}
#other .parcela table.detail {
  border-collapse: collapse;
  font-size: 100%;
  font-weight: bold;
  color: #2b5394;
  width: 200px;
  margin: 5px auto 0px auto;
  padding: 2px;
}
#other .parcela table.detail td {
  border-bottom: 1px solid #ffffff;
  padding: 0 5px;
  text-align: left;
  line-height: 1.5em;
}
#other .parcela table.place {
  border-top: 2px solid #aedce9;
}
div.ngg-albumoverview {
	
}
div.ngg-albumoverview div.ngg-album {
	position: relative;
	display: inline;
	float: left;
	width: 210px;
	height: 165px;
	text-align: center;
	margin: 0 5px 15px 0;
	padding: 10px;
	border: none;
	overflow: hidden;
}
div.ngg-albumoverview div.ngg-album div.ngg-albumtitle {
	display: block;
	margin: 0;
	padding: 5px;
	height: 2.5em;
	text-aling: center;
	line-height: 1.2em;
	overflow: hidden;
}
div.ngg-albumoverview div.ngg-album div.ngg-albumtitle a {
	display: block;
	text-align: center;
}
div.ngg-albumoverview div.ngg-album div.ngg-thumbnail {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
div.ngg-albumoverview div.ngg-album div.ngg-thumbnail a {
	display: block;
	margin: 0;
	padding: 0;
}
div.ngg-albumoverview div.ngg-album div.ngg-description {
	display: none;
}

.linklove {
	display: none;
}

