/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*       © 2008 Jakub Kribik - LevneRychle[.]cz          */
/*                  info@levnerychle.cz                  */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
/* nastaveni pro vsechny elementy na strance*/
* {
  margin:0 auto;
  padding:0;
  font-size: 13px;
	line-height:1.4;
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
}
.nodisplay, * .nodisplay{
  display:none;
}
/* ***************************************************** */
/* ***************************************************** */
/* klasika telo stranky*/
body{
	padding:5px 0;
  text-align:center;
	background:#17191b;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
  color: #ffffff;
}
/* ***************************************************** */
/* ***************************************************** */
/* odkazy */
a {
  color:#bd5454;
  text-decoration:underline;
}
a:hover {
  color:#a13d3d;
  text-decoration:none; 
}
a, a:hover, a:focus, a:active{
	outline:0;
}
strong, b{
	color:#bd5454;
}
/* ***************************************************** */
/* ***************************************************** */
/*  nastaveni nadpisu  */
h1, h2, h3, h4, h5, h6 { 
  margin: 20px auto 0px; 
	padding: 0; 
	font-family: "Arial", "Helvetica", "Verdana", sans-serif;
  padding-top: .2em;
	line-height: 1.2;
	color:#ffffff;
}
h2 {
	margin:0 auto 5px;
	padding: 0;
	font-size: 20px;
	letter-spacing: 1px;
}
h3{
	padding: 0;
	font-size: 17px;
}
h4 {
  font-size: 15px;
	margin-bottom:5px;
}
h5{
	font-size: 13px;
}
h6{
	font-size: 11px;
}
/* ***************************************************** */
/* ***************************************************** */
/* 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;
}
table th, table td{
  margin:0;
  padding:2px 5px;
}
table th{
  color:white;
  background:#65292e;
}
label.labelBlock{
  margin:2px 0;
  padding:0 5px;
  display:block;
  float:left;
  clear:both;
  width:200px;
  text-align:right;
}
input, select, textarea{
  margin:2px;
  padding:0;
  color:#16161a;
  border:1px solid #a13d3d;
}
input[type=text], input[type=submit], select, textarea{
  padding:2px 5px;
}
input[type=submit]{
  padding:2px 5px;
  text-transform:uppercase;
  color:#a13d3d;
}
#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:1007px;
  text-align:left;
	background:#16161a;
}
/* ***************************************************** */
/* ***************************************************** */
/* hlavicka stranky */
#hlavicka{
	margin:0 0 5px 0;
	padding:0;
  width:100%;
  height:345px;
  background:url(img/hlavicka.png) no-repeat top center #3d3f45;
}
#hlavicka h1{
	margin:0;
	padding:28px 0 0 0;
  width:540px;
  float:left;
}
#hlavicka a#home{
  margin:0;
	padding:0;
  width:100%;
  height:286px;
  display:block;
  text-indent:-9000px;
}

#hlavicka #flash{
  margin:0;
  padding:0;
  height:0px;
  width:1007px;
  position:relative;
  top:-286px;
}
/* ***************************************************** */
/* ***************************************************** */
/* lang */
#lang{
  margin:0;
  padding:0;
  height:28px;
  float:right;
}
#lang a{
  margin:0 10px 0 0;
  padding:0;
  line-height:28px;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
  color:white;
}
/* ***************************************************** */
/* ***************************************************** */
/* menu hlavni */
#menu{
  margin:0;
  padding:3px 0 2px 0;
  width:650px;
  height:25px;
  clear:both;
  float:left;
}
#menu ul{
	margin: 0;
  padding: 0;
	list-style: none;
	border: 0;
}
#menu ul li{
	margin:0;
	padding:0 5px 0 0;
  width:150px;
	height:25px;
  float:left;
}
#menu ul li a{
	margin:0;
	padding:0;
  display:block;
	line-height:25px;
  text-decoration: none;
	text-align:center;
	font-weight: bold;
  color: white;
  background:url(img/menu-hlavni-a.png) repeat-x left top #16161a;
}
#menu ul li a:hover,#menu .menu_current a{
  text-decoration:none;
	color:white;
  background:url(img/menu-hlavni-a-hover.png) repeat-x left top #65292e;
}
/* ***************************************************** */
/* ***************************************************** */
/* obsah stranky */
#obsah-plus-menu-leve{
  margin:0 0 5px 0;
  padding:0;
  width:840px;
  float:left;
}
#obsah{
  margin:0;
  padding:0;
	float:right;
	width:680px;
  text-align:justify;
}
#obsah ul, #obsah ol{
	padding:10px;
}
#obsah ul ul, #obsah ol ol{
	margin:0;
  padding:5px 10px;
  border:0;
}
#obsah ul li{
  margin-left:20px;
}
#obsah p{
	margin:10px 0;
}


#obsah #nabidka{
  margin:0;
  padding:0;
  width:680px;
  height:466px;
}
#obsah #nabidka a{
  margin:0 25px 0 0;
  padding:129px 10px 79px 10px;
  width:190px;
  height:25px;
  line-height:25px;
  display:block;
  float:left;
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
  color:white;
  background:no-repeat 0 0;
}
#obsah #nabidka a:hover{
  background-position:-210px 0;
}
#obsah #nabidka a#link1{
  background-image:url(img/home-nabidka-link1.png);
}
#obsah #nabidka a#link2{
  background-image:url(img/home-nabidka-link2.png);
}
#obsah #nabidka a#link3{
  margin:0;
  background-image:url(img/home-nabidka-link3.png);
}
#obsah #nabidka a#link4{
  background-image:url(img/home-nabidka-link4.png);
}
#obsah #nabidka a#link5{
  background-image:url(img/home-nabidka-link5.png);
}
#obsah #nabidka a#link6{
  margin:0;
  background-image:url(img/home-nabidka-link6.png);
}
/* ***************************************************** */
/* ***************************************************** */
/* menu leve */
#menu-leve{
  margin:0;
  padding:0 0 530px 0;
  width:150px;
  float:left;
  background:url(img/menu-leve-back.png) no-repeat bottom left #6a2a2f;
}
#menu-leve ul{
	list-style: none;
  padding: 0;
	margin: 0;
	border: 0;
}
#menu-leve ul li{
	margin: 0;
	padding: 0 0 5px 0;
	min-height:25px;
  background:#16161a;
}
#menu-leve ul li a{
	margin:0;
	padding:0 0 0 10px;
  display:block;
	line-height:25px;
  text-decoration: none;
	text-align:left;
	font-weight: bold;
  color: white;
  background:url(img/menu-leve-a.png) no-repeat left top #16161a;
}
#menu-leve ul li a:hover,#menu-leve .menu_current a{
  text-decoration:none; 
  background:#65292e;
	color:white;
}


#menu-leve ul li li{
  padding: 2px 0 0 0;
  min-height:18px;
}
#menu-leve ul li li a{
  padding:0 0 0 15px;
  font-size:80%;
  line-height:18px;
  background:transparent;
}
/* ***************************************************** */
/* ***************************************************** */
/* partneri */
#partneri{
  margin:0 0 5px 0;
  padding:0;
  width:150px;
  float:right;
  text-align:left;
}
#partneri h2{
  text-align:left;
}
/* ***************************************************** */
/* ***************************************************** */
/* paticka stranky */
#paticka {
	margin:0;
  padding:0 0 0 151px;
	clear:both;
	width:856px;
  height:30px;
	text-align: center;
  background:url(img/paticka.png) repeat-x left top #a13d3d;
}
#paticka #copyright{
  margin:0;
  padding:5px 0;
  clear:both;
  text-align:center;
}
#paticka #copyright, #paticka #copyright *{
  font-size:10px;
  text-decoration:none;
  border:0;
  color:#ccc;
}
#paticka #copyright img{
	margin:0;
	padding:0;
	text-decoration:none;
	vertical-align:middle;
	border:0;
}
/* ***************************************************** */
/* ***************************************************** */
/* menu paticka */
#menu-paticka{
  margin:0;
  padding:0;
  width:100%;
  height:30px;
  clear:both;
  float:left;
}
#menu-paticka ul{
	margin: 0;
  padding: 0;
	list-style: none;
	border: 0;
}
#menu-paticka ul li{
	margin:0;
	padding:0 5px 0 0;
	height:30px;
  float:left;
}
#menu-paticka ul li a{
	margin:0;
	padding:0 10px;
  display:block;
	line-height:30px;
  text-decoration: none;
	text-align:center;
	font-weight: bold;
  color: white;
}
#menu-paticka ul li a:hover,#menu-paticka .menu_current a{
  text-decoration:none;
	color:white;
  background:url(img/menu-hlavni-a.png) repeat-x left top #16161a;
}
/* ***************************************************** */
/* ***************************************************** */
/* 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 #bd5454;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
	padding:2px 4px;
	border:1px solid #bd5454;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #bd5454;
	padding-top: 10px;
	color: #bd5454;
}
.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 #bd5454;
}
.form-odeslat{
	background:white;
	padding:2px 4px;
	color:#bd5454;
	font-weight:bold;
	border:1px solid #bd5454;
}
/* ***************************************************** */
/* ***************************************************** */
.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, #obsah .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, #obsah .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, #obsah .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;
}
/* ***************************************************** */
/* ***************************************************** */
#mapa {
  margin:10px auto;
	height: 400px;
	border: 3px solid #bd5454;
	background: url(img/mapa.png) 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                  */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
