/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2009                     */
/*             Jakub Kribik - LevneRychle[.]cz           */
/*                  info@levnerychle.cz                  */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
/* nastaveni pro vsechny elementy na strance*/
* {
  margin:0 auto;
  padding:0;
  font-size: 12px;
	line-height:1.5;
	font-family: "Tahoma", "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:#66a000;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
  color:#303030;
}
/* ***************************************************** */
/* ***************************************************** */
/* odkazy */
a {
  color:#68a500;
  text-decoration:none;
}
a:hover {
  color:#3e6200;
  text-decoration:none; 
}
a, a:hover, a:focus, a:active{
	outline:0;
}
strong, b{
	color:#3e6200;
}
#rightcolumn strong{
	color:white;
}
small, * small, small *{
	font-size:85%;
}
/* ***************************************************** */
/* ***************************************************** */
/*  nastaveni nadpisu  */
h1, h2, h3, h4, h5, h6 { 
  margin:5px auto;
  clear:both;
	line-height:1.2;
	text-align:left;
	overflow:hidden;
	color:#68a500;
}
h1, #leftcolumn h2, #rightcolumn h2{
	margin:0 0 5px 0;
	padding:0 0 0 8px;
	height:33px;
	display:block;
	line-height:33px;
	font-size:12px;
	font-weight:bold;
	color:white;
	border:1px solid #b8bfc7;
	background:url(img/header.png) repeat-x bottom #ace34b;
}
h1.magenta, #leftcolumn h2.magenta, #rightcolumn h2.magenta{
	background:url(img/header-magenta.png) repeat-x bottom #dd137b;
}
#rightcolumn h2{
	width:162px;
	position:relative;
	left:-10px;
	border-left:0px;
}
#content h1, #content h1 *, #content h1 *:hover{
	color:white;
}
h1 a:hover{
	text-decoration:underline;
}
h2, h2 * {
	font-size:18px;
}
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 5px 5px 0; 
}
.img-right{ 
  display:block;  
  float:right;  
  margin:0 0 0 5px; 
}
.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;
}
table th, table td{
  padding:2px 5px;
	border:1px solid;
}
table th{
	text-align:center;
	border:1px solid #92ce27;
  background:#f9ffef;
}
table tr:hover td{
	background:tranparent;
}


.input-text, .textarea, .input-submit{
	margin:0;
	background:url(img/input-text.png) repeat-x top white;
}
input, textarea, .input-text, .textarea, .input-submit{
	border:1px solid #b8bfc7;
}
input, textarea, select, .input-text, .textarea, .input-submit{
	padding:4px;
}
.input-submit{
	margin:4px 0 0 0;
	text-transform:uppercase;
	cursor:pointer;
	color:white;
	background:url(img/input-submit.png) repeat-x top #67a203;
}


#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;
}


.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right, *.right, .levy, *.levy{
	text-align:right;
}
/* ***************************************************** */
/* ***************************************************** */
/* obal stranky */
#layout{
	margin:0;
	padding:0;
	width:100%;
	background:url(img/layout.png) repeat-x top #dedede;
}
#layout2{
	margin:0;
	padding:0;
	width:100%;
	background:url(img/layout2.jpg) no-repeat center top;
}
#main{
	margin:0px auto;
	padding:0 0 20px 0;
	width:960px;
	text-align:left;
}
#content-left{
	margin:0;
	padding:0;
	width:780px;
	float:left;
}
#content{
  margin:0;
  padding:10px;
	width:578px;
	float:right;
  text-align:justify;
	border:1px solid #b8bfc7;
	background:white;
}
#leftcolumn{
	margin:0;
	padding:0;
	width:175px;
	float:left;
}
#rightcolumn{
	margin:15px 0 0 0;
	padding:10px;
	width:160px;
	float:right;
	text-align:left;
	background:url(img/rightcolumn.png) repeat-y left #8fc137;
}
/* ***************************************************** */
/* ***************************************************** */
/* hlavicka stranky */
#header{
	margin:0;
	padding:0 0 20px 0;
	height:206px;
}
#header a#home{
  margin:0;
	padding:0;
	width:450px;
	height:104px;
  display:block;
	float:left;
	text-indent:-9000px;
}
#header a#home:hover{
	text-decoration:none;
}
/* ***************************************************** */
/* ***************************************************** */
/* menu stranky */
#header #menu{
  margin:0;
  padding:68px 0 12px 10px;
  width:500px;
	height:24px;
  float:right;
}
#header #menu ul{
	margin:0;
  padding:0;
	list-style:none;
	border:0;
}
#header #menu ul li{
	margin:0;
	padding:0;
	height:24px;
	float:left;
}
#header #menu ul li a{
	margin:0;
	padding:0 15px;
  display:block;
	line-height:24px;
	font-size:15px;
  text-decoration:none;
  color:#b3b3b3;
}
#header #menu ul li a:hover{
  text-decoration:underline;
}
#header #menu li.active a{
	color:white;
}
/* ***************************************************** */
/* ***************************************************** */
/* vyhledavani */
#header #vyhledavani{
	margin:0;
	padding:35px 0 0 550px;
	clear:both;
}
#header #vyhledavani h2{
	margin:0;
	padding:0 10px;
	height:33px;
	float:left;
	line-height:33px;
	font-size:14px;
	font-weight:normal;
	color:#67a203;
}
#header #vyhledavani .input-text{
	padding:5px;
	width:200px;
}
/* ***************************************************** */
/* ***************************************************** */
/* obsah stranky */
#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;
}
#content fieldset{
  margin:5px 0;
  padding:0px;
  border:0px solid #ff6300;
}
/* ***************************************************** */
#content .zajezd-nahled{
	margin:10px 0;
	padding:0;
	width:576px;
	clear:both;
	overflow:hidden;
	border:1px solid #dbe9c3;
}
#content .zajezd-nahled h2{
	margin:0 auto 5px;
	padding:3px 10px;
	border-bottom:3px solid #92ce27;
  background:#f9ffef;
}
#content .zajezd-nahled h2, #content .zajezd-nahled h2 *{
	font-size:12px;
}
#content .zajezd-nahled h2 *{
	margin:0;
}
#content .zajezd-nahled h2 span.cesta{
  padding:0px;
  width:70%;
  float:left;
  text-align:left;
}
#content .zajezd-nahled h2 span.cena{
  width:25%;
  float:right;
  text-align:right;
}
#content .zajezd-nahled .info-text{
	margin:0;
	padding:0 0 0 10px;
	width:566px;
	float:left;
	text-align:justify;
}
#content .zajezd-nahled .info-text p{
	margin:0;
	padding:0;
	text-align:justify;
}
#content .zajezd-nahled .img-hlavni{ 
  margin:-5px 0 0 0;
	padding:0 0 0 10px;
	display:block;  
  float:right;  
  height:130px;
	width:200px;
}
#content .zajezd-nahled .img-hlavni img{ 
  margin:0;
	padding:0;
  height:130px;
	width:200px;
}
/* ***************************************************** */
#content .zajezd-detail a.predbeznaobjednavka{
	margin:0 0 10px 10px;
	padding:3px 10px 3px 10px;
	width:138px;
	clear:right;
  display:block;
	float:right;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
  color:white;
	border:1px solid #7caf20;
  background:#92ce27;
}
#content .zajezd-detail a.predbeznaobjednavka:hover{
  background:#658f1a;
}
#content .zajezd-detail .atribut{
	margin:0;
	padding:5px 0;
	float:left;
	font-weight: bold;
	color:#FF4500;
}
#content .zajezd-detail .fotografie{
	margin:0;
	padding:0 0 5px 10px;
	width:160px;
	float:right;
	clear:right;
}
#content .zajezd-detail .popis{
	margin:0;
	padding:0;
	clear:left;
}
#content .zajezd-detail fieldset.coment{
	margin:5px 0;
	padding:10px;
	border:1px solid #92ce27;
  background:#f9ffef;
}
#content .zajezd-detail .cenikzajezdu{
	text-align:left;
}




#content table.holy th, #content table.holy td{
  padding:0;
  border:0;
  background:0;
}
#content .prazdnytd{
	border:0;
	background:none;
	padding:0;
}
#content .prazdnytd:hover{
	border:0;
	background:none;
	padding:0;
}
#content .editacezajezdu, #content .editacezajezdu td{
  text-align: left;
}
#content .editacezajezdu input,#content .editacezajezdu input:hover,#content .editacezajezdu input:focus,#content .editacezajezdu textarea{
  text-align: left;
  border:0;
  background:none;
}
#content .editacezajezdu ,#content .editacezajezdu{
	padding-top:10px;
	text-align:left;
	color: #781717;
	border:0;
	background:#0099CC;
}
#content td.nadpis{
	width:550px;
	font-style:normal;
	text-align:left;
	color:#FFFFFF;
	background-color:#9cd43a;
}



#content .adminmenunastaveni{
  padding:5px 10px 0 10px;
  margin:0;
  text-align:left;
}
#content .adminmenunastaveni a{
  border-top:3px solid white;
  border-left:3px solid white;
  border-bottom: 3px solid #fbbf79;
  border-right: 3px solid #fbbf79;
  padding:2px 10px;
  margin: 0 10px 0 0;
}
#content .adminmenunastaveni a:hover{
  border-left:3px solid #fc8c1c;
  border-right:3px solid #fc8c1c;
  background: #FEEFDE;
}



#content .importxml, #content .importxml td{
  text-align: left;
}
#content .importxml input,#content .importxml input:hover,#content .importxml input:focus,#content .importxml textarea{
  text-align: left;
  border:0;
  background:none;
}
#content .tablenastaveni{
	margin: 0 auto;
	border: 1px solid White;
}
#content .tablenastaveni input,#content .tablenastaveni input:hover,#content .tablenastaveni input:focus,#content .tablenastaveni textarea{
  text-align: left;
  background:none;
}
#content .htmltextarea{
	height:300px;
	width:100%;
}
/* ***************************************************** */
/* ***************************************************** */
/* levy sloupec */
#leftcolumn .leftbox{
	margin:0 0 5px 0;
	padding:8px;
	border:1px solid #b8bfc7;
	background:white;
}
#leftcolumn h3{
	margin:0;
	padding:0;
	font-weight:normal;
}
#leftcolumn ul.leve-menu{
	margin:0;
	padding:0px;
	list-style: none;
}
#leftcolumn ul.leve-menu li{
  margin:0;
  padding:0;
}
#leftcolumn ul.leve-menu li a{
	padding-left:10px;
	display:block;
	text-align: left;
	color: #333;
}
#leftcolumn ul.leve-menu li a:hover{
  text-decoration:underline;
}
/* ***************************************************** */
/* ***************************************************** */
/* pravy sloupec */
#rightcolumn, #rightcolumn a{
	color:white;
}
#rightcolumn a:hover{
	text-decoration:underline;
}
#leftcolumn h3{
	margin:0;
	padding:0;
	font-weight:normal;
}


#rightcolumn ul.prave-menu{
	margin:0;
	padding:0 0 10px 0;
}
#rightcolumn ul.prave-menu li{
  margin:0;
  padding:0;
	list-style:none;
}
#rightcolumn ul.prave-menu li a{
	display:block;
	text-align:left;
}
#rightcolumn ul.prave-menu li a:hover{
  text-decoration:underline;
}
#rightcolumn ul.prave-menu li a.aktivni{
	font-weight:bold;
}
#rightcolumn ul.prave-menu ul{
	margin:0;
	padding:0 0 0 15px;
}


#rightcolumn #login{
	margin:0;
	padding:0;
}
#rightcolumn #login label{
	margin:0;
	padding:0;
	display:block;
}
#rightcolumn #login .input-text{
	width:145px;
}
#rightcolumn #login .input-submit{
	width:155px;
}


#rightcolumn ul.google-rss{
	margin:0;
	padding:0;
	list-style:none;
}
#rightcolumn ul.google-rss li{
	margin:0;
	padding:0 0 5px 0;
}
#rightcolumn ul.google-rss li a{
	margin:0;
	padding:0 0 5px 0;
	display:block;
	border-bottom:1px dotted white;
}
/* ***************************************************** */
/* ***************************************************** */
/* paticka stranky */ 
#footer{
  margin:0 auto;
	padding:20px 0;
	width:100%;
	clear:both;
	border-top:1px solid #979797;
	background:url(img/footer.png) repeat-x bottom #ade44c;
}
#footer-in{
	margin:0 auto;
	padding:0;
	width:1000px;
}
#footer-in, #footer-in *{
	font-size:10px;
	line-height:15px;
	color:white;
	text-decoration:none;
}
#footer-in a{
	border-bottom:1px dotted white;
}
#footer-in a:hover{
	border-bottom:1px solid white;
	color:white;
}
#footer-in img{
	margin:0;
	padding:0;
	text-decoration:none;
	vertical-align:middle;
	border:0;
}
.pixmedia-link{
	display:none;
}







table.hlavnistranka, table.hlavnistranka th,table.hlavnistranka tr,table.hlavnistranka td,table.hlavnistranka td:hover,table.hlavnistranka p,table.hlavnistranka img{
  margin:0;
  padding:0;
  border:0;
  background:none;
  text-align:right;
}
table.hlavnistranka{
	margin:0px auto;
	margin-bottom:0px;
	padding:0 5px;
}
table.hlavnistranka img{
	padding:0;
	margin:0;
}
table.hlavnistranka td{
	padding:5px;
}
table.hlavnistranka td:hover{
	padding:5px;
}
table.hlavnistranka .tabulkarozcestnik {
	font-size: 10px;
	border:1px solid #666666;
	border-top:0;
	padding:2px 5px 2px 0;
	margin:0;
	_margin-top:-5px;
	width:128px;
}
.reklama{
  margin:10px;
  padding:10px;
  border: 1px solid #EEEEEE;
  line-height:15px;
}
.reklama a{
}
.reklama p{
  padding:0;
  margin:0;
}
.reklama h1,.reklama h2,.reklama h3,.reklama h4{
  background:none;
  margin:0;
  padding:0;
  border:0;
  text-decoration:underline;
}


p.code{font-family: MS Sans Serif, Geneva, sans-serif ; font-weight: 600; font-size: 70%; color: #494949; letter-spacing: "0.3px"; }
p.code{margin: 1em auto; padding: .7em 0px .7em 1em;}
p.code{background-color: #f6f9f6;}


/* ***************************************************** */
/* ***************************************************** */
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                     */
/*             Jakub Kribik - LevneRychle[.]cz           */
/*                  info@levnerychle.cz                  */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
