body {background-color: #9aaaaa;}

.zahlavi {text-align: center;
          width: 100%;
          height: 90px;
          background-color: #9aaaaa;
          background-image: url("bg1.jpg");
          background-repeat: repeat;
          background-position: center;
          font-size: 12px; 
          font-family: serif;
          font-weight: bold;
          color: green;
          border: black;
          padding-top: 0;
          margin-top: 0}

.nadpis {text-align: center;
          font-size: 36px; 
          font-family: serif;
          font-weight: bold;
          color: darkgreen}

.zapati {text-align: center;
         width: 100%;
         height: 30px;
         font-weight: bold;
         background-color: #9aaaaa;
         margin: 5px 5px}

.galerie {margin: 5px 5px}

.radek {text-align: center;
        margin: 5px;}

.popis {text-align: center;
        font-family: serif;
        font-weight: bold;
        font-size: 12pt;
        color: green;
        margin: 5px;}

a:link {color: green}
a:visited {color: white}
a:active {color: gray}
a:hover {color: black; }
