/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2009                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
/* nastaveni pro vsechny elementy na strance*/
* {
  margin:0 auto;
  padding:0;
  font-size:13px;
	line-height:1.4;
	font-family:"Arial", "Verdana", sans-serif;
}
.noborder, * .noborder, table.noborder, table.noborder tr, table.noborder th, table.noborder td{
	border:0;
}
/* ***************************************************** */
/* ***************************************************** */
/* klasika telo stranky*/
body{
	text-align:center;
	background:#0073ff;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
  color:#333;
}
/* ***************************************************** */
/* ***************************************************** */
/* odkazy */
a {
  color:#B40085;
  text-decoration:underline;
}
a:hover {
  color:#e500ac;
  text-decoration:none; 
}
a, a:hover, a:focus, a:active{
	outline:0;
}
strong, b{
	color:#B40085;
}
small, * small, small *{
	font-size:85%;
}
/* ***************************************************** */
/* ***************************************************** */
/*  nastaveni nadpisu  */
h1, h2, h3, h4, h5, h6 { 
  margin:5px auto; 
	line-height:1.2;
	text-align:left;
	color:#898989;
	font-family:"Arial Black", "Verdana", sans-serif;
}
h1 {
	font-size:20px;
	text-transform:uppercase;
}
h2 {
	font-size:18px;
	text-transform:uppercase;
}
h3{
	font-size:16px;
}
h4 {
  font-size:14px;
}
h5{
	font-size:12px;
}
h6{
	font-size:11px;
}
/* ***************************************************** */
/* ***************************************************** */
/* obrazky */
img{
	border:0;
}
.img-left{ 
  display:block; 
  float:left;  
  margin:0 10px 5px 0; 
}
.img-right{ 
  display:block;  
  float:right;  
  margin:0 0 5px 10px; 
}
.img-center{ 
  display:block; 
  margin:0px auto; 
}
/* ***************************************************** */
/* ***************************************************** */
/* ostatni pomocne */
.nofloat{
  clear:both;
}
hr {
  clear:both;
	display:none;
}
li{
	margin-left:20px;
}
pre{
	margin:0;
	padding:10px;
	font-family:"Courier New", Courier, monospace;
	overflow:auto;
	color:black;
	border:1px solid;
	background:white;
}
p, ul, ol, div, pre, address{
	margin:10px 0;
}
table{
	margin:10px 0;
	padding:0;
  border:1px solid;
	border-width:1px 0 0 1px;
}
table th, table td{
  padding:2px 5px;  
  border:1px solid;
	border-width:0 1px 1px 0;
}
table th{
	background:tranparent;
}
table tr:hover td{
	background:tranparent;
}
.input-text,.textarea,.input-submit{
	border:1px solid #333;
}
.input-submit{
	color:#333;
}
#RssFeed{
	margin:0;
	padding:0;
	text-align:right;
}
#RssFeed, #RssFeed a{
	margin:0;
	padding:0;
	height:16px;
  line-height:16px;
	font-size:10px;
	text-decoration:none;
}
/* ***************************************************** */
/* ***************************************************** */
/* obal stranky */
#layout{
	margin:0;
	padding:0;
	background:url(img/layout.png) repeat-x top #f7f5e9;
}
#main{
  margin:0 auto;
  padding:0;
	width:990px;
  text-align:left;
	background:url(img/main.png) repeat-y center;
}
#main-bottom{
	margin:0;
	padding:10px 0 0 0;
	width:100%;
	height:1px;
	clear:both;
	background:url(img/main-bottom.png) no-repeat center bottom;
}
/* ***************************************************** */
/* ***************************************************** */
/* hlavicka stranky */
#header{
	margin:0;
	padding:0;
	height:365px;
	background:url(img/header.png) no-repeat center top;
}
#header a#home{
  margin:0;
	padding:0;
	width:370px;
	height:150px;
  display:block;
	float:left;
	text-indent:-9000px;
}
#header a#home:hover{
	text-decoration:none;
}
/* ***************************************************** */
/* ***************************************************** */
/* jazykove mutace */
#header #lang{
  margin:0 auto;
  padding:10px 0 0 495px;
	width:125px;
	height:42px;
	float:right;
}
#header #lang a{
  margin:0 3px;
  padding:0;
  width:22px;
  height:16px;
  float:left;
  display:block;
  text-indent:-9000px;
  background:no-repeat left top;
}
#header #lang a img{
  display:none;
}
#header #lang a#lang-cz{
  background-image:url(lang-icon/cz-bw.png);
}
#header #lang a#lang-cz.active, #header #lang a#lang-cz:hover{
  background-image:url(lang-icon/cz.png);
}
#header #lang a#lang-en{
  background-image:url(lang-icon/en-bw.png);
}
#header #lang a#lang-en.active, #header #lang a#lang-en:hover{
  background-image:url(lang-icon/en.png);
}
#header #lang a#lang-ru{
  background-image:url(lang-icon/ru-bw.png);
}
#header #lang a#lang-ru.active, #header #lang a#lang-ru:hover{
  background-image:url(lang-icon/ru.png);
}
#header #lang a#lang-de{
  background-image:url(lang-icon/de-bw.png);
}
#header #lang a#lang-de.active, #header #lang a#lang-de:hover{
  background-image:url(lang-icon/de.png);
}
/* ***************************************************** */
/* ***************************************************** */
/* menu stranky */
#header #menu{
  margin:0;
  padding:0;
  float:right;
  width:620px;
}
#header #menu ul{
	margin:0;
  padding:0;
	list-style:none;
	border:0;
}
#header #menu ul li{
	margin:0;
	padding:0;
	height:50px;
	float:left;
}
#header #menu ul li a{
	margin:0;
	padding:0;
	width:121px;
	height:50;
	line-height:50px;
  display:block;
  text-decoration:none;
	text-align:center;
	font-weight:bold;
  color:white;
}
#header #menu ul li a:hover{
  text-decoration:none; 
	color:#33368a;
}
#header #menu li.active a{
  text-decoration:none; 
  background:url(img/menu-hover.png) no-repeat center;
	color:#33368a;
}
/* ***************************************************** */
/* ***************************************************** */
/* slideshow */
#header #slideshow{
	margin:0 auto;
	padding:33px 0 17px 0;
	width:924px;
	height:171px;
	clear:both;
	background:url(img/dekor-bottom.png) no-repeat center bottom;
}
/* ***************************************************** */
/* ***************************************************** */
/* obsah stranky */
#content{
  margin:17px 0 0 0;
  padding:0 33px 10px 0;
	width:627px;
	float:right;
  text-align:justify;
}
#content ul, #content ol{
	padding:10px;
}
#content ul ul, #content ol ol{
	margin:0;
  padding:5px 10px;
  border:0;
}
#content ul li{
  margin-left:20px;
}
#content p{
	margin:10px 0;
}
/* ***************************************************** */
/* ***************************************************** */
/* levy sloupec */
#content-left{
	margin:17px 0 0 0;
	padding:0 18px 10px 33px;
	width:253px;
	float:left;
	border-right:1px solid #cccccc;
}
#content-left h2#novinky{
	margin:10px 0 15px 0;
	padding:3px 0 0 60px;
	height:38px;
	line-height:38px;
	background:url(img/novinky.png) no-repeat left top;
}
#content-left p.novinka{
	margin-top:0;
	padding-top:0;
}
/* ***************************************************** */
/* ***************************************************** */
/* menu stranky */
#content-left #submenu{
  margin:0;
  padding:0;
}
#content-left #submenu ul{
	margin:0;
  padding:0 0 20px 0;
	list-style:none;
	border:0;
}
#content-left #submenu ul li{
	margin:0;
	padding:0 0 1px 0;
	min-height:30px;
	background:url(img/submenu-li.png) repeat-x left bottom;
}
#content-left #submenu ul li a{
	margin:0;
	padding:0 0 0 10px;
	min-height:30px;
	line-height:30px;
  display:block;
  text-decoration:none;
	text-align:left;
	font-weight:normal;
	color:#33368a;
}
#content-left #submenu ul li a:hover{
  text-decoration:underline;
}
#content-left #submenu li.active a{
  text-decoration:underline;
	font-weight:bold;
}


#content-left #submenu li.active ul li a{
  text-decoration:none;
	font-weight:normal;
}


#content-left #submenu ul ul{
	padding:0 0 10px 15px;
}
#content-left #submenu ul ul li{
	min-height:18px;
	background:transparent;
}
#content-left #submenu ul ul li a{
	min-height:18px;
	line-height:18px;
	color:#898989;
}
#content-left #submenu ul ul li a:hover{
  text-decoration:underline;
}
#content-left #submenu li.active li a{
  text-decoration:underline;
	font-weight:bold;
}

#content-left #submenu ul ul ul{
	padding:3px 0 0 15px;
}
/* ***************************************************** */
/* ***************************************************** */
/* paticka stranky */
#footer {
	margin:20px 0 0 0;
  padding:45px 0;
	clear:both;
	width:100%;
	text-align:center;
  background:url(img/footer.png) repeat-x top #0073ff;
}
#footer, #footer a{
	font-size:12px;
	line-height:16px;
	color:white;
	text-decoration:none;
}
#footer a{
	border-bottom:1px dotted white;
}
#footer a:hover{
	border-bottom:1px solid white;
	color:white;
}
#footer img{
	margin:0;
	padding:0;
	text-decoration:none;
	vertical-align:middle;
	border:0;
}
/* ***************************************************** */
/* ***************************************************** */
/* formulare */
table.formular{
	margin:0;
	padding:0;
}
table.formular th{
	margin:0;
	padding:2px 4px;
	width:200px;
	vertical-align:top;
	text-align:right;
}
table.formular td{
	margin:0;
	padding:2px 4px;
	vertical-align:top;
	text-align:left;
}
.required {
	color:#cc0000;
}
.input-text{
	padding:2px 4px;
	width:200px;
}
.textarea{
	padding:2px 4px;
	width:90%;
	height:100px;
}
.select{

}
.checkbox_label{
	cursor: pointer;
}
.radio_label{
	cursor: pointer;
}
.input-submit{
	background:transparent;
}
/* ***************************************************** */
/* ***************************************************** */
.comment_title {
  font-weight: bold;
}
.comment_text {
  background-color: #FDFDFD;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
}
.comment_title, .comment_text { border-left: 1px solid #DDDDDD; }
.comment_info { text-align: right; border-right: 1px solid #DDDDDD; }
.comment_title, .comment_info { border-top: 1px solid #DDDDDD; background-color: #EEEEEE; }

.post_title, .post_date { border-bottom: 1px solid #DDDDDD; }
.post_title { font-weight: bold; font-size: 12px; color: #000000; }
.post_date { text-align: right; font-weight: bold; }
.post_short { text-align: justify; padding-bottom: 5px; }
/* ***************************************************** */
/* ***************************************************** */
div#fotogalerie-nahledy, div#fotogalerie-nahledy a{
	text-align:center;
	text-decoration:none;
}
div#fotogalerie-foto{
	margin:0;
	padding:0;
	text-align:center;
}
div#fotogalerie-foto img{
	margin:0 auto;
}
/* ***************************************************** */
/* ***************************************************** */
div#fotogalerie2-nahledy, div#fotogalerie2-nahledy a{
	text-align:center;
	text-decoration:none;
}
div#fotogalerie2-nahledy a{
  margin:2px;
	padding:5px;
	display:block;
	float:left;
	border:1px solid #cccccc;
	background:#f9f9f9;
}
div#fotogalerie2-nahledy a:hover{
	border:1px solid #bbbbbb;
	background:#f3f3f3;
}
/* ***************************************************** */
/* ***************************************************** */
table.kniha-navstev {
  width:98%;
  border:1px solid #DCDCDC;
  border-collapse:collapse;
  margin-bottom:10px;
}
table.kniha-navstev td.nadpis {
  font-weight:bold;
  padding:0 5px 0 5px;
  background-color:#DCDCDC;
  color:#000000;
}

table.kniha-navstev td.obsah {
  padding:5px; 
  background-color:#FFFFFF;
  color:#000000;
}

img.button {
  vertical-align:bottom;
}
/* ***************************************************** */
/* ***************************************************** */
a#zpetnyodkaz{
	display:block;
	padding:5px 0;
	text-align:center;
	font-weight:normal;
	font-size:10px;
}
.odkaz-vice{
	display:block;
	clear:both;
	text-align:right;
	margin:0 5px;
	font-size:10pt;
	line-height:10pt;
}
.odkaz-zpet{
	display:block;
	clear:both;
	text-align:left;
	margin:0 5px;
	font-size:10pt;
	line-height:10pt;
}
.ok, #content .ok{
  margin:10px;
  padding:5px 10px 5px 45px;
	line-height:25px;
	font-size:12px;
  font-weight:normal;
	text-align:left;
  border:1px solid #93AF61;
  background: url(icons/ok.png) no-repeat 10px 5px #E2F0C9;
}
.ok, .ok *{
  color:#516F1B;
}
.err, #content .err{
  margin:10px;
  padding:5px 10px 5px 45px;
	line-height:25px;
	font-size:12px;
  font-weight:normal;
	text-align:left;
  border:1px solid #fcadad;
  background: url(icons/err.png) no-repeat 10px 5px #FDE0E0;
}
.err, .err *{
  color:#CE0000;
}
.info, #content .info{
  margin:10px;
  padding:5px 10px 5px 45px;
	line-height:25px;
	font-size:12px;
  font-weight:normal;
	text-align:left;
  border:1px solid #EDEDB3;
  background: url(icons/info.png) no-repeat 10px 5px #FFFFCC;
}
.info, .info *{
  color:#242424;
}
/* ***************************************************** */
/* ***************************************************** */
#mapa {
  margin:10px auto;
	height:400px;
	border:3px solid;
	background:url(img/mapa.png) top left no-repeat;
}
#mapa *{
  color:black; 
	font-size:11px; 
}
#mapa div{
	margin:0;
}
/* ***************************************************** */
/* ***************************************************** */
.clearfix:after{
  content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
}
.clearfix {display: inline-block;}
/* ie win hack ~ height acts like min-height \*/
* html .clearfix{height: 1%;}
/* end comment required */
/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2009                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
