/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2009                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
/* nastaveni pro vsechny elementy na strance*/
* {
	margin:0 auto;
	padding:0;
	line-height:1.4;
	font-size:13px;
	font-family: "Verdana", "Arial", "Helvetica", 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: url(img/body.jpg) repeat-x top #c0c0c0;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	color:#ccc;
}
/* ***************************************************** */
/* ***************************************************** */
/* odkazy */
a {
  color:white;
  text-decoration:underline;
}
a:hover {
  color:white;
  text-decoration:none;
}
a, a:hover, a:focus, a:active{
	outline:0;
}
strong, b{
	color:white;
}
em, i{

}
small, * small, small *{
	font-size:85%;
}
/* ***************************************************** */
/* ***************************************************** */
/*  nastaveni nadpisu  */
h2, h3, h4, h5, h6 { 
  margin: 0 auto 5px; 
	padding: 0 10px; 
  font-family: 'Calibri', 'Trebuchet MS', 'Verdana', sans-serif;
	font-size: 14pt;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform:uppercase;
	color:white;
	border:2px solid white;
	background:url(img/header-back-orange.jpg) repeat-x center;
}
h2#obsah-h2 {
	margin-left:22px;
	margin-right:22px;
}
h3{
	background-image:url(img/header-back-red.jpg);
}
h4 {
	background-image:url(img/header-back-green.jpg);
}
h5{
	color:#000092;
	background-image:url(img/header-back-yellow.jpg);
}
h6{
	background-image:url(img/header-back-blue.jpg);
}
/* ***************************************************** */
/* ***************************************************** */
/* obrazky */
img{
	border:0;
}
.img-left{
	margin:0 5px 5px 0;
	display:block;
	float:left;
}
.img-right{
	margin:0 0 0 5px;
	display:block;
	float:right;
}
.img-center{
	margin:0px auto;
	display:block; 
}
/* ***************************************************** */
/* ***************************************************** */
/* 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;
}
table th, table td{
	padding:2px 5px;  
}
table th{
	background:tranparent;
}
table tr:hover td{
	background:tranparent;
}
.input-text,.textarea,.input-submit{
	border:1px solid #ccc;
	background:transparent;
}
.input-submit{
	color:#333;
}
#vyhledavani-form-content{
	padding:10px;
}
#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 */
#hlavni{
  margin:0 auto;
	padding:0;
	width:998px;
  text-align:left;
}
/* ***************************************************** */
/* ***************************************************** */
/* hlavicka stranky */
#hlavicka{
	margin:0;
	padding:44px 0 0 0;
	height:245px;
	background:url(img/hlavicka-back.jpg) no-repeat center;
}
#hlavicka a#home{
  display:block;
  margin:0 72px 0 72px;
	padding:0;
	height:212px;
	background:url(img/slideshow/001.jpg) no-repeat center;
}
#hlavicka a#home span#dekor{
	margin:0;
	padding:0;
	position:absolute;
	z-index:500;
	display:block;
	width:854px;
	height:212px;
	text-indent:-9000px;
	background:url(img/slideshow/dekor.png) no-repeat center;
}
#hlavicka a#home span#slideshow{
	margin:1px 0 0;
	padding:0;
	position:absolute;
	z-index:200;
	display:block;
	width:854px;
	height:212px;
}
#hlavicka a#home span#slideshow img{
	margin:0;
	padding:0;
}
/* ***************************************************** */
/* ***************************************************** */
/* menu stranky */
#hlavnimenu{
  margin:2px 85px 0 85px;
  padding:0;
	height:28px;
}
#hlavnimenu ul{
	list-style: none;
  padding: 0;
	margin: 0;
	border: 0;
	height:28px;
}
#hlavnimenu ul li{
	padding: 0;
	margin: 0;
	height:28px;
	float:left;
}
#hlavnimenu ul li a{
  display:block;
	margin:0px;
	padding:0 20px;
	line-height:28px;
	font-size:12px;
	font-weight: bold;
  text-decoration: none;
	text-align:right;
	text-transform:lowercase;
  color: white;
}
#hlavnimenu ul li a:hover,#hlavnimenu .active a{
  text-decoration:none; 
	color:white;
  background:url(img/menu-a-hover.jpg) repeat-x center;
}
#hlavnimenu .active a{
	border-left:1px solid #727272;
	border-right:1px solid #727272;
}
/* ***************************************************** */
/* ***************************************************** */
/* obsah stranky */
#obsah{
  margin:0;
  padding:10px 72px 0 72px;
	width:854px;
  text-align:justify;
	background:url(img/obsah.jpg) repeat-y center;
}
#obsah #submenu{
	margin:0 22px;
	padding:0;
}
#obsah #submenu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#obsah #submenu ul li{
	margin:0;
	padding:0;
	float:left;
	border-left:0px dotted #aaa;
}
#obsah #submenu ul li a{
	margin:2px 5px;
	padding:0;
	display:block;
	text-decoration:none;
	border-bottom:1px dotted white;
}
#obsah #submenu ul li a:hover, #obsah #submenu .active a{
	border-bottom:1px solid white;
}
#obsah #obsah-content{
	margin:0;
	padding:0 22px 20px;
	width:810px;
	min-height:300px;
	background:url(img/obsah-content.jpg) no-repeat 690px bottom;
}
#obsah li{
  margin-left:20px;
}
#obsah p{
	margin:10px 0;
}
/* ***************************************************** */
/* ***************************************************** */
/* paticka stranky */
#paticka {
	margin:0;
  padding:20px 0 10px 0;
	clear:both;
	width:998px;
	text-align: center;
  background: url(img/paticka.jpg) no-repeat top center;
}
#paticka, #paticka a{
	font-size: 9px;
	color: #333;
	text-decoration:none;
}
#paticka a{
	border-bottom:1px dotted #333;
}
#paticka a:hover{
	border-bottom:1px solid white;
	color:white;
}
/* ***************************************************** */
/* ***************************************************** */
/* formulare */
table.formular{
	margin:0;
	padding:0;
}
table.formular th{
	margin:0;
	padding:2px 4px;
	width:200px;
	text-align:right;
	vertical-align:top;
}
table.formular td{
	margin:0;
	padding:2px 4px;
	text-align:left;
	vertical-align:top;
}
.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 {
	padding-bottom:15px;
	border-bottom:1px solid #DDDDDD;
	background-color:#FDFDFD;
}
.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 #272777;
	background:url(img/fotogalerie2.png);
}
div#fotogalerie2-nahledy a:hover{
	border-color:#3f3f94;
}
div#fotogalerie2-nahledy a img{
	border:0;
}
/* ***************************************************** */
/* ***************************************************** */
.kniha-navstev-prispevek{
	margin-bottom:10px;
	width:98%;
	border:1px solid;
}
.kniha-navstev-prispevek .nadpis {
	margin:0;
	padding:3px 5px;
	font-weight:bold;
	border-bottom:1px dotted;
	background:transparent;
}
.kniha-navstev-prispevek .text {
	margin:0;
	padding:5px;
}
img.button {
	vertical-align:bottom;
}
/* ***************************************************** */
/* ***************************************************** */
a#zpetnyodkaz{
	padding:5px 0;
	display:block;
	text-align:center;
	font-weight:normal;
	font-size:10px;
}
.odkaz-vice{
	margin:0 5px;
	display:block;
	clear:both;
	line-height:16px;
	font-size:12px;
	text-align:right;
}
.odkaz-zpet{
	margin:0 5px;
	clear:both;
	display:block;
	line-height:16px;
	font-size:12px;
	text-align:left;
}
.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:600px;
	border:2px solid white;
	background:url(img/mapa.jpg) top left no-repeat;
}
#mapa *{
	font-size:11px;
	color:black;
}
#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          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
