/* ************************************************************************************************************************* */
/* ************************************************************************************************************************* */
/*                                                                                                                           */
/*                                       © 2007 Jakub Kribik - LevneRychle[.]cz                                              */
/*                                                info@levnerychle.cz                                                        */
/*                                                                                                                           */
/* ************************************************************************************************************************* */
/* ************************************************************************************************************************* */
/* nastaveni pro vsechny elementy na strance*/
* {
  margin:0 auto;
  padding:0;
  font-size: 9pt;
	line-height:1.6;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}
/******************************************************************************************************************/
/******************************************************************************************************************/
/* klasika telo stranky*/
body{
  background: url(img/body.jpg) repeat-y center #b0d2eb;
	padding: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:#285577;
  text-decoration:underline;
}
a:hover {
  color:black;
  text-decoration:none; 
}
strong{
	color:#285577;
}
/* ************************************************************************************************************************* */
/* ************************************************************************************************************************* */
/*  nastaveni nadpisu  */
h2, h3, h4, h5, h6 { 
  margin: 0; 
	padding: 0; 
	line-height: 1.2;
	color:#285577;
}
h2, h3, h4 {
  font-family: 'Trebuchet MS', 'Verdana', sans-serif;
  padding-top: .2em;
}
h2 {
	margin:0 auto 5px;
	padding: 0;
	font-size: 16pt;
	font-style:italic;
	letter-spacing: 1px;
}
h3{
	margin:5px auto;
	padding:2px 0;
	border-bottom:3px double #285577;
	font-size: 14pt;
}
h4 {
  font-size: 12pt;
	margin-bottom:5px;
	padding:2px 0;
	border-bottom:1px solid #285577;
}
h5{
	font-size: 10pt;
}
h6{
	font-size: 9pt;
}
/******************************************************************************************************************/
/******************************************************************************************************************/
/* 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;
}
p, ul, div{
	margin:10px 0;
	text-align:justify;
}
/******************************************************************************************************************/
/******************************************************************************************************************/
/* obal stranky */
.hlavni{
  width:996px;
  text-align:left;
	margin:0 auto;
	padding:0;
	background:white;
}
/******************************************************************************************************************/
/******************************************************************************************************************/
/* hlavicka stranky */
.hlavicka{
	margin:0;
	padding:0;
  line-height:20px;
	font-size:20px;
}
.hlavicka a{
  display:block;
  margin:0;
  padding:0;
	height:235px;
	position:relative;
	z-index:50;
	margin-top:-20px;
  background: url(img/hlavicka.jpg) no-repeat left bottom;
}
.hlavicka a:hover{
  
}
/******************************************************************************************************************/
/******************************************************************************************************************/
/* obsah stranky */
.obsah{
  float:right;
	width:750px;
  margin:0 20px 20px 20px;
  padding:0px;
  text-align:justify;
  line-height:16px;
}
.obsah h1{
  font-size:16px;
  color:#333333;
  margin:0 0 5px 0;
}
.obsah li{
  margin-left:20px;
}
.obsah p{
	margin:10px 0;
}
/******************************************************************************************************************/
/******************************************************************************************************************/
/* menu stranky */
.levemenu{
  float:left;
  margin:0 0 20px 0;
  padding:0;
  width:200px;
}
.levemenu ul{
	list-style: none;
  padding: 0;
	margin: 0;
	border: 0;
}
.levemenu ul li{
	padding: 0;
	margin: 0;
	height:25px;
}
.levemenu ul li a{
  display:block;
	margin-top:2px;
	padding:0 10px;
	line-height:25px;
  color: #285577;
  text-decoration: none;
	text-align:right;
	font-weight: bold;
}
.levemenu ul li a:hover,.levemenu .menu_current a{
  text-decoration:none; 
  background:#285577;
	color:white;
}

.levemenu div#info-kontakty{
	height:224px;
	background:url(img/info-kontakty.jpg) no-repeat center;
}
.levemenu div#info-kontakty h4{
	margin:0;
	padding:45px 0 0 20px;
	border:0;
}
.levemenu div#info-kontakty p{
	margin:0;
	padding:0 0 0 25px;
	text-align:left;
	line-height:16px;
	vertical-align:middle;
}
.levemenu div#info-kontakty p span.mezera{
	display:block;
	margin:0;
	padding:0;
	height:8px;
	font-size:8px;
	line-height:8px;
}
/******************************************************************************************************************/
/******************************************************************************************************************/
/* paticka stranky */
.paticka {
	clear:both;
	margin:0;
  padding:15px 0 0 0;
	width:100%;
	text-align: center;
  background: #285577;
}
.paticka, .paticka p, .paticka a{
	font-size: 9px;
	color: white;
	text-decoration:none;
}
.paticka a{
	visibility: hidden;
}
.paticka a:hover{
	text-decoration: underline;
}
/******************************************************************************************************************/
/******************************************************************************************************************/
/* 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 #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;
}
/******************************************************************************************************************/
/******************************************************************************************************************/
a#zpetnyodkaz{
	display:block;
	padding:5px 0;
	text-align:center;
	font-weight:normal;
	font-size:10px;
}
.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; }
/* ************************************************************************************************************************* */
/* ************************************************************************************************************************* */
.cenik{
	margin:10px 0;
}
.cenik th{
	padding:4px 4px;
	background: #6E4C1E;
	color:white;
}
.cenik td{
	padding:3px 4px;
	background: none;
	border:1px solid #6E4C1E;
	border-width:0 1px 1px 0;
	color: black;
}
.cenik .levy{
	border:1px solid #6E4C1E;
	border-width:0 0 1px 1px;
}
/* ************************************************************************************************************************* */
/* ************************************************************************************************************************* */
.clearfix:after,.paticka ul:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix,.paticka ul {display: inline-block;}
/* ie win hack ~ height acts like min-height \*/
* html .clearfix, * html .paticka ul {height: 1%;}
/* end comment required */
/* ************************************************************************************************************************* */
/* ************************************************************************************************************************* */
/*                                                                                                                           */
/*                                       © 2007 Jakub Kribik - LevneRychle[.]cz                                              */
/*                                                info@levnerychle.cz                                                        */
/*                                                                                                                           */
/* ************************************************************************************************************************* */
/* ************************************************************************************************************************* */