/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2009                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
.noprint, .noprint *{
	display:none;
}
/* ***************************************************** */
/* ***************************************************** */
#header,#footer{
	display:block;
}
#header, #header *{
	font-size:20px;
  text-align:center;
	color:#333;
}
#footer, #footer *{
	text-align:center;
}
#footer ul, #footer ul *{
	display:none;
}
/* ***************************************************** */
/* ***************************************************** */
* {
  margin:0 auto;
  padding:0;
  font-size: 12px;
	line-height:1.6;
	font-family: "Arial", "Verdana", sans-serif;
}
/* ***************************************************** */
/* ***************************************************** */
/* klasika telo stranky*/
body{
	padding:10px 0;
}
body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, input, textarea, select {
  color: #333;
}
/* ***************************************************** */
/* ***************************************************** */
a, h1, h2, h3, h4, h5, h6{
	color:#333;
}
hr{
	border-top-color:#333;
}
table{
	margin:10px 0;
	padding:0;
  border:2px solid #333;
}
table th, table td{
  padding:2px 5px;  
  border:1px solid #333;
}
/* ***************************************************** */
/* ***************************************************** */
/* odkazy */
a {
  text-decoration:none;
}
/* ***************************************************** */
/* ***************************************************** */
/*  nastaveni nadpisu  */
h1, h2, h3, h4, h5, h6 { 
  margin: 0; 
	padding: 0; 
	line-height: 1.2;
  padding-top: .2em;
}
h1 {
	margin:5px auto;
	padding: 0;
	font-size: 18pt;
	font-style:italic;
	line-height:25px;
	letter-spacing: 1px;
}
h2{
	margin:5px auto;
	padding: 0;
	font-size: 15pt;
}
h3 {
  font-size: 13pt;
	margin-bottom:5px;
}
h4{
  font-size:11pt;
}
h5{
  font-size:10pt;
}
/* ***************************************************** */
/* ***************************************************** */
/* 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{
	height:0;
	clear:both;
	border-width:0;
	border-top-width:2px;
	border-top-style:solid;
}
li{
	margin-left:20px;
}
p, ul, div{
	margin:10px 0;
	text-align:justify;
}
/* ***************************************************** */
/* ***************************************************** */
#mapa {
  margin:10px auto;
	height: 400px;
	border: 1px solid #333;
}
#mapa *{
  color: black; 
	font-size: 11px; 
}
#mapa div{
	margin:0;
}
/* ***************************************************** */
/* ***************************************************** */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* ie win hack ~ height acts like min-height \*/
* html .clearfix {height: 1%;}
/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2009                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
