/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*       © 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.6;
	font-family: "Trebuchet", "Arial", "Helvetica", sans-serif;
}
/* ***************************************************** */
/* ***************************************************** */
/* klasika telo stranky*/
body{
  font-family: "Trebuchet", "Arial", "Helvetica", sans-serif;
	padding:0;
	background: url(img/body.jpg) repeat-x top white;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
  color: #333;
}
/* ***************************************************** */
/* ***************************************************** */
/* odkazy */
a {
  color:#516bb2;
  text-decoration:underline;
}
a:hover {
  color:black;
  text-decoration:none; 
}
a, a:hover, a:focus, a:active{
	outline:0;
}
strong{
	color:#516bb2;
}
/* ***************************************************** */
/* ***************************************************** */
/*  nastaveni nadpisu  */
h2, h3, h4, h5, h6 { 
  margin: 0; 
	padding: 0; 
	line-height: 1.2;
	color:#516bb2;
}
h2, h3, h4 {
  font-family: 'Calibri', 'Trebuchet MS', 'Verdana', sans-serif;
  padding-top: .2em;
}
h2 {
	margin:0 auto 5px;
	padding: 0;
	font-size: 16pt;
	letter-spacing: 1px;
}
h3{
	margin:5px auto;
	padding: 0;
	font-size: 14pt;
}
h4 {
  font-size: 12pt;
	margin-bottom:5px;
}
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;
}
table{
	margin:0;
	padding:0;
}

input[type=text], textarea{
	padding:3px 5px;
	border:2px solid #545654;
}
input[type=text]:hover, input[type=text]:focus, textarea:hover, textarea:focus{
	padding:3px 5px;
	border-color:#fc7a24;
}
input.tlacitko{
	padding:3px 5px;
	text-transform:uppercase;
	border:2px solid #545654;
	color:#545654;
	background:white;
}
input.tlacitko:hover{
	color:#fc7a24;
	border-color:#fc7a24;
}

*.box-blue, *.box-grey, *.box-silver{
	margin:10px auto;
	padding:10px;
	text-align:justify;
}
*.box-blue, *.box-blue *{
	color:white;
	background:#516bb2;
}
*.box-grey, *.box-grey *{
	color:white;
	background:#545654;
}
*.box-silver, *.box-silver *{
	color:#333;
	background:#eceeec;
}
/* ***************************************************** */
/* ***************************************************** */
/* obal stranky */
#hlavni{
  margin:0 auto;
	padding:0;
	width:700px;
  text-align:left;
}
/* ***************************************************** */
/* ***************************************************** */
/* hlavicka stranky */
#hlavicka{
	margin:0;
	padding:40px 0 0 0;
}
#hlavicka a#home{
  margin:0 0 5px 0;
	padding:0;
  display:block;
	width:373px;
	height:88px;
}
#hlavicka #hlavni-menu{
  margin:0;
  padding:15px 0 0 0;
	clear:both;
}
#hlavicka #hlavni-menu ul{
	list-style: none;
  padding: 0;
	margin: 0;
	border: 0;
}
#hlavicka #hlavni-menu ul li{
	padding: 0;
	margin: 0;
	height:53px;
	float:left;
}
#hlavicka #hlavni-menu ul li a{
  display:block;
	margin:0;
	padding:0 20px;
	line-height:53px;
  font-family: 'Calibri', 'Trebuchet MS', 'Verdana', sans-serif;
	font-size:15px;
	font-weight: bold;
	text-decoration: none;
	text-align:right;
  color: white;
}
#hlavicka #hlavni-menu ul li a:hover{
  text-decoration:none; 
	color:#9a9a9a;
	background:url(img/hlavni-menu-a-hover.jpg) no-repeat bottom center;
}
#hlavicka #hlavni-menu ul li a.menu_current{
  text-decoration:none; 
	color:#9a9a9a;
	background:url(img/hlavni-menu-a-focus.jpg) no-repeat bottom center;
}
/* ***************************************************** */
/* ***************************************************** */
/* obsah */
#obsah{
  float:left;
	width:480px;
  margin:20px 0 0 0;
  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;
}
/* ***************************************************** */
/* ***************************************************** */
/* pravy sloupec */
#pravy-sloupec{
	margin:20px 0 0 0;
	padding:0;
	width:200px;
	float:right;
}
#pravy-sloupec #prave-menu ul{
	list-style:none;
}
#pravy-sloupec #prave-menu ul li a{
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
#pravy-sloupec #prave-menu ul li a:hover{
	text-decoration:underline;
}
#pravy-sloupec #prave-menu ul li a.menu_current{
	font-weight:bold;
	color:#333;
}
#pravy-sloupec #prave-menu ul ul{
	margin-top:0;
	list-style: square;
}
#pravy-sloupec #prave-menu ul ul li a{
	text-transform: none;
	font-weight:normal;
}
/* ***************************************************** */
/* ***************************************************** */
/* paticka stranky */
#paticka {
	margin:0;
  padding:20px 0 0 0;
	clear:both;
	text-align: center;
  background: url(img/paticka.jpg) repeat-x top;
	width:100%;
}
#paticka, #paticka a{
	font-size: 11px;
	color: #808080;
	text-decoration:none;
}
#paticka a{
	border-bottom:1px dotted #808080;
}
#paticka a:hover{
	border-bottom:1px solid #333;
	color:#333;
}
/* ***************************************************** */
/* ***************************************************** */
/* 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;
}
/* ***************************************************** */
/* ***************************************************** */
/* NOVINKY */
.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;
}
/* FOTOGALERIE */
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;
}
/* NAVSTEVNI KNIHA */
table.gbentry {
  width: 98%;
  border: 1px solid #DCDCDC;
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.gbentry td.gbtitle {
  font-weight: bold;
  padding: 0 5px 0 5px;
  background-color: #DCDCDC;
  color: #000000;
}

table.gbentry td.gbcontent {
  padding: 5px; 
  background-color: #FFFFFF;
  color: #000000;
}

img.button {
  vertical-align: bottom;
}
/* ***************************************************** */
/* ***************************************************** */
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;
	width:99%;
	height: 400px;
	border: 2px solid #fc7a24;
	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                  */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
