@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both; 
}
.clearing {
	clear: both;
	width: 100%;
	height: 2px;
	font-size: 2px;
	line-height: 2px;
}
html, body {
     height: 100%;
}
body {
	position: relative;
	color: #152934;
	font-family: Source Sans Pro, Tahoma, sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: center; 
    min-height: 100%;
    _height: 100%;
	background: #b9c9d7 url("../obrazky/pozadi.jpg") top center repeat-x;
}
ul {
	list-style: none;
}
h1, h2, h3, h4, h5, form, ul, table, tr, td, p {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
}
a, a:hover, a:visited {
	color: #23ba13;
}
a:hover {
	text-decoration: none;
}
img {
	position: relative;
}
a img {
	border: 0;
}
table td {
	padding: 5px;
	text-align: left;
}
table th {
	padding: 5px;
	text-align: center;
}
table {
	width: 100%;
}
.right {
	text-align: right;
}
.tmavemodry {
	font-weight: bold;
    color: #26468b;	
}
.tmavemodry2 {
	font-weight: bold;
    color: #ffffff;	
    background-color:  #26468b;
}
.left {
	text-align: left;
}
.tucne {
	font-weight: bold;
}

#page {
	text-align: left;
    width: 960px;
	margin: 0 auto;
	position: relative;
    min-height: 100%;
    _height: 100%; 

}
#hlavicka {
	position: relative;
	height: 227px;
}
#paticka {
	line-height: 82px;
	height: 82px;
	background: url("../obrazky/dolni.png") bottom center repeat-x;		
}
#paticka-bottom-left {
	width: 50%;
	float: left;	
}
#paticka-bottom-right {
	width: 50%;
	float: right;	
	text-align: right;	
}
#obsah {
	padding-top: 30px;
	padding-left: 35px;
	padding-right: 35px;
    min-height: 100px;
    _height: 100px; 
	background: #ffffff url("../obrazky/horni.jpg") top center no-repeat;	
	padding-bottom: 15px;	
}
#levy {
	min-height: 100px;
    _height: 100px; 
	width: 585px;
	padding-right: 35px;
	float: left;

}
#pravy {
	min-height: 100px;
    _height: 100px; 
	width: 270px;
	float: left;	
}
#hlavicka-logo {
	width: 550px;
    height: 165px;
	float: left;
}
#hlavicka-obsah {
    height: 165px;
}
#hlavicka-kontakty {
	width: 200px;
    height: 165px;
	float: right;
}
h1, h2 {
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 20px;
    font-weight: 300;
 	font-family: Raleway, Tahoma, sans-serif;
	background: url("../obrazky/carka.png ") bottom left no-repeat;	
   padding-bottom: 10px;
}
h1 .tmavemodry, h2 .tmavemodry {
	font-size: 45px;	
	line-height: 50px;	
	font-weight: bold;
    color: #26468b;	
}
h2.mensi {
	font-size: 25px;
	line-height: 45px;
	margin-bottom: 20px;
    font-weight: 300;
 	font-family: Raleway, Tahoma, sans-serif;
	background: url("../obrazky/carka.png ") bottom left no-repeat;	
   padding-bottom: 10px;
}
h3 {
	font-size: 16px;
	margin-bottom: 15px;
    font-weight: bold;
}
h3.vetsi {
	font-size: 19px;
	margin-bottom: 15px;
    font-weight: bold;
 	font-family: Raleway, Tahoma, sans-serif;    
}
#anketa h3 {
	font-size: 16px;
	margin-bottom: 10px;
    font-weight: bold;
    color: #26468b;
}
#anketa {
    color: #26468b;
}
.form-cenik-vyhledat, .form-cenik-vyhledat-hover {
	margin-top: 10px;
	padding: 6px 0 6px 0;
	width: 120px;	
	font-weight: normal;
	color: #ffffff;
	text-align: center;	
	background-color: #23ba13;
    border: none;
	cursor: pointer;
	font-size: 14px;	
}
.form-cenik-vyhledat:hover, .form-cenik-vyhledat-hover {
	background-color: #aa0e12;
}
h4 {
	font-size: 15px;
	margin-bottom: 10px;
    font-weight: bold;
}
p {
	margin-bottom: 25px;
}
#hlavicka-menu {
	width: 100%;
}
#hlavicka-fotka {
	width: 100%;
	padding-bottom: 10px;
	background: url("../obrazky/stin.png") bottom center no-repeat;		
margin-bottom: 3px;
}
/*menu*/
#prepinac-menu {
	display: none;
}
#nav, #nav * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#nav {
	line-height:	1.0;
}
#nav ul {
	position:		absolute;
	top:			-999em;
	width:			15em; /* left offset of submenus need to match (see below) */
}
#nav ul ul {
	position:		static;

	width:			15em; /* left offset of submenus need to match (see below) */
}
#nav ul li {
	width:			100%;
}
#nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav li {
	float:			left;
	position:		relative;
}
#nav a {
	display:		block;
	position:		relative;
}

#nav li:hover ul,
#nav li.sfHover ul {
	left:			0;
	top:			51px; /* match top ul list item height */
	z-index:		99;
}
#nav li ul ul,
#nav li ul ul {
	left:			0;
	top:			51px; /* match top ul list item height */
	z-index:		99;
}

ul#nav li:hover li ul,
ul#nav li.sfHover li ul {
	top:			0em;
}
ul#nav li li:hover ul,
ul#nav li li.sfHover ul {
	left:			0px; 
	top:			0;
}
ul#nav li li:hover li ul,
ul#nav li li.sfHover li ul {
	top:			0em;
}

#nav {
	height: 51px;	
	padding-left: 0;
	width: 100%;
	background: url("../obrazky/menu-pozadi.gif") 0px 0px repeat-x;		
	margin-bottom: 15px;

}

#nav li {
	float: left;
	height: 51px;
	background: url("../obrazky/menu-pozadi.gif") 0px 0 repeat-x;		
}
#nav a {
 	font-family: Raleway, Tahoma, sans-serif;
 	font-weight: 500;	
	font-size: 17px;
	line-height: 51px;
	color: #ffffff;
	display: block;
	position: relative;
	text-decoration: none;
	/*padding: 0px 20px 0px 20px;*/
	padding: 0px 10px 0px 10px;
}
#nav li:hover {
	background: url("../obrazky/menu-pozadi-over.gif") 0px 0 repeat-x;	
}
#nav li:hover a {
	color: #ffffff;
}
#nav li.oddelovac {
	font-size: 0px;
	line-height: 0px;
	width: 2px;
	height: 51px;
	background: url("../obrazky/menu-delitko.gif") 0px 0 no-repeat;	
}
#nav li:hover li {
	height: auto;
	overflow: hidden;
}

#nav li:hover li a {
	color: #ffffff;
	height: auto;
}
#nav li ul { /* second-level lists */
	/*padding-top: 2px;*/
	position: absolute;
	background-color: #23ba13;
	width: 15em;
	border-top: 1px solid #ffffff;	
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a, #nav li.aktivni ul a { /* second-level lists */
	width: 15em;
	background-color: #23ba13;
	padding: 7px 0 4px 14px;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.25em;	
}
#nav li ul li, #nav li.aktivni ul li { /* second-level lists */
	width: 15em;
	border-bottom: 1px solid #ffffff;
}

#nav li ul a:hover, #nav li.aktivni ul a:hover { /* second-level lists */
	width: 15em;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.25em;		
	background: none;
	padding: 7px 0 4px 14px;
	background-color: #18800d;
	color: #ffffff;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul { /* lists nested under hovered list items */
	left: auto;
}





/*levy*/


#levy table {
	border: 1px solid #cccccc;
	margin-bottom: 20px;
}
#levy table th {
	border: 1px solid #cccccc;
}
#levy table td {
	border: 1px solid #cccccc;
}
table th {
	padding: 5px;
	text-align: center;
}
#levy ul li { 
	background: url("../obrazky/li.gif") 15px 9px no-repeat;	
	padding: 0px 0 10px 38px;		

	
}
#levy ul { 
	padding: 0px 0 10px 0px;		

	
}


.foto-blok {
	padding-bottom: 20px;
	}

	.foto-blok-obrazek {
		width: 100%;
		/*float: left;*/
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.foto-blok-obrazek:after {
  padding-top: 70%;
  display: block;
  content: '';
}
a.obr {
height: 96%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  display: block;
  text-align: center;
  margin: 5% 2%;
  overflow: hidden;
}
.foto-blok a.obr img {
	display: block;
	width: 100%;
	min-height: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.foto-blok-obal {
		width: 25%;
		float: left;
}
	#obsah-fotogalerie2 .foto-blok-obal {
		width: 100%;
		float: left;
}
.foto-blok-tlac {
		width: 96%;
		margin: 2%;
		float: left;
		height: 30px;
		color: #ffffff;
		background: url("../obrazky/prechod.png") center center repeat-x;		
		font-weight: bold;
		text-align: center;
		font-size: 14px;
		line-height: 30px;
		text-transform: uppercase;
		cursor: pointer;
}
#d8 .foto-blok-tlac {
		background: url("../obrazky/prechod3.png") center center repeat-x;		
}
.foto-blok-tlac:hover {
		background: url("../obrazky/prechod2.png") center center repeat-x;	
}
.foto-roh {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../obrazky/photo-hlasu.png") 0px 0px no-repeat;		
	position: absolute;
	top: 2px;
	right: 2px;
	line-height: 40px;
	text-align: center;
	color: black;
}
ul {
	padding-bottom: 15px;
}
ul li {
	padding-left: 10px;
	padding-bottom: 10px;
}
.dent {
	border-left: 1px solid #cccccc;
	margin-left: 20px;
}
.prispevek-diskuze {
	padding-left: 10px;
}
.prispevek-diskuze-nadpis {
	font-weight: bold;
}
.prispevek-diskuze-info {
	font-size: 11px;
	padding-bottom: 5px;
}
.prispevek-diskuze-text {
	padding-bottom: 5px;
	font-size: 14px;   	
}
.odpoved {
	padding-left: 10px;
    color: #26468b;	
    text-decoration: underline;
	font-size: 13px;    
	padding-bottom: 10px;	
	cursor: pointer;
}
.dynamicky-formular {
	padding: 10px;
	font-size: 14px;   		
}
#levy p.anotace {
	margin-bottom: 5px;		
}
#levy table.anotace-odkazy {
	margin-bottom: 25px;
	width: 100%;
	border: 0;		
}
#levy table.anotace-odkazy td{
	border: 0;		
	padding: 0;
}
.obal-aktuality {
	padding-bottom: 0px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 25px;
}
.obal-aktuality-komentare {
	padding-bottom: 0px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	margin-bottom: 25px;
	font-size: 15px;  
	line-height: 1.4em;	
}
.obal-aktuality-komentare-info {
	font-size: 12px;	
}
.obal-aktuality-tover {
	height: 273px;
	padding: 10px;
	background: url("../obrazky/box.png") 0px 0px no-repeat;		
	margin-bottom: 20px;
}
.mini {
	font-size: 12px;   		
}
#feedContainer {
	background-color: #e9e9e9;
	height: 150px;
	overflow-y: scroll; 		
}
#schovane-obrazky {
	display: none;		
}
#uvodni-animace {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	background: url("../obrazky/stin.png") bottom center no-repeat;		
	margin-bottom: 3px;	
	height: 283px;
}	
#uvodni-animace-obrazek {
	position: relative;	
	width: 960px;
	height: 283px;
	position: absolute;
	left: 0px;
	top: 0px;
}	
#fotka-aktivni {
	width: 960px;
	height: 283px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#fotka-pro-posun {
	width: 960px;
	height: 283px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}	
#uvodni-animace-prepinac {
	visibility: hidden;
}	