/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*       © 2008 Jakub Kribik - LevneRychle[.]cz          */
/*                  info@levnerychle.cz                  */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
/* nastaveni pro vsechny elementy na strance*/
* {
  margin:0 auto;
  padding:0;
  font-size: 9pt;
	line-height:22px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}
/* ***************************************************** */
/* ***************************************************** */
/* klasika telo stranky*/
body{
	padding:0;
	text-align:center;
  background: #111111;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
  font-family: "Verdana", "Arial", "Helvetica", sans-serif;
  color: #000;
}
/* ***************************************************** */
/* ***************************************************** */
/* odkazy */
a {
  color:#ff0000;
	font-weight:bold;
  text-decoration:underline;
}
a:hover {
  color:#ff0000;
  text-decoration:none; 
}
a, a:hover, a:focus, a:active{
	outline:0;
}
strong, b{
	margin:0;
	padding:2px 5px;
	color:#000;
	line-height:16px;
	border:1px solid #fadcdc;
	background:#f4eded;
}
/* ***************************************************** */
/* ***************************************************** */
/*  nastaveni nadpisu  */
h1, h2, h3, h4, h5, h6 { 
  margin: 5px auto;
	padding: 0; 
  font-family: 'Calibri', 'Trebuchet MS', 'Verdana', sans-serif;
  padding-top: .2em;
	line-height: 1.2;
	color:#000;
}
h2 {
	margin:0 auto 5px;
	padding: 0;
	font-size: 16pt;
	letter-spacing: 1px;
}
h3{
	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:10px 0;
	padding:0;
}
table.zvyraznena th{
	padding:5px;
	background:#C8C8C8;
}
table.zvyraznena td{
	padding:5px;
	border-right:1px solid #C8C8C8;
	border-bottom:1px solid #C8C8C8;
}
#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 */
#obal{
	margin:0;
	padding:0;
	width:100%;
	background:url(img/body.jpg) repeat-x top #dbdbdb;
}
#hlavni{
  margin:0 auto;
	width:830px;
	text-align:left;
	background:white;
}
/* ***************************************************** */
/* ***************************************************** */
/* menu stranky */
#menu-vrchni{
  margin:0;
  padding:0;
	width:100%;
  height:39px;
	background:url(img/body.jpg) repeat-x top #222222;
}
#menu-vrchni ul{
	list-style: none;
  padding: 0;
	margin: 0;
	border: 0;
}
#menu-vrchni ul li{
	padding: 0;
	margin: 0;
	height:39px;
	float:left;
}
#menu-vrchni ul li a{
	margin:1px 1px 4px 1px;
	padding:0 20px;
  display:block;
	line-height:34px;
	font-size:11px;
	text-decoration: none;
	text-align:center;
  color: white;
	background:transparent;
}
#menu-vrchni ul li a:hover{
	margin:0 0 3px 0;
	text-decoration: underline;
	border:1px solid #666666;
	background:url(img/menu-vrchni-a-hover.jpg) repeat-x bottom #323332;
}
#menu-vrchni .menu_current a{
	text-decoration: underline;
	font-weight: bold;
}
#menu-vrchni a#aerobic-studio{
	margin:0;
	padding:0;
	display:block;
	float:right;
	width:61px;
	height:36px;
	text-indent:-9000px;
	background:url(img/aerobic-studio.jpg) no-repeat top right;
}
/* ***************************************************** */
/* ***************************************************** */
/* hlavicka stranky */
#hlavicka{
	margin:0;
	padding:0;
	width:100%;
	height:440px;
	background:url(img/hlavicka-back.jpg) no-repeat bottom left;
}
#hlavicka #slovo-majitele{
	margin:0;
	padding:0 0 0 45px;
	display:block;
	float:right;
	width:128px;
	height:30px;
	line-height:30px;
	color:white;
	background:url(img/slovo-majitele-back.jpg) no-repeat top right #be0000;
}
#hlavicka h1{
	margin:0;
	padding:8px 0 0 62px;
	float:left;
}
#hlavicka a#home{
  margin:0;
	padding:0;
  display:block;
	width:152px;
	height:174px;
	text-indent:-9000px;
  background: url(img/bikestudio-cz.jpg) no-repeat -10px -10px;
}

#hlavicka p#adresa, #hlavicka p#kontakty{
	margin:0;
	padding:35px 0 0 0;
	display:block;
	float:left;
	clear:right;
}
#hlavicka p#adresa, #hlavicka p#kontakty, #hlavicka p#adresa *, #hlavicka p#kontakty *{
	line-height:30px;
}
#hlavicka p#adresa{
	margin-left:50px;
	width:150px;
}
#hlavicka p#kontakty{
	margin:0;
	width:400px;
}
#hlavicka p#kontakty #kontakty-web{
	padding-left:30px;
	display:block;
	background:url(img/kontakty-web.jpg) no-repeat left;
}
#hlavicka p#kontakty #kontakty-telefon{
	padding-left:30px;
	display:block;
	background:url(img/kontakty-telefon.jpg) no-repeat left;
}
#hlavicka p#kontakty #kontakty-email{
	padding-left:30px;
	display:block;
	background:url(img/kontakty-email.jpg) no-repeat left;
}
/* ***************************************************** */
/* ***************************************************** */
/* menu stranky */
#menu-hlavni{
  margin:0;
  padding:21px 0 0 65px;
	width:765px;
	height:237px;
	clear:both;
	background:url(img/hlavicka-back.jpg) no-repeat 0 -3px red;
}
#menu-hlavni ul{
	list-style: none;
  padding: 0;
	margin: 0;
	border: 0;
}
#menu-hlavni ul li{
	padding: 0;
	margin: 0;
	height:36px;
}
#menu-hlavni ul li a{
	margin:0;
	padding:0 0 0 40px;
  display:block;
	width:300px;
	line-height:36px;
	font-size:13px;
	font-weight: normal;
	text-decoration: none;
	text-transform:lowercase;
	text-align:left;
  color: white;
}
#menu-hlavni ul li a:hover{
	text-decoration: underline;
}
#menu-hlavni .menu_current a{
  font-weight: bold;
	text-decoration: none;
}
/* ***************************************************** */
/* ***************************************************** */
/* obsah stranky */
#obsah{
  margin:0;
  padding:20px 50px;
  text-align:justify;
}
#obsah ul{
	padding:15px;
	background:#cc0000;
}
#obsah li{
  margin-left:20px;
}
#obsah li, #obsah li a{
	color:white;
}
#obsah p{
	margin:10px 0;
}
/* ***************************************************** */
/* ***************************************************** */
/* paticka stranky */
#paticka {
	margin:0;
  padding:0;
	clear:both;
	width:100%;
	text-align: center;
  background: url(img/paticka-back.jpg) repeat-x top center;
}
#paticka #paticka-dekor{
	margin:0;
  padding:13px 0 0 0;
	clear:both;
	width:100%;
	min-height:58px;
	text-align: center;
  background: url(img/paticka-dekor.jpg) no-repeat top center;
}
#paticka, #paticka *{
	font-size: 11px;
	line-height:2;
	color: white;
	text-decoration:none;
}
#paticka a{
	border-bottom:1px dotted white;
}
#paticka a:hover{
	border-bottom:1px solid white;
	color:white;
}
/* ***************************************************** */
/* ***************************************************** */
/* 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;
}
/* ***************************************************** */
/* ***************************************************** */
.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: 1px solid white;
	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                  */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */