  body {
    background-color:white;
    margin: 0;
    font-family: serif;
    font-size:13pt;
    }

  h1 {
    display: none;
    }
     
 #menu li {
    list-style: none;
    }

  #page {
     border-bottom: 1px silver solid;
     }

  #header {
      background-image: url(img/logo.jpg);
      background-repeat: no-repeat;
      }

  #title {
      background-color:#FFF09A;
      position: relative;
      background-image: url(img/titulek.gif);
      background-repeat: no-repeat;
      border-bottom: 1px solid black;
      left: 320px;
      height: 149px;
      }

  #menu {
     position: absolute;
     }


   #content {
     background-image: url(img/menu.gif);
     background-repeat: repeat-y;
     min-height: 500px;
     padding: 10px 40px 10px 270px;
     }
     
   #content a {
		color: #06f;
		text-decoration: none;
		}

   #author {
     color: Gray;
     text-align: center;
     font-size: 0.8em;
     }


   h2 {
     color: #FF7B05;
     font-style: italic;
     }

   em {
     color: orangeRed;
     font-weight: bold;
     font-style: normal;
     }

   p {
    text-align: justify ;
    font-size: 13pt;
    line-height: 1.2em;
    text-indent: 1em;
    }

   .tym img {
     position: relative;
     margin-right: 10px;
     float: left;
     border: 1px black outset;
     }

   .tym {
     border: 1px black solid;
     padding: 10px;
     margin: 20px 0 20px 0;
     text-align: justify;
     }

   h3 {
     margin-top: 0px;
     font-size: 1em;
     }

   #cenik tr {
     height: 40px;
     }

   #cenik td.sluzba {
     width: 480px;
     }

   .a-item {
		border: 1px dashed black;
		margin: 20px;
		padding: 15px;
		text-align: center;
		}
		
	.a-item h3 {
		font-size: 20pt;
		}
			
	.a-item img.left {
		float: left;
		}
	
	.a-item img.right {
		float: right;
		}
	
	
	.a-item p {
		text-align: center
		}
		
	.a-item p.subtitle {
		font-weight: bold;
		font-size: 15pt;
		}
		
	.a-item span {display: block; clear: both}
	
	.image {float: left; margin: 10px; text-align: center;}
	
	.image img {border:1px solid black}
	
	.image span {display: block; font-size: 10pt;}
	
	span.break {display: block; clear: both}
	
	
	
  #menu a {
     display: block;
     position: relative;
     left: 10px;
     background-image: url(img/kytka_c.gif);
     background-repeat: no-repeat;
     text-decoration: none;
     color: black;
     font-size: 10pt;
     font-style: italic;
     width: 168px;
     height: 20px;
     padding: 5px 0 0 40px;
     margin: 15px;
     }

   #menu a.activated {
      background-image: url(img/kytka.gif);
      color: #FF7B05;
      }


   #menu a:hover {
     background-image: url(img/kytka.gif);
     color: #078B8D;
     }



