@media screen {
/* Barvy standartního odkazu  */

p, ul {
    background: url("grafika/pruhledna_bila16.png") repeat left top; /*filter: alpha(opacity=75);*/ 
    -moz-border-radius: 1ex 1ex 1ex 1ex;
    -webkit-border-radius: 1ex 1ex 1ex 1ex;
    border-radius:1ex 1ex 1ex 1ex;
	  behavior: url(border-radius.htc);    
    padding: 0.5ex 2ex;
}


ul {padding-left:5ex;}
                                               
table {
    background: url("grafika/pruhledna_bila16.png") repeat left top; /*filter: alpha(opacity=75);*/
    -moz-border-radius: 1ex 1ex 1ex 1ex;
    -webkit-border-radius: 1ex 1ex 1ex 1ex;
    border-radius:1ex 1ex 1ex 1ex;
	  behavior: url(border-radius.htc);    
    padding: 0.5ex 0.5ex;
    border: black 1px solid;
}

a, a:link, a:active  {
  color: rgb(0,0,255);
}

a:active {
  font-weight:bolder;
}

a:visited {
  color: rgb(185,0,255);
}

a:hover { color: yellow;
          background-color: black;
}


/* Barva textového popisu obrázku */
img { color:yellow;
      border:1px solid black;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-radius: 5px 5px 5px 5px;
      border-radius:5px 5px 5px 5px;
	    behavior: url(border-radius.htc);      
}



h2 { 
    background-color:black;
    text-align:center;
    color: yellow;    
    -moz-border-radius: 1ex 1ex 1ex 1ex;
    -webkit-border-radius: 1ex 1ex 1ex 1ex;
    border-radius:1ex 1ex 1ex 1ex;
    clear: both;
    background: rgb(16,15,102); /* Old browsers */
  
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMGY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background-image: -moz-linear-gradient(left,  rgb(16,15,102) 0%, rgb(0,0,0) 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(16,15,102)), color-stop(100%,rgb(0,0,0))); /* Chrome,Safari4+ */
background-image: -webkit-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background-image: -o-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* Opera 11.10+ */
background-image: -ms-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* IE10+ */
background-image: linear-gradient(to right,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#100f66', endColorstr='#000000',GradientType=1 );*/ /* IE6-8  - blbne s kulatymi rohy v IE9*/    
}

h2 a, h2 a:link, h2 a:active  {
  color: rgb(255,255,0);  
}

h2 a:visited {
  color: rgb(150,135,0);   
}

h2 a:hover { color: white;
          background-color: black;
}

.popiswebu h2 {
  clear:none;
  margin-left:250;
}


/*  Část stránky obsahujici hlavni část obsahu dokumentu  */


html { height:100%; width:100%; max-height:100%; padding:0; margin:0; border:0;
  background: url("grafika/pozadi_vlek.jpg") no-repeat center center rgb(129,191,240); 
  color: rgb(0,0,0);
	/* \*/ 
	overflow:hidden;	
	}


body { height:100%; width:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0; }

#kontejnerobsahu { overflow:auto; position:absolute; z-index:3; top:0ex; bottom:0px; 
  left:0px; 
	right:0px; 
  }


* html #kontejnerobsahu { height:100%; width:100%; top:0; left:0; border-top:3ex solid #fff; 
	border-bottom:2.55ex solid #fff; border-left:0px solid #fff; 	}

#obsah { 
          margin:10px;
          padding:10px;
          margin-left:198px;
          _width:100%;
}


/*  Oblast obsahující  navigační pruh  */

#kontejnermenu {
            position:absolute;
            top:0px;
            left:0px;
            width:199px;
            height:100%;
            margin:0px;
            padding:0px;
            border:0px;
            overflow:auto;
            clip:auto;
	          z-index: 4;
}


/*  Oblast obsahující logo */
#haologo   {
            display:block;
            background-image: url(grafika/haologo9.gif);
      	    background-repeat: no-repeat;
            background-color: rgb(129,191,240); 
            width:180px;
            height:180px;
            border:0px;
            margin:0px;
            padding:0px;
            margin-left:10px;
            margin-top:10px;
            margin-bottom:10px;
}

#haobezloga {
  display:none;
}

#patka {
            font-size: 14px;
            color:white;
            background-color:black;
            padding:0ex;
            border:0px;
            text-align:center;
            margin:5px;
            margin-top:3ex;
            margin-bottom:0ex;
            padding-top:3px;
            padding-bottom:3px; 
            -moz-border-radius: 17px 17px 17px 17px;
            -webkit-border-radius: 17px 17px 17px 17px;
            border-radius:12px 12px 12px 12px;
	          behavior: url(border-radius.htc);            
            
background: rgb(16,15,102); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMGY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgb(16,15,102) 0%, rgb(0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(16,15,102)), color-stop(100%,rgb(0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#100f66', endColorstr='#000000',GradientType=1 ); */ /* IE6-8 */
	          
 }


#vzhled {
       margin-left:1.5ex;
       color: rgb(200,200,200);
       font-size:90%
}


/*  Oblast obsahující  položky menu úrovně 0 */
#menu0 {
            font-size: 120%;
            margin:5px;
            margin-top:1.0ex;
            border:1px solid black;
            background-color: rgb(90,150,235);
            -moz-border-radius: 17px 17px 17px 17px;
            -webkit-border-radius: 17px 17px 17px 17px;
            border-radius:17px 17px 17px 17px;
	          behavior: url(border-radius.htc);             
            padding-bottom:10px;
            z-index: 5;
}


/*  Odkaz jako položka menu úrovně 0  */
#menu0 a{
          padding-left:1ex;
          font-weight:normal;
          text-decoration: none;
          display:block;
          color:blue;
          background-color:transparent;
          -moz-border-radius: 1ex 1ex 1ex 1ex; 
          -webkit-border-radius: 1ex 1ex 1ex 1ex;
          border-radius:1ex 1ex 1ex 1ex;
          behavior: url(border-radius.htc);  
          z-index: 6;                   
}

#menu0 a:hover{
         padding-left:0.5ex;
         color:rgb(130,180,255);
         background-color:rgb(0,0,182);
        
}

#menu0 h2 { font-weight:normal;
            font-size: 100%;
            text-decoration: none;
            color:  yellow;
            margin:0px;
            display:block;
            background-color:black;
            text-align:center;
            -moz-border-radius: 15px 15px 0px 0px;
            -webkit-border-radius: 15px 15px 0px 0px;
            border-radius:15px 15px 0px 0px;
	          behavior: url(border-radius.htc);}




/*  Oblast obsahující  položky menu  úrovně 1 */
#menu1 {
	            color: rgb(225,175,0);
               margin:5px;
               border:1px solid black;
               background-color: rgb(90,150,235);
               -moz-border-radius: 17px 17px 17px 17px;
               -webkit-border-radius: 17px 17px 17px 17px;
               border-radius:17px 17px 17px 17px;
	             behavior: url(border-radius.htc);
               padding-bottom:10px;               
}



/*  Chování odkazu, který je položkou menu úrpvně 1  */
#menu1 a{
         padding-left: 1ex;
         font-weight:light;
         text-decoration: none;
         display:block;
         color:blue;
         background-color:transparent;
         -moz-border-radius: 1ex 1ex 1ex 1ex;
         -webkit-border-radius: 1ex 1ex 1ex 1ex;
         border-radius:1ex 1ex 1ex 1ex;
	       behavior: url(border-radius.htc);                   
}

#menu1 a:hover{
         padding-left:0.5ex;
         padding-right:0.5ex;
         color:rgb(130,180,255);
         background-color:rgb(0,0,182);
}


/*  Aktualni menu úrovně 0 */
#menu0aktualni {
  color: rgb(0,0,0);
  padding-left:1ex;
  display:block;
}

#menu1 h2 { font-weight:normal;
            font-size: 120%;
            text-decoration: none;
            color:  yellow;
	          margin:0px;
            display:block;
            background-color:black;
/*            text-transform:capitalize;*/
            text-align:center;
            -moz-border-radius: 15px 15px 0px 0px;
            -webkit-border-radius: 15px 15px 0px 0px;
            border-radius:15px 15px 0px 0px;
	          behavior: url(border-radius.htc);            
}

/* Aktualní menu úrovně 1*/
#menu1aktualni {font-weight:light;
                text-decoration: none;
                padding-left:1ex;
                color: rgb(0,0,0);
                display:block;
}


.menu2 {
  clear:both; 
  border: 1px solid black;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
   border-radius:15px;
	 color: rgb(225,175,0);
   margin:5px;
   margin-top:3ex;
   padding:3px;
   background-color: rgb(90,150,235);
   
}




/*  Chování odkazu, který je položkou menu úrovně 2  */
.menu2 a{
         padding-left: 1ex;
         font-weight:light;
         color:blue;
         background-color:transparent;
         -moz-border-radius: 1ex 1ex 1ex 1ex;
         -webkit-border-radius: 1ex 1ex 1ex 1ex;
         border-radius:1ex 1ex 1ex 1ex;
	       behavior: url(border-radius.htc); 
         text-decoration: none;                  
}


.menu2 a:hover{
         padding-left:0.5ex;
         padding-right:0.5ex;
         color:rgb(130,180,255);
         background-color:rgb(0,0,182);
}

/* Aktualní menu úrovně 2*/
.menu2aktualni {
               font-weight:bold;
               padding-left:1ex;
               color: rgb(0,0,0);
                                                           
}

.menu2aktualni a {  
    color: rgb(0,0,0);
}


/* Prvky, ktere budou skryté */
.s { display: none;}

/* Oddelovace v menu urovne 2, zde budou skryté */
.s2 { visibility: hidden;}

.ramecek {
           border:2px solid black;
         -moz-border-radius: 2ex 2ex 2ex 2ex; 
         -webkit-border-radius: 2ex 2ex 2ex 2ex; 
         border-radius:2ex 2ex 2ex 2ex;         
}

/* Jméno pilota*/
.jmeno { 
         color:yellow;
         background-color:black;
         -moz-border-radius: 2ex 2ex 2ex 2ex; 
         -webkit-border-radius: 2ex 2ex 2ex 2ex; 
         border-radius:2ex 2ex 2ex 2ex;   
         
/*background: rgb(16,15,102); */ /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMGY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgb(16,15,102) 0%, rgb(0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(16,15,102)), color-stop(100%,rgb(0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#100f66', endColorstr='#000000',GradientType=1 ); */ /* IE6-8 */
         
               
}


.osobnidata {
           border-color: black;
}


.uvitani { 
    text-align:center;
    background: none;
    color: black;
    font-weight: 600;
    margin-bottom: 5ex; 
    filter: none;   
}


#popishao, #novenahao, #vyrocihao {
  margin:1px;
  background: url("grafika/pruhledna_bila16.png") repeat left top; /*filter: alpha(opacity=75);*/
  border: 2px solid black;
  -moz-border-radius: 17px 17px 17px 17px;
  -webkit-border-radius: 17px 17px 17px 17px;
  border-radius:17px 17px 17px 17px;
  margin-bottom:4ex; 
  /*overflow: auto;
  clip:auto; */
}


#popishao, #vyrocihao {
  float: right;
  width:32%;  
}

#pocasi {
  margin:1px;
  background: url("grafika/pruhledna_bila16.png") repeat left top; /*filter: alpha(opacity=75);*/
  border: 2px solid black;
  -moz-border-radius: 17px 17px 17px 17px;
  -webkit-border-radius: 17px 17px 17px 17px;
  border-radius:17px 17px 17px 17px;
  margin-bottom:4ex;   
}

#levy_sloupec {
  float: left;
  width:63%;
  margin-left: 2%;  
}

#pocasi h2 {           
            text-decoration: none;
            color:  yellow;
            margin:0px;
            margin-bottom:1ex;
            display:block;
            background-color:black;
            text-align:center;
            -moz-border-radius: 15px 15px 0px 0px;
            -webkit-border-radius: 15px 15px 0px 0px;
            border-radius:15px 15px 0px 0px;
	          behavior: url(border-radius.htc);               
}


#pocasi h4 {   
            display:inline; 
            color:  black;
            text-align:center;
            font-weight:normal;
            text-decoration: none;
            position:relative; 
            top:-1.6ex; left:1ex;  background-color: rgb(129,191,240);  
            margin:0px;
            padding: 1ex 1.5ex 1ex 0.5ex;  
}



/*  Oblast obsahující  facebook */
#hao_na_fb {
            font-size: 120%;
            margin:5px;
            margin-top:3.0ex;
            border:2px solid black;
            background-color: rgb(90,150,235);
            -moz-border-radius: 17px 17px 17px 17px;
            -webkit-border-radius: 17px 17px 17px 17px;
            border-radius:17px 17px 17px 17px;
	          behavior: url(border-radius.htc);             
            padding:0px;
            z-index: 5;
}


#hao_na_fb h2 { font-weight:normal;
            font-size: 100%;
            text-decoration: none;
            color:  yellow;
            margin:0px;
            padding-bottom: 3px;
            display:block;
            background-color:black;
            text-align:center;
            -moz-border-radius: 15px 15px 0px 0px;
            -webkit-border-radius: 15px 15px 0px 0px;
            border-radius:15px 15px 0px 0px;
	          behavior: url(border-radius.htc);}



.fb_iframe_widget { 
  border-radius:0px 0px 15px 15px;  
}

.fb_iframe_widget iframe{ 
  border-radius:0px 0px 15px 15px;  
}





#popishao .neodsazenylevyodstavec, #vyrocihao .neodsazenylevyodstavec {
  margin: 0px 0.0ex 0px 3.4ex;
  padding: 2px 0ex;
  background: transparent;
  display: list-item;
  list-style-image: url("grafika/odrazka_modra.png");
}

.patka {
  background-color: rgb(220,220,255);
  border: solid 1px black;
  padding: 4px 20px;
  margin:0px;
  margin-top:3ex;  
  text-indent: 0ex;
  text-align: left;  
  -moz-border-radius: 14px 14px 14px 14px;
  -webkit-border-radius: 14px 14px 14px 14px;
  border-radius:14px 14px 14px 14px;
  behavior: url(border-radius.htc);    
}



#novenahao h2, #popishao h2, #vyrocihao h2 {           
            text-decoration: none;
            color:  yellow;
            margin:0px;
            margin-bottom:1ex;
            display:block;
            background-color:black;
            text-align:center;
            -moz-border-radius: 15px 15px 0px 0px;
            -webkit-border-radius: 15px 15px 0px 0px;
            border-radius:15px 15px 0px 0px;
	          behavior: url(border-radius.htc);             
  
}



#adresa, #email {
  background: url("grafika/pruhledna_bila16.png") repeat left top; /*filter: alpha(opacity=75);*/
  border: 2px solid black;
  -moz-border-radius: 17px 17px 17px 17px;
  -webkit-border-radius: 17px 17px 17px 17px;
  border-radius:17px 17px 17px 17px;
  behavior: url(border-radius.htc);   
  margin: 5ex 1ex;
  padding: 0px;
}

#adresa h2, #email h2{
  background-color: black;
  color: yellow;
  -moz-border-radius: 15px 15px 0px 0px;
  -webkit-border-radius: 15px 15px 0px 0px;
  border-radius:15px 15px 0px 0px;
	behavior: url(border-radius.htc);   
  margin-top:0px;
  text-align:center;
 } 

#klubovna  img{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius:3px;
	behavior: url(border-radius.htc);   
  border: 1px solid black;
}

#klubovna h2 {
  text-align:center;
  background-color: black;
  color: yellow;
  -moz-border-radius: 1ex 1ex 1ex 1ex;
  -webkit-border-radius: 1ex 1ex 1ex 1ex;
  border-radius:1ex 1ex 1ex 1ex;
	behavior: url(border-radius.htc);    
}

.typletadla {
  background: url("grafika/pruhledna_bila16.png") repeat left top; /*filter: alpha(opacity=75);*/
  -moz-border-radius: 17px 17px 17px 17px;
  -webkit-border-radius: 17px 17px 17px 17px;
  border-radius:17px 17px 17px 17px;
  behavior: url(border-radius.htc);     
  border: black 1px solid;
  padding: 0px;
}


.typletadla h2{
  margin-top: 0px;
  -moz-border-radius: 15px 15px 0px 0px;
  -webkit-border-radius: 15px 15px 0px 0px;
  border-radius:15px 15px 0px 0px;
	behavior: url(border-radius.htc);
}


#rozmery, #hmotnosti, #vykony, #motor  {
  width:100%;
  margin-bottom:2ex;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  border-collapse:separate; 
  border:0px solid black;
  -moz-border-radius: 17px 17px 0px 0px; 
  -webkit-border-radius: 17px 17px 0px 0px;
  border-radius:17px 17px 0px 0px;
  background: none;     
} 

#rozmery thead, #hmotnosti thead, #vykony thead, #motor thead {
  margin:0px;
  padding:0px;
   border:0px;
}

#rozmery th, #hmotnosti th, #vykony th, #motor th {
  -moz-border-radius: 15px 15px 0px 0px;
  -webkit-border-radius: 15px 15px 0px 0px;
  border-radius:15px 15px 0px 0px;   
  margin:0px;
  padding:0px;
  border:1px solid black;
  font-size:120%;
  font-weight:600;
  background-color:black;
  color:yellow; 

background: rgb(16,15,102); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMGY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgb(16,15,102) 0%, rgb(0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(16,15,102)), color-stop(100%,rgb(0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#100f66', endColorstr='#000000',GradientType=1 ); */ /* IE6-8 */
  
  
}

#rozmery td, #hmotnosti td, #vykony td, #motor td {   
  border:1px solid black;
  background: url("grafika/pruhledna_bila16.png") repeat left top; 
   
}


#fotkyletadla h3 {  text-align: left;
    text-align:center;
    color: yellow;    
    -moz-border-radius: 1ex 1ex 1ex 1ex;
    -webkit-border-radius: 1ex 1ex 1ex 1ex;
    border-radius:1ex 1ex 1ex 1ex;
    clear: both;
    background: black;
    display: block;
    width:100%;
    
background: rgb(16,15,102); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMGY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgb(16,15,102) 0%, rgb(0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(16,15,102)), color-stop(100%,rgb(0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#100f66', endColorstr='#000000',GradientType=1 ); */ /* IE6-8 */
    
}



ul#aeroklub, ul#aeroklub ul { background:none;  }

ul#aeroklub li { padding: 0.3ex 2ex; list-style-image: url("grafika/odrazka_logo.png");
margin:1ex 2ex; font-weight:800; }

ul#aeroklub li ul li { font-weight:400; list-style-image: url("grafika/odrazka_modra.png"); }

/* styly pro novinky */

.novinka_top {
  font-weight:800;
  color:black; 
  background:  center center no-repeat;    
  padding: 0.1ex 1.5ex;      
  margin-bottom: 0ex;         
}

.novinka_top h3{  
  background:transparent;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F81BFF0,endColorstr=#7F81BFF0);
  zoom: 1; 
  background-color: rgba(129,191,240,0.5); 
  border: 2px solid rgba(139,199,255,0.8);
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius:8px 8px 8px 8px;
  padding: 0px 2ex; 
  margin-bottom: 0.5ex;  
}

.novinka {
  color:black;   
  padding: 0.1ex 1.5ex;      
  margin-bottom: 0ex;          
}

.novinka_text { padding: 0.2ex 1.5ex; }

.novinka img {
  margin-top:-0.4ex;
  margin-right: 1ex;
}

.novinka h3 {  
  background:transparent;  
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F81BFF0,endColorstr=#7F81BFF0);
  zoom: 1;
  background-color: rgba(129,191,240,0.5); 
  border: 1px solid rgba(139,199,255,0.8);
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius:8px 8px 8px 8px;
  padding: 0px 2ex; 
  margin-bottom: 0.5ex;
}


.novinka h3 a, .novinka_top h3 a { 
  color: blue;
  padding:1px 1ex;
  -moz-border-radius: 1ex 1ex 1ex 1ex;
  -webkit-border-radius: 1ex 1ex 1ex 1ex;
  border-radius:1ex 1ex 1ex 1ex;
	behavior: url(border-radius.htc); 
}


.novinka h3 a:link, .novinka h3 a:active,.novinka_top h3 a:link, .novinka_top h3 a:active  {
  color: blue;
}

.novinka h3 a:visited, .novinka_top h3 a:visited {  color: blue;
}

.novinka h3 a:hover, .novinka_top h3 a:hover{ color: white; background-color: blue;}



.rocninovinky {
  background: url("grafika/pruhledna_bila16.png") repeat left top; /*filter: alpha(opacity=75);*/ 
  -moz-border-radius: 17px 17px 17px 17px;
  -webkit-border-radius: 17px 17px 17px 17px;
  border-radius:17px 17px 17px 17px;  
  border: 2px solid black;
  margin: 3ex 1ex; 
  padding:0px;
  padding-bottom: 10px;    
  float:left; 
}

.rocninovinky h2 {
  background-color:black; 
  color: yellow;  
  -moz-border-radius: 14px 14px 0px 0px;
  -webkit-border-radius: 14px 14px 0px 0px;
  border-radius:14px 14px 0px 0px;   
  text-decoration: none;
  margin:0px;
  display:block;
  text-align:center;
  margin-bottom:1ex; 
}

/*.rocninovinky h2, .rocninovinky .novinka {border: 2px solid red; width:auto;}  */

/* styly pro historii */

.literatura {
  -moz-border-radius: 1ex 1ex 1ex 1ex;
  -webkit-border-radius: 1ex 1ex 1ex 1ex;
  border-radius:1ex 1ex 1ex 1ex;
  border: 1px solid black;
	behavior: url(border-radius.htc);   
  background: url("grafika/pruhledna_bila16.png") repeat left top;/* filter: alpha(opacity=75);*/ 
  padding: 1ex; padding-top: 0px;  
  margin:  2ex; 
  width:95%;  
}


/* styly pro letiste */

.dataletiste {
  border: 1px solid black;
  margin:10px;
  -moz-border-radius: 17px 17px 5px 5px;
  -webkit-border-radius: 17px 17px 5px 5px;
  border-radius:17px 17px 5px 5px;
  behavior: url(border-radius.htc);   
  padding:0px;
}

.dataletiste colgroup, .dataletiste thead, .dataletiste tr, .dataletiste th{
  margin:0px;
  padding:0px;
}


.dataletiste h2 {
  margin:0px;
  padding:0px;
  -moz-border-radius: 15px 15px 0px 0px;
  -webkit-border-radius: 15px 15px 0px 0px;
  border-radius:15px 15px 0px 0px;
	behavior: url(border-radius.htc);     
}




a.konec_plovoucich {
  background-color:black; color:yellow; 
  padding: 2px 2ex;
/*  border:1px solid yellow;*/
   -moz-border-radius: 1ex 1ex 1ex 1ex;
   -webkit-border-radius: 1ex 1ex 1ex 1ex;
   border-radius:1ex 1ex 1ex 1ex;
	 behavior: url(border-radius.htc); 
	 
background: rgb(16,15,102); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMGY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgb(16,15,102) 0%, rgb(0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(16,15,102)), color-stop(100%,rgb(0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#100f66', endColorstr='#000000',GradientType=1 ); */ /* IE6-8 */
	 
}

a.konec_plovoucich:link, a.konec_plovoucich:active  {
  color: rgb(255,255,0);
}

a.konec_plovoucich:visited {
  color: rgb(150,135,0);
}

a.konec_plovoucich:hover { color: white;
          background-color: black;
}


.odkaznagalerii {
    background: url("grafika/pruhledna_bila16.png") repeat left top; /*filter: alpha(opacity=75);*/ 
    -moz-border-radius: 1ex 1ex 1ex 1ex;
    -webkit-border-radius: 1ex 1ex 1ex 1ex;
    border-radius:1ex 1ex 1ex 1ex;
	  behavior: url(border-radius.htc);    
    padding: 1ex;
    border: 1px solid black;
    margin-right: 7px;
    margin-top: 7px;
    margin-bottom: 3ex;
    float:left;     
}


.seznamgalerii a {
  color: black;
  text-decoration: none;
}

.seznamgalerii a:hover .odkaznagalerii {
   background-color: black;
   color:magenta;
}

h2.galerie { 
    text-align:center;
    background: none;
    color: black;
    margin-bottom: 4ex;    
}



div.obr_a_popis {   
    background: url("grafika/pruhledna_bila16.png") repeat left top; /*filter: alpha(opacity=75);*/
    -moz-border-radius: 1ex 1ex 1ex 1ex;
    -webkit-border-radius: 1ex 1ex 1ex 1ex;
    border-radius:1ex 1ex 1ex 1ex;
	  behavior: url(border-radius.htc);    
    padding: 5px 4px;
    border: black 1px solid; 
   }

} /* konec stylu pro obrazovku */

@media screen and (max-width : 500px) {
/* pro okno s max sirkou 500 px menu uplne zmenime*/




html, body {
    	       height: auto;
    	       width:auto;      
             background: rgb(129,191,240); 
             color: rgb(0,0,0);
             font-size: 90%;
             
             			      overflow:auto;
			      clip:auto;
            width:auto; 
}



#kontejnerobsahu {
            position:static;
            height:auto;
			      overflow:auto;
			      clip:auto;
            width:auto;
}

* html #kontejnerobsahu  {
            position:static;
            height:auto;
			      overflow:auto;
			      clip:auto;
            width:auto; 
}

#obsah {         
          margin:2px;
          padding:2px;
    	    height: auto;
    	    width:auto;           
}


/*  Oblast obsahující  navigační pruh  */
#kontejnermenu {
            position:static;
            margin:2px;
            padding:2px;
            overflow:auto;
            height: auto;
    	      width:98%;  
}



/*  Oblast obsahující logo */
#haologo   {
            display: block;
            background: url(grafika/haologo_mobile.png) no-repeat rgb(129,191,240); 
            width:32px;
            height:32px;
            border:0px;
            margin:0px;
            margin-bottom: 3px;
            padding:0px 2px 2px 2px;
}
 


#patka {
 margin-top:3px;
 margin:0px;
 padding:0px;
 
background: rgb(16,15,102); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMGY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgb(16,15,102) 0%, rgb(0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(16,15,102)), color-stop(100%,rgb(0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgb(16,15,102) 0%,rgb(0,0,0) 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#100f66', endColorstr='#000000',GradientType=1 ); */ /* IE6-8 */

 
 
}

#navigace { display: block;  margin:0px; }

#navigace span {display: inline; }
#navigace span.s {display: none; }

.s, h2.s{
  display: none;
}



#menu0 a, #menu0 a:link,#menu0 a:active ,#menu0 a:visited, #menu0aktualni,
#menu1 a, #menu1 a:link,#menu1 a:active ,#menu1 a:visited,  #menu1aktualni  {
  margin: 2px;
  padding: 2px ;
  line-height:2ex;
  white-space:nowrap;
  display: inline;
}



#menu0, #menu1 {
  padding: 1px;
  padding-bottom:1ex;
  margin:0px;
  margin-bottom:3px;
  display:block;
  font-size: 100%;
}

/* mobilni zmeny na uvodni strance */

#vzhled {display:none;}

#popishao, #vyrocihao, #novenahao, #pocasi, #levy_sloupec {
  float: none;  width:auto;  
}

.no_mobil {display: none;}

/* mobilni zmeny  na strance o aeroklub */


div#IL_OHAO {
  float:none;
  display:none;
}


/* zmensime obrazek ze_slunecno */
 #ze_slunecno img {width: 160;}


 /* nezobrazime facebook pro mobily*/

div.fb-like-box {
 display:none;
}

.fb_iframe_widget { 
 display:none;
}

.fb_iframe_widget span{ 
 display:none;
}

.fb_iframe_widget iframe{ 
 display:none;
}




/* mobilni zmeny na strankach s kontakty */

#adresa { float:left; padding:2px; width:40%;}

#email {float:right; padding:2px; width:40%;}


/* mobilni zmeny na strankach popisu letadel */

#techdata, #prurez, #planek, #polara, #polara2  {
  width:auto;
  float:none;
}  

#popisletadla {
 float:none;
 width:auto;
}

.typletadla .levyodstavec{
  margin-left: 3px;
  margin-right: 3px;
  margin-top:2ex;  
} 
 
.typletadla .lichy{
  margin-left: 3px;
  margin-right: 3px;
  width: auto;
  float:none;
  margin-top:2ex;  
} 


.imatrikulace {
  float:left;
  margin:1ex;
  min-width:40%;
}

/* mobilni zmeny na strankach o letisti */

.dataletiste {
  margin:3px;
}

#statut, #umisteni, #provozovatel, #drahy, #sluzby, #provozinfo {
 width:96%;
 margin: 1ex 2px;
}


}


@media screen and (min-width : 1600px) {
/* pro okno s min sirkou 1200 px budou novinky ve dvou sloupcich
     -zatim neni podpora v prohlizecich (hlavne Firefox) dost dobra
*/


div.rocninovinky>div, div.oddil_historie>div, div.seznampilotu>div {
-moz-column-count:2; 
-webkit-column-count:2;
column-count:2;
}

h2 {
-moz-column-span: all;
-webkit-column-span:all; 
column-span:all;
}

div.novinka, div.novinka_top {
 display: inline-block;
 width:98%;  
/* 
 -webkit-column-break-inside: avoid; 
-moz-column-break-inside: avoid; 
-ms-column-break-inside: avoid; 
-o-column-break-inside: avoid;
 break-inside: avoid;
*/ 
}

div.oddil_historie p, div.ramecek{
 display: inline-block;
}

div.ramecek{width:95%;  }

}
