    body {
     background-color: #000033;
    /* background: linear-gradient(135deg, #1F9FFF, white 65%, #1F9FFF); */  /* pozadi s sikmym linearnim gradientem */
     margin: 0px;
     padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
     line-height: 1.5;
     
    }

	 
	 h1 {
	  font-size: 3em;
	  font-style: italic;
	  color: Yellow;
	  text-shadow: 0.1em 0.1em 0.1em #000;
}

h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: -2px;
	font-size: 2.8em;
	color: White;
}

h3 {
   margin-left: 20%;
	font-style: italic;
	font-size: 1.2em;
	color: White;
}


    main {
     width: 80%;
     margin: 2em auto;
     border: 1px solid #8A8A8A;
     background-color: #336699;
     border-radius: 10px;                    /* zaoblene rohy */
     box-shadow: 0px 0px 20px white;          /* stin boxu */

     }   

    header {
      padding: 15px;          
      text-align: center;
      border-bottom: solid 2px gray;
		background-image: url(ban.jpg);
		-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;  
    
     }
     
    nav {
     float: left;
     width: 130px;
     padding: 20px;
     margin: 0px;
     text-align: center;
	  font-weight: bold;
	  	font-size: 1.3em;

     }

    section {
     margin-left: 190px;    /* okraj praveho panelu je dan souctem sirky leveho panelu a jeho vnitrnich mezer */
     padding: 20px;
     border-left: solid 3px gray;
     text-align: center;

     }
	  
	 .nadpis {
	  font-size: 1.5em;
	  
	  }
	  
    footer {
     padding: 10px;
	  background-color: #336699;
     text-align: center;
	  color: #B9B9B9;
     border-top: solid 2px gray;
	  	  -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
     clear: both;                  /* vypnuti obtekani leveho panelu s navigaci */

     }

     li {
      list-style-type: none;
      margin-left: -30px;
		margin-bottom: 15px;
     }
     
     img.hamburger, ul ul
     {
      display: none;
     }