/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2008                     */
/*             Jakub Kribik - LevneRychle[.]cz           */
/*                  info@levnerychle.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;
}
/* ***************************************************** */
/* ***************************************************** */
/* klasika telo stranky*/
body{
	text-align:center;
	background:#2b3a46;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
  color: #455f73;
}
/* ***************************************************** */
/* ***************************************************** */
/* odkazy */
a {
  color:#2b3a46;
  text-decoration:underline;
}
a:hover {
  color:black;
  text-decoration:none; 
}
a, a:hover, a:focus, a:active{
	outline:0;
}
strong, b{
	color:#2b3a46;
}
/* ***************************************************** */
/* ***************************************************** */
/*  nastaveni nadpisu  */
h1, h2, h3, h4, h5, h6 { 
  margin: 20px auto 0px; 
	padding: 0; 
  padding-top: .2em;
	line-height: 1.2;
	color:#2b3a46;
}
h1 {
	margin:0 auto 5px;
	padding: 0;
	font-size: 24px;
	letter-spacing: 1px;
}
h2 {
	padding: 0;
	font-size: 20px;
	letter-spacing: 1px;
}
h3{
	padding: 0;
	font-size: 17px;
}
h4 {
  font-size: 15px;
	margin-bottom:5px;
}
h5{
	font-size: 13px;
}
h6{
	font-size: 11px;
}
/* ***************************************************** */
/* ***************************************************** */
/* obrazky */
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; 
}
/* ***************************************************** */
/* ***************************************************** */
/* ostatni pomocne */
.noborder, * .noborder, .noborder *{
	border:0;
}
.nofloat{
  clear:both;
}
hr {
  clear:both;
	display:none;
}
li{
	margin-left:20px;
}
p, ul, div{
	margin:10px 0;
}
table{
	margin:10px 0;
	padding:0;
  border:2px solid #2b3a46;
}
table th, table td{
  padding:2px 5px;  
  border:1px solid #2b3a46;
}
table th{
  color:#2b3a46;
  background:#c6d3de;
}
#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 */
#obal, #obaluvod{
  margin:0;
  padding:0;
  width:100%;
  text-align:left;
  background:url(img/obal.png) repeat-x top left white;
}
#obaluvod{
  background-image:url(img/obaluvod.png);
}
#hlavni{
  margin:0;
  padding:0;
	width:1007px;
  text-align:left;
}
/* ***************************************************** */
/* ***************************************************** */
/* hlavicka stranky */
#hlavicka{
	margin:0;
	padding:4px 0 0 0;
  height:265px;
  background:url(img/hlavicka.png) no-repeat left top;
}
#hlavicka a#home{
  margin:0;
	padding:0;
  width:295px;
  height:83px;
  float:left;
  display:block;
  text-indent:-9000px;
}
/* ***************************************************** */
/* ***************************************************** */
/* menu stranky */
#menu{
  margin:0;
  padding:152px 0 0 0;
  float:left;
  width:880px;
  background:url(img/hlavicka.png) no-repeat left bottom #2b3a46;
}
#menu ul{
	margin:0;
  padding:0;
	list-style:none;
	border:0;
}
#menu ul li{
	margin:0;
	padding:0 0 0 25px;
	height:30px;
  float:left;
}
#menu ul li a{
	margin:0;
	padding:0;
  display:block;
	line-height:30px;
  text-decoration: none;
	text-transform:uppercase;
  color:white;
}
#menu ul li a:hover,#menu .menu_current a{
  text-decoration:underline; 
	color:white;
}
/* ***************************************************** */
/* ***************************************************** */
/* jazykove mutace */
#lang{
  margin:0 auto;
  padding:145px 0 0 0;
  width:110px;
  height:37px;
  float:right;
  line-height:30px;
  font-size:18px;
  font-weight:bold;
  text-align:center;
  color:#ccc;
  background:url(img/hlavicka.png) no-repeat right -87px #2b3a46;
}

#lang a{
  margin:0 3px;
  padding:0;
  width:22px;
  height:16px;
  float:left;
  display:block;
}
/* ***************************************************** */
/* ***************************************************** */
/* menu2 */
#menu2, #menu2uvod{
  margin:0;
  padding:20px 0 20px 0px;
  background:#d7dae0;
}



#menu2 div{
  margin:0 0 0 20px;
  padding:0;
  width:181px;
  height:190px;
  float:left;
  background:no-repeat left top #49525c;
}
#menu2 div a.menu2hlavni{
  margin:0;
  padding:0;
  height:32px;
  display:block;
  text-indent:-9000px;
	cursor: default;
}
#menu2 #menu2_1.cz{
  background-image:url(img/menu-2-cz-mini-1.png);
}
#menu2 #menu2_2.cz{
  background-image:url(img/menu-2-cz-mini-2.png);
}
#menu2 #menu2_3.cz{
  background-image:url(img/menu-2-cz-mini-3.png);
}
#menu2 #menu2_4.cz{
  background-image:url(img/menu-2-cz-mini-4.png);
}
#menu2 #menu2_1.en{
  background-image:url(img/menu-2-en-mini-1.png);
}
#menu2 #menu2_2.en{
  background-image:url(img/menu-2-en-mini-2.png);
}
#menu2 #menu2_3.en{
  background-image:url(img/menu-2-en-mini-3.png);
}
#menu2 #menu2_4.en{
  background-image:url(img/menu-2-en-mini-4.png);
}
#menu2 #menu2_1.de{
  background-image:url(img/menu-2-de-mini-1.png);
}
#menu2 #menu2_2.de{
  background-image:url(img/menu-2-de-mini-2.png);
}
#menu2 #menu2_3.de{
  background-image:url(img/menu-2-de-mini-3.png);
}
#menu2 #menu2_4.de{
  background-image:url(img/menu-2-de-mini-4.png);
}
/** ** ** */
#menu2 #menu2_1.cz a.menu2hlavni:hover{
  background:url(img/menu-2-cz-mini-1.png) right top;
}
#menu2 #menu2_2.cz a.menu2hlavni:hover{
  background:url(img/menu-2-cz-mini-2.png) right top;
}
#menu2 #menu2_3.cz a.menu2hlavni:hover{
  background:url(img/menu-2-cz-mini-3.png) right top;
}
#menu2 #menu2_4.cz a.menu2hlavni:hover{
  background:url(img/menu-2-cz-mini-4.png) right top;
}
#menu2 #menu2_1.en a.menu2hlavni:hover{
  background:url(img/menu-2-en-mini-1.png) right top;
}
#menu2 #menu2_2.en a.menu2hlavni:hover{
  background:url(img/menu-2-en-mini-2.png) right top;
}
#menu2 #menu2_3.en a.menu2hlavni:hover{
  background:url(img/menu-2-en-mini-3.png) right top;
}
#menu2 #menu2_4.en a.menu2hlavni:hover{
  background:url(img/menu-2-en-mini-4.png) right top;
}
#menu2 #menu2_1.de a.menu2hlavni:hover{
  background:url(img/menu-2-de-mini-1.png) right top;
}
#menu2 #menu2_2.de a.menu2hlavni:hover{
  background:url(img/menu-2-de-mini-2.png) right top;
}
#menu2 #menu2_3.de a.menu2hlavni:hover{
  background:url(img/menu-2-de-mini-3.png) right top;
}
#menu2 #menu2_4.de a.menu2hlavni:hover{
  background:url(img/menu-2-de-mini-4.png) right top;
}



#menu2uvod div{
  margin:0 0 0 20px;
  padding:0;
  width:181px;
  height:277px;
  float:left;
  background:no-repeat left top #49525c;
}
#menu2uvod div a.menu2hlavni{
  margin:0;
  padding:0;
  height:129px;
  display:block;
  text-indent:-9000px;
	cursor: default;
}
#menu2uvod #menu2_1.cz{
  background-image:url(img/menu-2-cz-1.png);
}
#menu2uvod #menu2_2.cz{
  background-image:url(img/menu-2-cz-2.png);
}
#menu2uvod #menu2_3.cz{
  background-image:url(img/menu-2-cz-3.png);
}
#menu2uvod #menu2_4.cz{
  background-image:url(img/menu-2-cz-4.png);
}
#menu2uvod #menu2_1.en{
  background-image:url(img/menu-2-en-1.png);
}
#menu2uvod #menu2_2.en{
  background-image:url(img/menu-2-en-2.png);
}
#menu2uvod #menu2_3.en{
  background-image:url(img/menu-2-en-3.png);
}
#menu2uvod #menu2_4.en{
  background-image:url(img/menu-2-en-4.png);
}
#menu2uvod #menu2_1.de{
  background-image:url(img/menu-2-de-1.png);
}
#menu2uvod #menu2_2.de{
  background-image:url(img/menu-2-de-2.png);
}
#menu2uvod #menu2_3.de{
  background-image:url(img/menu-2-de-3.png);
}
#menu2uvod #menu2_4.de{
  background-image:url(img/menu-2-de-4.png);
}
/** ** ** */
#menu2uvod #menu2_1.cz a.menu2hlavni:hover{
  background:url(img/menu-2-cz-1.png) right top;
}
#menu2uvod #menu2_2.cz a.menu2hlavni:hover{
  background:url(img/menu-2-cz-2.png) right top;
}
#menu2uvod #menu2_3.cz a.menu2hlavni:hover{
  background:url(img/menu-2-cz-3.png) right top;
}
#menu2uvod #menu2_4.cz a.menu2hlavni:hover{
  background:url(img/menu-2-cz-4.png) right top;
}
#menu2uvod #menu2_1.en a.menu2hlavni:hover{
  background:url(img/menu-2-en-1.png) right top;
}
#menu2uvod #menu2_2.en a.menu2hlavni:hover{
  background:url(img/menu-2-en-2.png) right top;
}
#menu2uvod #menu2_3.en a.menu2hlavni:hover{
  background:url(img/menu-2-en-3.png) right top;
}
#menu2uvod #menu2_4.en a.menu2hlavni:hover{
  background:url(img/menu-2-en-4.png) right top;
}
#menu2uvod #menu2_1.de a.menu2hlavni:hover{
  background:url(img/menu-2-de-1.png) right top;
}
#menu2uvod #menu2_2.de a.menu2hlavni:hover{
  background:url(img/menu-2-de-2.png) right top;
}
#menu2uvod #menu2_3.de a.menu2hlavni:hover{
  background:url(img/menu-2-de-3.png) right top;
}
#menu2uvod #menu2_4.de a.menu2hlavni:hover{
  background:url(img/menu-2-de-4.png) right top;
}



#menu2 ul, #menu2uvod ul{
	margin:0;
  padding:11px 10px 0 10px;
	list-style:none;
	border:0;
}
#menu2 ul li, #menu2uvod ul li{
	margin:0;
	padding:0;
  height:13px;
}
#menu2 ul li a, #menu2uvod ul li a{
	margin:1px 0;
	padding:0 0 0 13px;
  line-height:11px;
  font-size:11px;
  display:block;
  text-decoration:none;
  color:white;
  background:url(img/menu2-a.png) no-repeat left;
}
#menu2 ul li a:hover,#menu2 .menu_current a, #menu2uvod ul li a:hover, #menu2uvod .menu_current a{
  text-decoration:underline; 
	color:white;
}


#menu2 #menu2_novinky, #menu2uvod #menu2_novinky{
	margin:0 0 0 20px;
	padding:0;
	width:181px;
	float:left;
	background:transparent;
}
#menu2 #menu2_novinky h2, #menu2uvod #menu2_novinky h2{
	margin:0;
	padding:0 0 10px 0;
	line-height:1;
	font-size:15px;
	letter-spacing:0;
	text-transform:uppercase;
	color:#922828;
}
#menu2 #menu2_novinky div, #menu2uvod #menu2_novinky div{
	margin:0;
	padding:0;
	height:auto;
	text-align:justify;
	background:transparent;
}
#menu2 #menu2_novinky div *, #menu2uvod #menu2_novinky div *{
	margin:0;
	padding:0;
	height:auto;
	background:transparent;
}
#menu2 #menu2_novinky div, #menu2 #menu2_novinky div *, #menu2uvod #menu2_novinky div, #menu2uvod #menu2_novinky div *{
	font-size:11px;
}
#menu2 #menu2_novinky img, #menu2uvod #menu2_novinky img{
	margin:0;
	padding:0;
	display:block;
}
#menu2 #menu2_novinky a, #menu2uvod #menu2_novinky a{
	margin:0;
	padding:0;
	display:block;
	clear:both;
	text-align:right;
	text-decoration:none;
	color:#922828;
	border-bottom:1px solid #922828;
}
/* ***************************************************** */
/* ***************************************************** */
/* obsah stranky */
#obsah{
  margin:0;
  padding:20px;
  text-align:justify;
}
#obsah ul, #obsah ol{
	padding:10px;
	border:1px solid #c5c9d1;
	background:#d7dae0;
}
#obsah ul ul, #obsah ol ol{
	margin:0;
  padding:5px 10px;
  border:0;
}
#obsah ul li{
  margin-left:20px;
}
#obsah p{
	margin:10px 0;
}
/* ***************************************************** */
/* ***************************************************** */
/* paticka stranky */
#paticka {
	margin:0;
  padding:0;
	clear:both;
	width:100%;
	text-align:left;
  background:url(img/paticka.png) repeat-x bottom left white;
}
#paticka #copyright{
  display:none;
}

#paticka #paticka-text{
  margin:0;
  padding:16px 0;
  width:1007px;
  min-height:29px;
  line-height:15px;
	text-align:center;
  background:url(img/paticka-text.png) no-repeat left bottom;
}
#paticka-text, #paticka-text a{
	font-size: 10px;
	color: white;
	text-decoration:none;
}
#paticka-textticka a{
	border-bottom:1px dotted white;
}
#paticka-text a:hover{
	border-bottom:1px solid white;
	color:white;
}
/* ***************************************************** */
/* ***************************************************** */
/* menu stranky */
#paticka-text ul{
	margin:0;
  padding:0;
  float:left;
	list-style:none;
	border:0;
}
#paticka-text ul li{
	margin:0;
	padding:0 0 0 19px;
  float:left;
}
#paticka-text ul li a{
	margin:0;
	padding:0;
  display:block;
  text-decoration: none;
	text-transform:uppercase;
  color:white;
  border:0;
}
#paticka-text ul li a:hover,#paticka-text .menu_current a{
  text-decoration:underline; 
	color:white;
  border:0;
}
/* ***************************************************** */
/* ***************************************************** */
/* formulare */
.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 #2b3a46;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
	padding:2px 4px;
	border:1px solid #2b3a46;
}
.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 #2b3a46;
}
.form-odeslat{
	background:white;
	padding:2px 4px;
	color:#2b3a46;
	font-weight:bold;
	border:1px solid #2b3a46;
}
/* ***************************************************** */
/* ***************************************************** */
.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-nahledy a{
  margin:2px;
	padding:2px;
	display:block;
	float:left;
	border:1px solid #c5c9d1;
	background:#d7dae0;
}
.ramecek{
	padding:10px;
	border:1px solid #c5c9d1;
	background:#d7dae0;
}
/* ***************************************************** */
/* ***************************************************** */
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, #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 #2b3a46;
	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 2008                     */
/*             Jakub Kribik - LevneRychle[.]cz           */
/*                  info@levnerychle.cz                  */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
