/*
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: #191919 url(images/bg-body.gif) repeat-x left top;
	color: #cccccc;
	text-align: center;
	padding: 20px 0;
}
#page {
	margin: 0 auto;
	width: 759px;
	background: #131313 url(images/bg-page.gif) repeat-y left top;
	text-align: left;
	position: relative;
}
#header {
	height: 166px;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: transparent url(images/bg-header.gif) no-repeat left top;
}
#current a {
	display: block;
	width: 0;
	padding-left: 170px;
	height: 52px;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 35px;
	background: url(images/logo.gif) no-repeat left top;
}
a#menujump {
	width: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
}
#languages {
	position: absolute;
	left: 30px;
	top: 90px;
}
#languages li {
	display: inline;
	font-size: 110%;
	padding: 2px 0;
}
#languages li strong {
	display: none;
}
#languages li a {
	color: #cccccc;
	text-decoration: underline;
}
#languages li.cs {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 10px;
	width: 80px;
	height: 20px;
	background: url(images/cz.gif) no-repeat 60px 0px;
}
#languages li.cs a {
	display: block;
	width: 50px;
	height: 20px;
	overflow: hidden;
	padding-right: 30px;
	overflow: hidden;
}
#en #languages li.cs {
	padding-left: 0;
	width: 90px;	
}
#en #languages li.cs a {
	padding-left: 10px;
}
#languages li.en {
	display: block;
	position: absolute;
	left: 90px;
	top: 0;
	width: 90px;
	height: 20px;
	background: url(images/en.gif) no-repeat 4px 0px;
}
#en #languages li.en {
	padding-left: 35px;
	width: 55px;
}
#languages li.en a {
	padding-left: 35px;
	display: block;
	width: 55px;
	height: 20px;
	overflow: hidden;
}
#languages li a:hover {
	text-decoration: none;
	font-weight: bold;
}
#main {
	width: 482px;
	padding: 175px 10px 5px 10px;
	margin-bottom: -160px;
	position: relative;
	top: -153px;
	left: 229px;
	float: left;
	overflow: hidden;
	background: #131313;
}
#main img.previmg {
	width: 500px;
	height: 135px;
	border: none;
	padding: 1px;
	background: #373737;
	position: absolute;
	left: 0px;
	top: 15px;
}
#other {
	width: 182px;
	padding: 5px 10px 5px 30px;
	position: relative;
	top: -70px;
	left: -502px;
	float: left;
	margin: 5px 0 0 0;
	text-align: left;
}
#footer {
	clear: both;
	padding: 5px 25px 12px 25px;
	background: transparent url(images/bg-footer.gif) no-repeat left bottom;
}
#footer p {
	line-height: 1.5em;
	font-size: 120%;
	text-align: left;
	padding: 5px 0;
}
#footer p strong {
	display: block;
	color: #cccccc;
	font-size: 120%;
	font-weight: normal;
}
#footer a {
	text-decoration: underline;
	color: #57c6e6;
}
#footer a:hover {
	text-decoration: none;
}
p#editpost {
	position: absolute;
	right: 10px;
	top: 150px;
	z-index: 1000;
}

p#seo-links {
	background: #191919;
	padding: 10px 20px;
	color: #999999;
	font-weight: 110%;
}
p#seo-links a {
	color: #999999;
	text-decoration: none;
}
p#seo-links a:hover {
	text-decoration: underline;
}
p#seo-links img {
	border: none;
	margin: 0;
	padding: 0;
}


/* hlavni menu */
#menu {
	position: relative;
	left: 0;
	margin: 5px 0 15px 0;
	padding: 0;
	text-align: left;
}
#menu h2 {
	display: none;
}
#menu ul {
	position: relative;
	width: 182px;
	margin: 0;
	padding: 0;
	border: none;
}
#menu ul li {
	list-style: none !important;
	position: relative;
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 120%;
}
#menu li ul {
	display: none;
}
#menu li.current ul, 
#menu li.parent ul {
	display: block;
}
#menu li li {
  font-size: 100%;
}
#menu ul li a {
	display: block;
	height: 17px;
	line-height: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	text-indent: 1.5em;
	background: #3e3e3e url(images/navitem-a.gif) no-repeat left top;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#menu ul li a:hover {
	background-position: left bottom;
	text-decoration: underline;
}
#menu ul ul {
  width: auto;
  position: relative;
  margin: 0px 0px 4px 0px;
  border: 1px solid #aaaaaa;
  padding: 3px !important;
  top: 2px;
}
#menu ul ul li {

}
#menu ul ul a {
	background: #131313;
	color: #cccccc;
}

#other p {
	margin: 0 0 15px 0;
	padding: 0 5px;
	font-size: 120%;
	border-left: 5px solid #595959;
}
#other h2 {
	margin: 0 0 0 0;
	padding: 3px 5px;
	font-size: 130%;
	font-weight: bold;
	color: #57c6e6;
	border-left: 5px solid #595959;
}
#other ul.links {
	position: relative;
	top: -2px;
	margin: 0;
	padding: 0 5px;
	border-left: 5px solid #595959;
}
#other ul.links li {
	list-style: disc url(images/li.gif);
	line-height: 1.5em;
	padding: 0 0 0 0;
	margin-left: 1.5em;
	font-size: 120%;
}


#other div.kalendar {
	position: relative;
	top: 20px;
	padding: 20px;
	margin: 0;
	text-align: center;
}
#other div.kalendar a {
	display: block;
	padding: 90px 10px 10px 10px;
	overflow: hidden;
	margin-bottom: 10px;
	background: url(images/kalendar.jpg) no-repeat 50% 0%;
	text-transform: uppercase;
	font-weight: bold;
	color: #57c6e6;
	font-size: 120%;
	text-decoration: none;
}
#other div.kalendar a:hover {
	text-decoration: underline;
}



h1, h2, h3 {
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: #57c6e6;
	padding: 10px 10px 5px 10px;
}
h1 {
	text-transform: uppercase;
	font-size: 150%;
	padding-top: 0;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 120%;
	text-decoration: underline;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a {
	text-decoration: underline;
	color: #57c6e6;
}
a:hover {
	text-decoration: none;
	color: #57c6e6;
}

/* 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 */



/* Begin Lists */
#main ul, 
#main ol {
	margin: 10px;
}
#main ul li, 
#main ol li {
	list-style: disc url(images/li.gif);
	font-size: 120%;
	margin-left: 2em;
}
#main ol li {
	list-style: decimal;
}
#main li li {
	font-size: 100%;
}
#main li a {
	color: #cccccc;
}
/* 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 */
#main table {
	width: 96%;
	margin: 10px auto 0 auto;
	font-size: 120%;
	border: 4px solid #eeeeee;
}
#main table caption {
	caption-side: bottom;
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
	color: #eeeeee;
	text-align: right;
	padding: 5px 5px 0 15px;
}
#main table thead {
}
#main table tfoot {
	border-top: 2px solid #ffffff;
}
#main table thead th, 
#main table tfoot th {
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	background: #99aacc;
}
#main table thead th, 
#main table thead td {
	border-bottom: 2px solid #eeeeee;
}
#main table tfoot th, 
#main table tfoot td {
	border-top: 2px solid #444444;
}
#main table tfoot td {
	text-align: right;
	background: #99aacc;
}
#main table th {
	text-align: left;
	font-weight: bold;
}
#main table th, 
#main table td {
	padding: 5px;
}
#main table .lichy td, 
#main table .lichy th {
	background: #ccdded;
}
#main table .sudy td, 
#main table .sudy th {
	background: #aabbcd;
}
/* End Table Elements */

#main p {
	font-size: 130%;
	padding: 5px;
	text-align: justify;
}

#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 #main img {
	border: none;
	text-align: center;
	margin: 0 auto;
}

.linklove {
	display: none!important;
}

#ngg_slideshow11 {
	width: 460px;
	height: 250px;
	overflow: hidden;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #54c7e2;
	background: #274851;
}
#ngg_slideshow11 embed, 
#ngg_slideshow11 object {
	margin: 0;
	padding: 0;
	border: none;
	width: 460px;
	height: 250px;
}
#ngg_slideshow0 {
	display: none;
}

.hidden {
	display: none !important;
}
