/* ************************************************** */
/* ************************************************** */
/*                                                    */
/*       © 2007 Jakub Kribik - LevneRychle[.]cz       */
/*                info@levnerychle.cz                 */
/*                                                    */
/* ************************************************** */
/* ************************************************** */
#levanabidka{
	display:none;
}
/* ************************************************** */
/* ************************************************** */
* {
  margin:0 auto;
  padding:0;
  font-size: 12px;
	line-height:1.6;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}
/* ************************************************** */
/* ************************************************** */
/* klasika telo stranky*/
body{
  background: url(img/body-back.png) #99cc44;
	padding:20px 0;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  color: #333;
}
/* ************************************************** */
/* ************************************************** */
/* odkazy */
a {
  color:#5A6E1E;
  text-decoration:none;
}
a:hover {
  color:black;
  text-decoration:underline; 
}
/* ************************************************** */
/* ************************************************** */
/*  nastaveni nadpisu  */
h2, h3, h4, h5 { 
  margin: 0; 
	padding: 0; 
	line-height: 1.2; 
}
h2, h3, h4 {
  font-family: 'Trebuchet MS', 'Verdana', sans-serif;
  padding-top: .2em;
}
h2 {
	margin:5px auto;
	padding: 0;
	font-size: 15pt;
	font-style:italic;
	line-height:25px;
	letter-spacing: 1px;
	color:#6E4C1E;
}
h3{
	margin:5px auto;
	padding: 0;
	font-size: 12pt;
	color:#6E4C1E;
}
h4 {
  font-size: 10pt;
  color:#6E4C1E;
	margin-bottom:5px;
}
h5{
	color:#6E4C1E;
}
h6{
	color:#6E4C1E;
}
/* ************************************************** */
/* ************************************************** */
/* 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{
	height:0;
	clear:both;
	border:0;
	border-top:2px solid #6E4C1E;
}
li{
	margin-left:20px;
}
p, ul, div{
	margin:10px 0;
	text-align:justify;
}
/* ************************************************** */
/* ************************************************** */
/* hlavicka stranky */
.hlavicka a{
	letter-spacing: 1px;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
  text-align:center;
	color:#6E4C1E;
}

/* ************************************************** */
/* ************************************************** */
.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%;}
/* ************************************************** */
/* ************************************************** */
/*                                                    */
/*       © 2007 Jakub Kribik - LevneRychle[.]cz       */
/*                info@levnerychle.cz                 */
/*                                                    */
/* ************************************************** */
/* ************************************************** */
