
 body {
  margin: 0;
  padding: 0;
  font-family:  'Montserrat', sans-serif;
  font-size: 14px;
  background-color: #D8ECE0;/*#F8F4EF; leto  #D8ECE0; zima*/
  /*color:#09717E;  #D5602C; leto  #09717E; zima*/
  }

.odkazy {
 display:none; 
}

.hlavickal{
  width:70%;
	height:90px;
  cursor:pointer;
  color:#ffffff;
	font-size: 46px;
	font-weight: bold;
  }
  

.logo_hlavicka{
  width:60px;
  margin-top:24px;
  margin-left:6%;
  border:0;
  float:left
  }

.text1_hlavicka {
  margin-top:34px;
  margin-left:1%;
  font-size:28px;
  float:left;
  font-weight:bold;
  }
  
 .text2_hlavicka {
  margin-top:34px;
  margin-left:1%;
  font-size:28px;
  font-weight:normal;
  float:left
  } 

.login{
  margin-right:15%;
  color:#F0F0F0;
  font-size:13px;
  height:38px;
  
  }

.login1{
  padding-left:7px;
  border:1px solid #c0c0c0;
   color:#000000;
  font-size:13px;
  width:100px;
  height:15px;
  border-radius:7px;
     border: 1px solid #CfCfCf;
}

.login2{
  padding-left:7px;
  border:1px solid #c0c0c0;
  color:#000000;
  font-size:13px;
  width:100px;
  height:15px;
  border-radius:7px;
  vertical-align:top;
     border: 1px solid #CfCfCf;;
}

.submitlogin {
    width: 45px;
    height: 45px;
    border-radius: 22px;
    font-size: 10px;
    border: 1px solid #fff;
    position: absolute;
    top: 45px;
    padding-left: 4px;
}

.dat_svatek{
  font-size: 11px;
  margin-top:22px;
  margin-left:-80px;
  color:#F0F0F0;
  }


.hlavickap{
  width:270px;
  background-position:right top;
  color:#ffffff;
	font-size:20px;
	font-weight: bold;
  }
  
.kontakt{
  color:#ffffff;
  padding-bottom: 30px;
}

a {
	color: #fff;
  }

h1{
 color:#4F4F4F ;       
 font-size: 1.6vw;
 margin: 0;
 margin-top: 20px;
}

h2{
 color:#808080;        
 font-size: 18px;
 margin: 0;
 line-height:22px;
 padding-left:10px;
 padding-top:5px;
}

h3{
 color:#075890; /*#00000; leto   #075890; zima*/
 font-size: 12px;
  margin: 0;
  height:22px;
 padding-left:10px;
 padding-top:5px;
}


.hlavni{
  font-size: 14px;
  text-align: left;
  background-image:url('images/bodyFS_leto.jpg');
  background-repeat:no-repeat; 
  background-position:center top;
  width:100%;
  max-width:1350px;
  min-height:1250px;
  border-top:1px solid #ffffff;
}  
 /* background-image:url(images/pozadi.png);*/

/* ********************************
     horizontalni menu 
   ******************************** */
#menu {
  background-position:0px -91px;
  padding-left:7px;
  }



	#nav {
    margin-left: 65px;
    margin-top: -20px;
    font-size:0.9vw;
	}

.oddelovac{

  text-align:center;
  border-top: 1px solid #7d7d7d;
  height:5px;
  }

#nav li {
  margin: 0 3px;
	padding: 0 0 2px;
	float: left;
	position: relative;
	list-style: none;
	z-index: 500;
  }


/* main level link */
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding:  6px 14px;
	margin: 0;
  /*
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	 text-shadow: 0 1px 1px rgba(0,0,0, .3);
	*/ 
  }
#nav a:hover {
	background: #CFCFCF;
	font-weight:bold
  color: #FFCC00;
  }
/* main level link hover */
#nav .current a, #nav li:hover > a {
	 
	color: #000000;
 /*
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
 	text-shadow: 0 1px 0 rgba(255,255,255, 1);
 */	
  }
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #AAAAAA;
/*
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
*/
  }
  
#nav li.curent {
    background: #FFFFFF;
    padding-bottom:1px;
  }


#nav li.curent a {
  color: #000000;
	font-weight:bold
  }
  

  
#nav ul a:hover {
	background: #458873 url(images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}
/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 300px;
	position: absolute;
	top: 35px;
	left: 0;
	background: url(images/gradient.png) repeat-x 0 0 #FCFCFC;
	border: solid 1px #b4b4b4;
  }

#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
  }
#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
  }
/* level 3+ list */
#nav ul ul {
	left: 169px;
	top: -3px;
}
/* rounded corners of first and last link */
#nav ul li:first-child > a {

}

#nav ul li:last-child > a {

}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
  }
#nav {
	display: inline-block;
  } 
html[xmlns] #nav {
	display: block;
  }
 
* html #nav {
	height: 1%;
  }
/* ********************************
     hledej  
   ******************************** */
.hledej{
  padding-top:8px;
  padding-left:505px;
  height:31px;
  width:225px;
}
   /* ********************************
     TOP nabídka 
   ******************************** */

.topnabidka {
  line-height:24px;
  text-align:left;
  padding-left:20px;
  width:97%;
  color:#E7F289;
  /*border:1px solid #808080;*/
  height:24px;
}

#topnabidka{
  width:100%;
  font-weight:bold;
  font-size:12px;
  border:0px;
  margin-top:-8px;
  color:#E7F289;
  background-color: transparent;
  float:left; 
  }

.klik_nabidka{
    padding-left:40px;
    font-size:11px;
    float:left;
}

.nadpis1{
 margin-top:50px;
 width:97%;
 font-size:4vw;
 font-weight:normal;
 text-align:center;
 color:#ffffff;
 }
 
 .nadpis2{
 width:97%;
 font-size:4vw;
 text-align:center;
 color:#ffffff;
 font-weight:bold;
 margin-bottom:40px;
 }
  
  
  /* ********************************
     rozbalovací vertikalni menu 
   ******************************** */
.vmenuSt{
  margin-top:7px;
  padding: 0;
  text-align:left;
  margin-right:5px;
}
/*hlavní položka */

.vmenuHl{
  border:1px solid #7BAACA;
  /*  background: url(images/gradient.png) repeat-x 0 -95px #9999C7;*/ 
  border:1px solid #404040;
  background: url(images/gradient.png) repeat-x 0 -95px #808080; /*leto*/
  display: block;
	padding:  4px 10px;
  margin: 0;
  height:30px;
  line-height:30px;
}

.vmenuHl a{  
  color:#ffffff; /*zima*/
  font-weight:bold;
	font-size:13px;
	text-decoration: none;
}
.vmenuHl a:Hover{  
  color:#B90000;
	font-weight:bold;
	font-size:13px;
	text-decoration: none;
}

/*vybraná hlavní položka */
.vmenuHlv{
  border-bottom:1px solid #7BAACA;
  border-right:1px solid #7BAACA;
  border-left:1px solid #7BAACA;
  background: url(images/gradient.png) repeat-x 0 -95px #FFFFFF;
  display: block;
	padding:  4px 10px;
	margin-top: 0px;
}
.vmenuHlv a{  
  color:#075890; /*zima*/
	font-weight:bold;
	font-size:13px;
	text-decoration: none;
    height: 30px;
    line-height: 30px;
}
.vmenuHlv a:Hover{  
  color:#B90000;
	font-weight:bold;
	font-size:13px;
	text-decoration: none;
}

/*položky v rozbaleném menu*/ 
 .vmenuSub{
  width: 400px;
  border-left:1px solid #8f8f8f;
  border-top:1px solid #075890;
 	font-size:12px;
  display: block;
	padding-top: 4px;
	padding-bottom: 5px;
  padding-left: 4px;
  margin-left: 10px;
   background: url(images/gradient.png) repeat-x 0 -95px #cfcfcf;
   height: 30px;
    line-height: 30px;
}

.vmenuSub a{
  /*color:#075890; zima*/
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
} 

.vmenuSub a:Hover{
 color:#B90000;
 }  
.submenu{	
  width: 180px;
  }

/* ********************************
     Listbox
   ******************************** 
   hlavicka   */
.filtr {
  width: 100%;
  border:1px solid #000000; 
  }
/*
th {
  background-color:#EDEDEE;
  border-right:solid 1px #999999;
  border-bottom:solid 1px #999999;
  text-align:center;
  }
*/    

  
.radek_licha {
  cursor:pointer;
  background-color: #E1E1E1;
  }
.radek_licha:hover {
  background-color: #F1F1E1;
  }

.radek_suda {
  cursor:pointer;
  background-color: #E9E9E9;
  }

.radek_suda:hover {
  background-color: #F1F1E1;
  }

/* ********************************
     Chybový řádek
   ******************************** */

.chyby{
	color:#FF0000;
	height:20px;
	border-bottom:double #999999;
  }

/* ********************************
     <DIV> obsah - detail
  ******************************** */


#obsah {
  width: 100% !important;
  max-width:1340px;
  margin-left:3%;
  margin-top:8px;
  border:1px  outset #C0c0c0;
  background: url(images/gradient.png) no-repeat -150px #f0f0f0 !important;
  padding: 20px 30px 30px 30px;
  min-height:560px;
  margin-bottom: 30px;
}

#obsah a{
 color:#000000;
 font-weight: bolder;

}


#obsah #dialog table{
 border:1px solid #ffffff;
 /*max-width: 87%;*/
  }

#obsah #dialog table td{
 padding-left: 5px;
 padding-right: 5px;
 border-left:1px solid #ffffff;
 border-bottom:1px solid #ffffff;
 /*background: url(images/gradient.png) repeat-x 0 -100px !important;*/
 width:160px;
}



#dialog{
  text-align:justify;
  width:100%;
/* border-spacing: 6px 4px ;
  border-right:1px solid #efefef;*/
}

.vpravo{
  text-align:right;
  padding-right:50px;
}

.galerie{
	text-align:center;
/*	float:left;*/
	margin-top:4px;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:0px;
	background-color: #C0C0C0;
	width:100%;
	border : 1px solid White;
}

/* ovládací tlačítka ke galerii */
.obrazek_nadpis{
	color : #000000;
	font-size : 14px;
	background-color: #ffffff;
}
.galerie_ovladani{
	z-index:900;
	top:2px;
	left:5px;
	float:left;
	background-color: #ffffff;

}
.posuvnikl{
  background-image:url(_images/vlevo.png);
  width:42px;
  height:26px;
  float:left;
}


.presun{
  background-image:url(_images/presun.png);
  margin-left:5px;
  width:38px;
  height:26px;
  float:left;
}


.zastav{
  background-image:url(_images/prezentace.png);
  margin-left:5px;
  width:23px;
  height:26px;
  float:left;
}

.posuvnikp{
  background-image:url(_images/vpravo.png);
  margin-left:5px;
  width:42px;
  height:26px;
  float:left;
}


.galerie_zavri{
  background-image:url(_images/zavri.png);
  margin-right:5px;
  width:30px;
  height:26px;
  float:right;
}

/************/

.galerie_obr_seznam{
	cursor:pointer;
	padding:6px 4px 4px 6px;
	height:140px;
/*border : 1px solid Maroon;*/
}

.galerie_obr_seznam img{
   width:80%;
}

.galerie_obrazek{
	display:none;
	position:absolute;
	left:200px;
	top:20px;
	margin-top:20px;
	text-align:center;
	border-spacing: 5px 3px ;
	z-index:600;
	/*border-left: 4px solid #123889;
	border-top: 4px solid #123889;
	border-right: 4px solid #123889;
	border-bottom: 5px solid #123889;*/
	background-color: #ffffff;
	cursor:pointer;
}
.vicefoto{
 display:none;
 }


/* ********************
    záložky
   ******************* */
#navcontainer
{
background-position:left;
margin: 0 auto;
padding: 0 0 0 0;
text-transform: lowercase;
}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
/*content: ".";*/
display: block;
line-height: 0px;
font-size: 12px;
clear: both;
}

ul#navlist
{
text-align:center;
list-style: none;
padding: 0px;
margin: 0px;
width: 100%;
font-size: 11px;
}

ul#navlist li
{
display: block;
float: left;
width: 124px;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;

width: 100%;
padding: 5px;
border-width: 0px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background-image:url(../../_images/zalozka0.gif);
height:12px;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background-image:url(../../_images/zalozka1.gif);
color: #800000;
height:12px;
}

ul#navlist li a:hover, ul#navlist li#active a:hover{
  color: #800000;
  background-image:url(../../_images/zalozka1.gif);
  height:12px;
  }

/* ********************************
     <table> obsah zálozky - osoby...
   ******************************** */
.obsahzalozky{
  margin-top:30px;
  /*border-left:2px solid #999999;
  border-top:2px solid #dfdfdf;
  width: 740px;   */
  }


/* ********************************
     listování
   ******************************** */
#listovani1{
  font-size: 12px;
}

.dlist{
  margin-left:2px;
  text-align:center;
  border:1px solid #a0a0a0;
  height:16px;
  width:27px;
  float : left;
  border-radius: 25px 50px 0px;
  font-size:9px;
  line-height:16px;
 }

#stranka1{
      border-radius: 25px 50px 0px;
    width: 30px !important;
    padding-right: 7px;
}

inputslist{
  border:none;
  border-bottom:1px solid #999999;
  border-right:1px solid #999999;
  height:18px;
  }

/* ********************************
     Pata stránky
   ******************************** */
td.pata  {
  padding-top:20px;
/*  background-image:url(images/bodyFS_pata.jpg) !important;*/
  background-repeat:no-repeat; 
  background-position:center bottom;
  color:#ffffff;
  font-size: 12px;
  /*height:112px;*/
  }

a.pata {
  color:#ffffff;
  
  }

.patal {
/*background: #458873 url(images/gradient.png) repeat-x 0 -100px !important;
border-bottom:solid 1px #666666;

background: url(images/head.png) repeat-x bottom;
border-top:1px solid #ffffff;*/
font-size: 12px;
/*height:180px;*/
line-height:22px;
padding-left:4%;
float:left;
/*margin-top:450px; 
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
*/	
}

.patap {
  /*border-top:1px solid #ffffff;
  background: url(images/head.png) repeat-x bottom;*/
  font-size: 12px;
  height:42px;
  line-height:22px;
  margin-left:40%;
 /* margin-top:450px;*/
}

#pata-debugger {
background-color: #000000;
/*background: #8DDBC4 url(images/gradient.png) repeat-x 0 -40;
float: bottom;
border: 3px 3px 3px 3px;
*/
margin: 10px 10px 10px 10px;
}

/* ********************************
     Obecné
   ******************************** */
.skryty
{
display:none;
} 
  
.tlacitko{
  font-family : Arial, Sans-Serif;
  font-size : 11px;
  height : 22px;
  color : black;
  border-color : #e7e5e5 #6699cc #e7e5e5 #e7e5e5;
  background-color : #e7e5e5;
  text-align: center;
  }

.inputs{
  border-left:1px solid #afafaf;
  border-top:1px solid #afafaf;
  border-right:2px solid #afafaf;
  border-bottom:2px solid #afafaf;
  padding-left:2px;
  height:15px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  }

.inputs_h{
  background-color : #99CC99;
  }

img {
 border:1px  outset #808080
}
/********************************
rezervace
********************************/

.rezervace{
  width:100%;
  margin-top:30px;
  font-size:10px;
  /*font-family:'Oswald', sans-serif;*/
  font-family:'PT+Sans', cursive;
  font-weight:normal;
  }


  
.bezrezerv{
  background-color:#cfcfcf;
  color:#0000FF;
  width:180px;
text-align:center;
}

.zkarta{
  background-color:#FFFF80;
  color:#000000;
  width:180px;
  text-align:center;
  }

.tr_trenik{
  background-color:#AAAA39;
  color:#FFFFFF;
  width:180px;
  text-align:center;
}

.stz_trenik{
  background-color:#0000FF;
  color:#FFFFFF;
  width:180px;
  text-align:center;
  }

.dosp_trenik{
  background-color:#BFACE6;
  color:#000000;
  width:180px;
  text-align:center;
  line-height:22px;
  }

.turnaj_att{
  background-color:#0000FF;
  color:#FFFFFF;
  width:200px;
  text-align:center;
  }

.skola{
  background-color:#0fFFf0;
  color:#000000;
  width:200px;
  text-align:center;
  line-height:22px;
  }


.p_rezervace{
  background-color:#FF9900;
  color:#FFFFFF;
  width:200px;
  text-align:center;
  }
  
.p1_rezervace{
  background-color:#EE9900;
  color:#FFFFFF;
  width:200px;
  text-align:center;
  }

.jr_rezervace{
  background-color:#F00000;
  color:#ffffff;
  width:200px;
  text-align:center;
}


th {
/*background-image:url(_images/table-th.gif);*/
background-image:url(images/head.png);
background-position:0px 60px;
color:#ffffff;
border-right:solid 1px #999999;
border-bottom:solid 1px #999999;
text-align:center;

}
.thprvni{
  width:66px;
  border-left:1px solid #F5A54D;
  text-align:center;
  font-size:12px;
  background-color:#B36B00;
  color:#ffffff;
  font-weight:normal;
}


.SubmenuInPage{
   width:100%;
  text-align:center;
}

.submenu1{
  text-align:center;
}

.novinky_obr_seznam{
	float:left;
  width:150px;
 	border:0px;
  padding: 10px;
}

.textnovinky{
 vertical-align: top;
 width:100%;
}

.table_cell2_right{
font-size:12px;
}

.table_cell_right{
font-size:12px;
}
.druzstva_zahlavi_right{
font-size:11px;
}
druzstva_zahlavi{
  font-size:11px;
}


.zluty{
  color:#CC3300;
  font-weight: bold;
}

.cerveny{
  color:#FF0000;
  font-style: normal;
}
.dialogRezer{
 font-size: 12px;
}
.titleokna{
  margin-left:1px;
  float:left;
  height:26px;
  width:320px;
  background-color:#e0e0e0;
  border-bottom:2px solid #000000;
    }
#id_vmenuSt img{
  display:none;
}    
 
#map_canvas {
	margin-left: 1%;
	width: 97% !important;
	margin-bottom: 20px;
	height: 500px !important;
}
.akce_pata{
   margin-right:2%;
   float:right;
}


.pocitadlo{
   float:left;
}
