/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    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;
}
.cleaner{
	margin:0;
	padding:0;
	clear:both;
}
/* ***************************************************** */
/* ***************************************************** */
/* klasika telo stranky*/
body{
	text-align:center;
	background: url(img/body.png) repeat-x top #f7f0c8;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
  color: #333;
}
/* ***************************************************** */
/* ***************************************************** */
/* odkazy */
a {
  color:#ffb400;
  text-decoration:underline;
}
a:hover {
  color:#333;
  text-decoration:none; 
}
a, a:hover, a:focus, a:active{
	outline:0;
}
strong, b{

}
/* ***************************************************** */
/* ***************************************************** */
/*  nastaveni nadpisu  */
h1, h2, h3, h4, h5, h6 { 
  margin:5px auto; 
	line-height:1.2;
	color:#555;
}
h1 {
	margin:0;
	padding:0;
	font-size: 24px;
}
#header h1 a{
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}
h2 {
	margin:0;
	padding:5px;
	font-size:20px;
	color:white;
	background:#ffb400;
}
h3{
	font-size: 17px;
}
h4 {
  font-size: 15px;
}
h5{
	font-size: 13px;
}
h6{
	font-size: 11px;
}
/* ***************************************************** */
/* ***************************************************** */
/* obrazky */
img{
	border:0;
}
.img-left{ 
  display: block; 
  float: left;  
  margin: 0 10px 0 0; 
}
.img-right{ 
  display: block;  
  float: right;  
  margin: 0 0 0 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, div, pre{
	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;
}
/* ***************************************************** */
/* ***************************************************** */
/* hlavicka stranky */
#header{
	margin:0 auto;
	padding:10px 20px 25px 20px;
	width:967px;
	text-align:left;
	color:#555;
	background:url(img/main-top.png) no-repeat bottom center;
}
#header, #header a, #header strong{
	font-size:11px;
	color:#555;
}
#header a:hover{
  color:#222;
}
/* ***************************************************** */
/* ***************************************************** */
/* HLAVNI */
#main{
	margin:0 auto;
	padding:0px 20px 0 20px;
	width:967px;
	overflow:hidden;
	background:url(img/main.png) repeat-y center;
}
#main p#text, #main p#text2{
	margin:0;
	padding:0 10px 10px 10px;
	line-height:15px;
	font-size:13px;
	font-weight:bold;
	text-align:justify;
	overflow:hidden;
	color:#8eaa00;
}
#main p#text2{
	padding:10px;
}
.zajezd-nahled{
  margin:0;
	padding:0;
	width:50%;
	float:left;
	border:0;	
}
.zajezd-nahled h2, .zajezd-nahled h2 *{
	color:white;
}
.zajezd-nahled h2 .cesta{
	margin:0;
	padding:0;
	float:left;
	height:60px;
	width:60%;
	line-height:20px;
	text-align:left;
}
.zajezd-nahled h2 .cena{
	margin:0;
	padding:0;
	float:right;
	width:40%;
	height:60px;
	line-height:60px;
	text-align:right;
}
.zajezd-nahled .info-text{
	margin:0;
	padding:10px;
	float:left;
	text-align:justify;
	overflow:hidden;
}
.zajezd-nahled .img-hlavni{ 
  margin:0;
	padding:0 0 0 10px;
	display:block;  
  float:right;  
  height:130px;
	width:200px;
}
.zajezd-nahled .img-hlavni img{ 
  margin:0;
	padding:0;
  height:130px;
	width:200px;
}

/* ***************************************************** */
/* ***************************************************** */
/* paticka stranky */
#footer {
	margin:0 auto;
	padding:15px 0 0 0;
	width:1007px;
	min-height:30px;
	clear:both;
	text-align:center;
	background:url(img/main-bottom.png) no-repeat top center;
}
#footer, #footer a{
	font-size:10px;
	line-height:15px;
	color:#555;
	text-decoration:none;
}
#footer a{
	border-bottom:1px dotted #555;
}
#footer a:hover{
	border-bottom:1px solid #222;
	color:#222;
}
#footer img{
	margin:0;
	padding:0;
	text-decoration:none;
	vertical-align:middle;
	border:0;
}
/* ***************************************************** */
/* ***************************************************** */
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{
  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{
  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{
  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;
}
/* ***************************************************** */
/* ***************************************************** */
.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          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
