@charset "utf-8";
/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2009                     */
/*             Jakub Kribik - LevneRychle[.]cz           */
/*                  info@levnerychle.cz                  */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
* {
  margin:0 auto;
  padding:0;
  font-size: 13px;
	line-height:1.4;
	font-family: "Arial", "Cambria", "Helvetica", "Verdana", sans-serif;
}
.noborder, *.noborder, .noborder *{
	border:0;
}
/* ***************************************************** */
/* ***************************************************** */
body{
	text-align:center;
	background:#161616;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	font-family: "Arial", "Cambria", "Helvetica", "Verdana", sans-serif;
  color: #666666;
}
/* ***************************************************** */
/* ***************************************************** */
a {
  color:#009999;
  text-decoration:underline;
}
a:hover {
  text-decoration:none; 
}
a, a:hover, a:focus, a:active{
	outline:0;
}
strong, b{

}
small, * small, small *{
	font-size:85%;
}
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
/* ***************************************************** */
/* ***************************************************** */
h1, h2, h3, h4, h5, h6 { 
  margin:0 auto 5px; 
	padding:0; 
	font-family: "Arial", "Cambria", "Helvetica", "Verdana", sans-serif;
  padding-top: .2em;
	line-height: 1.2;
	font-weight:normal;
	color:#666666;
}
h1, #sloupec h2{
	margin:0 auto 5px;
	padding: 0;
	font-size: 20px;
	color:#cc9900;
}
h2, #sloupec h3{
	padding: 0;
	font-size: 16px;
	color:#009999;
}
h3{
	padding: 0;
	font-size: 15px;
}
h4 {
  font-size: 14px;
	margin-bottom:5px;
}
h5{
	font-size: 12px;
}
h6{
	font-size: 11px;
}
/* ***************************************************** */
/* ***************************************************** */
img{
	border:0;
}
.img-left{ 
  display: block; 
  float: left;  
  margin: 0 5px 5px 0; 
}
.img-right{ 
  display: block;  
  float: right;  
  margin: 0 0 0 5px; 
}
.img-center{ 
  display: block; 
  margin: 0px auto; 
}
/* ***************************************************** */
/* ***************************************************** */
.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 #004240;
	border-width:1px 0 0 1px;
}
table tr.zvyrazni{
	background:#b9b9b9;
}
table th, table td{
  padding:2px 5px;  
  border:1px solid #333;
	border-width:0 1px 1px 0;
}
table th{
	font-weight:normal;
	color:black;
	background:url(img/table-th.png) repeat-x bottom #f8cf36;
}
/* ***************************************************** */
.input-text,
.textarea,
.input-submit{
	margin:0;
	padding:2px 5px;
	height:16px;
	width:150px;
	line-height:16px;
	font-size:11px;
	border:1px solid #cccccc;
	color:#aaaaaa;
	background:url(img/input-text.png) no-repeat left top white;
}
.input-submit{
	padding:0 5px;
	height:22px;
	width:auto;
	border:1px solid #888888;
	color:white;
	background:url(img/input-submit.png) repeat-x top red;/*#9a9a9a*/
}
.required {
	color:#cc0000;
}
.textarea{
	width:90%;
	height:100px;
}
.select{

}
.checkbox_label{
	cursor: pointer;
}
.radio_label{
	cursor: pointer;
}
/* ***************************************************** */
#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;
}
/* ***************************************************** */
/* ***************************************************** */
#hlavni{
  margin:0 auto;
  padding:0;
	width:1007px;
  text-align:left;
	background:url(img/hlavni.png) repeat-y center;
}
/* ***************************************************** */
/* ***************************************************** */
#hlavicka{
	margin:0;
	padding:0;
	width:100%;
	height:132px;
	background:url(img/hlavicka.png) no-repeat center top #333333;
}
#hlavicka a#home{
  margin:0;
	padding:0;
	width:704px;
	height:132px;
  display:block;
	float:left;
	text-indent:-9000px;
}
/* ***************************************************** */
/* ***************************************************** */
#hlavicka #hlavicka-menu{
	margin:0;
	padding:0;
	float:left;
	width:250px;
	height:132px;
}
#hlavicka #hlavicka-menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#hlavicka #hlavicka-menu ul li{
	margin:0;
	padding:0;
	height:30px;
}
#hlavicka #hlavicka-menu ul li a{
	margin:0;
	padding:6px 20px 0 0;
	display:block;
	line-height:24px;
	font-size:15px;
	text-align:right;
	text-decoration:none;
	color:white;
}
#hlavicka #hlavicka-menu ul li a:hover,
#hlavicka #hlavicka-menu li.active a{
  text-decoration:none;
	color:black;
}
/* ***************************************************** */
/* ***************************************************** */
#novinka{
  margin:0;
  padding:161px 0 0 52px;
  clear:both;
	width:955px;
	height:28px;
	line-height:28px;
	color:white;
	background:url(img/novinka.png) no-repeat center top #1f1f1f;
}
/* ***************************************************** */
/* ***************************************************** */
#sloupec{
  margin:0 0 0 54px;
  padding:69px 0 0 0;
	float:left;
	width:225px;
  background:url(img/sloupec.png) no-repeat center top #e7e7e7;
}
#sloupec .obsah2{
	margin:0;
	padding:14px 15px 10px 15px;
	width:195px;
	background:url(img/sloupec-obsah2.png) no-repeat center top;
}
#sloupec .obsah2.menu2 ul{
  margin:0;
	padding:0;
}
#sloupec .obsah2.menu2 ul li{
  margin:0;
	padding:4px 0;
	list-style:none;
}
#sloupec .obsah2.menu2 ul li a{
	color:#666666;
}
#sloupec .obsah2.menu2 ul li a:hover,
#sloupec .obsah2.menu2 ul li a.active{
	color:#666666;
}
/* ***************************************************** */
/* ***************************************************** */
#menu{
  margin:-6px 0 10px 0;
  padding:0 0 5px 0;
	width:100%;
  background:url(img/menu-a.png) no-repeat center bottom;
}
#menu ul{
	margin:0;
  padding:0;
	list-style:none;
	border:0;
}
#menu ul li{
	margin:0;
	padding:0;
	min-height:25px;
}
#menu ul li a{
	margin:0;
	padding:0 15px 3px 0;
  display:block;
	line-height:22px;
  text-decoration: none;
	text-align:right;
	font-weight:normal;
  color:white;
  background:url(img/menu-a.png) no-repeat center -89px #e4ba2b;
}
#menu ul li a:hover,
#menu li.active a{
  text-decoration:none; 
	background-color:#f78835;
  background-image:url(img/menu-a-hover.png);
}

#menu ul li.active ul{
  padding-top:5px;
	background:url(img/menu-a.png) no-repeat center -115px;
	background-color:transparent;
}
#menu ul li.active ul li a{
	margin:0;
	padding:0 15px 0 0;
	line-height:25px;
	color:#333;
	background:#e7e7e7;
}
#menu ul li.active ul li a:hover,
#menu ul li.active ul li.active a{
  text-decoration:none; 
	color:#009999;
	background:#e7e7e7;
}
/* ***************************************************** */
/* ***************************************************** */
#obsah{
  margin:0 54px 0 0;
  padding:10px;
	float:right;
	width:650px;
  text-align:justify;
	background:#e7e7e7;
}
#obsah ul, #obsah ol{
	padding:10px;
}
#obsah ul ul, #obsah ol ol{
	margin:0;
  padding:5px 10px;
  border:0;
}
#obsah ul li{
  margin-left:20px;
	list-style-image:url(img/li.png);
}
#obsah ul ul li{
  margin-left:25px;
	list-style-image: none;
	list-style:disc;
}
#obsah p{
	margin:10px 0;
}
/* ***************************************************** */
/* ***************************************************** */
#paticka {
	margin:0;
  padding:160px 0 0 0;
	clear:both;
	width:100%;
	height:116px;
	text-align: center;
  background:url(img/paticka.png) no-repeat center top;
}
#paticka, #paticka a{
	font-size: 15px;
	line-height:40px;
	color: white;
	text-decoration:none;
}
#paticka a{
	border-bottom:1px dotted white;
}
#paticka a:hover{
	border-bottom:1px solid white;
	color:white;
}
/* ***************************************************** */
/* ***************************************************** */
/*.form-table{
	margin-top:20px;
	vertical-align: super;
}
.form-table td,.form-table th{
	padding:4px;
}
.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 200px;
	padding:2px 4px;
	border:1px solid #6E4C1E;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
	padding:2px 4px;
	border:1px solid #6E4C1E;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	padding:2px 4px;
	font-size: 12px;
	width: 200px;
	border:1px solid #6E4C1E;
}
.form-odeslat{
	background:white;
	padding:2px 4px;
	color:#6E4C1E;
	font-weight:bold;
	border:1px solid #6E4C1E;
}*/
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;
}
/* ***************************************************** */
/* ***************************************************** */
.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; }

.aktualita-datum{
	display:block;
	font-size:80%;
	font-weight:bold;
}
/* ***************************************************** */
/* ***************************************************** */
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:3px;
	padding:10px;
	display:block;
	float:left;
	border:2px solid #009999;
	background:#fff;
}*/
div#fotogalerie2-nahledy{
	margin:0;
	padding:0;
	display:block;
	clear:left;
	overflow:hidden;
}
div#fotogalerie2-nahledy, div#fotogalerie2-nahledy a{
	text-align:center;
	text-decoration:none;
}
div#fotogalerie2-nahledy a{
	margin:3px;
	padding:10px;
	display:block;
	float:left;
	opacity:0.8;
	border:2px solid #009999;
	background:#fff;
}
div#fotogalerie2-nahledy a:hover{
	opacity:1;
}
/* ***************************************************** */
/* ***************************************************** */
/*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;
}*/
.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{
	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, #obsah .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, #obsah .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, #obsah .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 white;
	background: url(img/mapa.png) top left no-repeat;
}
#mapa *{
  color: black; 
	font-size: 11px; 
}
#mapa div{
	margin:0;
}
/* ***************************************************** */
/* ***************************************************** */
.clearfix{
	overflow:hidden;
}
/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2009                     */
/*             Jakub Kribik - LevneRychle[.]cz           */
/*                  info@levnerychle.cz                  */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
