/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*       © 2008 Jakub Kribik - LevneRychle[.]cz          */
/*                  info@levnerychle.cz                  */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
/* nastaveni pro vsechny elementy na strance*/
* {
  margin:0 auto;
  padding:0;
  font-size: 9pt;
	line-height:1.4;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}
/* ***************************************************** */
/* ***************************************************** */
/* klasika telo stranky*/
body{
  text-align:center;
	background: url(img/body.jpg) repeat-x top #e0e0e0;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  color: #656565;
}
/* ***************************************************** */
/* ***************************************************** */
/* odkazy */
a {
  color:#f4a41b;
  text-decoration:underline;
}
a:hover {
  color:#2057a7;
  text-decoration:none; 
}
a, a:hover, a:focus, a:active{
	outline:0;
}
strong, b{
	color:#f4a41b;
}
input, textarea{
  color:#2057a7;
  border:1px solid #2057a7;
  background:#eeeeee;
}
input:focus, textarea:focus{
  color:#333;
  border:1px solid #f4a41b;
  background:white;
}
/* ***************************************************** */
/* ***************************************************** */
/*  nastaveni nadpisu  */
h1, h2, h3, h4, h5, h6 { 
  margin: 5px auto 0px; 
	padding: 0; 
  font-family: 'Calibri', 'Trebuchet MS', 'Verdana', sans-serif;
  padding-top: .2em;
	line-height: 1.2;
	color:#2057a7;
}
h2 {
	font-size: 19pt;
}
h3{
	font-size: 18pt;
}
h4 {
  font-size: 15pt;
	margin-bottom:5px;
}
h5{
	font-size: 13pt;
}
h6{
	font-size: 11pt;
}
/* ***************************************************** */
/* ***************************************************** */
/* 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;
}
table{
	margin:10px 0;
	padding:0;
}
#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 */
#hlavni{
  margin:0 auto;
	padding:0;
	width:990px;
  text-align:left;
	background:url(img/hlavni.jpg) repeat-x 0px 225px white;
}
/* ***************************************************** */
/* ***************************************************** */
/* hlavicka stranky */
h1#hlavicka{
	margin:0;
	padding:0;
	height:182px;
}
h1#hlavicka a#home{
  margin:0;
	padding:0;
  display:block;
	width:100%;
  height:182px;
	text-indent:-9000px;
  background: url(img/hlavicka.jpg) no-repeat center bottom;
}
h1#hlavicka a#home:hover{
	font-size:23px;
	color:#6E4C1E;
	text-decoration:none;
}
/* ***************************************************** */
/* ***************************************************** */
/* hlavni menu stranky */
#menu-hlavni{
  margin:0;
  padding:0 0 0 20px;
	height:43px;
	width:970px;
}
#menu-hlavni ul{
	list-style: none;
  padding: 0;
	margin: 0;
	border: 0;
}
#menu-hlavni ul li{
	margin:0;
	padding:14px 0 14px 23px;
	float:left;
	height:15px;
	line-height:15px;
	background:url(img/li-menu-hlavni.jpg) no-repeat 0px 17px;
}
#menu-hlavni ul li a{
	margin:0 23px 0 0;
	padding:0;
  display:block;
	line-height:15px;
	font-size:12px;
	font-weight: normal;
  text-decoration: none;
  color: #000;
	background: no-repeat left;
}
#menu-hlavni ul li a:hover{
	border-bottom:1px dotted;
}
#menu-hlavni .menu_current a,#menu-hlavni .menu_current a:hover{
	border-bottom:1px solid;
}
/* ***************************************************** */
/* ***************************************************** */
/* obsah stranky */
h2{
	margin:20px 0 0 0;
	padding:0 0 0 20px;
	width:242px;
	clear:both;
	float:left;
	text-align:left;
}
#obsah{
  margin:0;
  padding:0;
	min-height:480px;
	clear:both;
  text-align:justify;
	background:url(img/obsah.jpg) no-repeat left top #2453a5;
}
#obsah span#motto1, #obsah span#motto2{
	margin:0;
	padding:0 20px;
	width:222px;
	display:block;
	float:left;
	line-height:22px;
	font-size:16px;
	color:white;
}
#obsah span#motto1{
	margin-top:400px;
	color:#fca315;
}
#obsah-pravy{
	margin:-20px 0 0 0;
	padding:0 20px 20px 20px;
	width:688px;
	min-height:480px;
	float:right;
	background:url(img/tecka.jpg) repeat-y left top white;
}
#obsah-pravy ul, #obsah-pravy ol{
	padding:0 10px;
}
#obsah-pravy ul li{
  margin-left:20px;
	list-style-image:url(img/li-obsah.jpg);
}
#obsah-pravy p{
	margin:10px 0;
}

/* ***************************************************** */
/* ***************************************************** */
/* paticka stranky */
#paticka {
	margin:0;
  padding:5px 0;
	clear:both;
	width:100%;
	text-align: center;
}
#paticka, #paticka a{
	font-size: 9px;
	color: black;
	text-decoration:none;
}
#paticka a{
	border-bottom:1px dotted black;
}
#paticka a:hover{
	border-bottom:1px solid #1e5bab;
	color:#1e5bab;
}
/* ***************************************************** */
/* ***************************************************** */
/* 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: 200px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 200px;
	padding:2px 4px;
	border:1px solid #2057a7;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
	padding:2px 4px;
	border:1px solid #2057a7;
}
.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 #2057a7;
}
.form-odeslat{
	background:white;
	padding:2px 4px;
	color:#2057a7;
	font-weight:bold;
	border:1px solid #2057a7;
}
.form-odeslat:hover{
	color:#f4a41b;
	border:1px solid #f4a41b;
}
/* ***************************************************** */
/* ***************************************************** */
.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-foto{
	margin:0;
	padding:0;
	text-align:center;
}
div#fotogalerie-foto img{
	margin:0 auto;
}
/* ***************************************************** */
/* ***************************************************** */
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 0;
	padding:5px 10px;
	font-weight:bold;
	color: Green;
	border-top:1px solid Green;
	border-bottom:1px solid Green;
	background: #E1FFE1;
}
.err{
	margin:10px 0;
	padding:5px 10px;
	font-weight:bold;
	color:#c00000;
	border-top:1px solid #c00000;
	border-bottom:1px solid #c00000;
	background: #FFB9B9;
}
/* ***************************************************** */
/* ***************************************************** */
#mapa {
  margin:10px auto;
	height: 400px;
	border: 2px solid #2057a7;
	background: url(img/mapa.jpg) top left no-repeat;
}
#mapa *{
  color: black; 
	font-size: 11px; 
}
#mapa div{
	margin:0;
}
/* ***************************************************** */
/* ***************************************************** */
.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 */
/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*       © 2008 Jakub Kribik - LevneRychle[.]cz          */
/*                  info@levnerychle.cz                  */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */