body {
	padding: 0;
	margin: 0;
}

.bold {
	font-weight: bold;
}

/* fonty */
h1    {color: white; font-size: 14; font-family: Arial; font-weight: normal; }
h2    {color: black; font-size: 12; font-family: Arial; font-weight: normal; }
h3    {color: black;  font-size: 12; font-family: Arial; font-weight: normal; font-style: italic }
h4    {color: black; font-size: 28; font-family: Arial; font-weight: bold }
h5    {color: black;  font-size: 12; font-family: Arial; font-weight: bold; }



.hlavicka {
  position: relative;
          text-align: right;
          background-color: #000;
    padding: 9 15px;
    height: 15px;
          }   

.hlavicka a:link {color: white; text-decoration: none} /* nenavštívený */
.hlavicka a:visited {color: white; text-decoration: none} /* navštívený*/

.hlavicka h1 {    
      padding: 0;
    margin: 0;
    font-size: 14px;
    font-wight: bold;
    font-color: #fff;
}

 .menu {
	position: absolute;
    width: 20%;
    text-align: left;
    padding: 9 15px;
    font-family: Arial;
  font-size: 18;
  font-weight: bold;
      }
         
 /* Sekce */
  .menu-sekce {   
  padding: 0 0 0 12px;  
  font-style: italic;
  font-family: Arial;
  font-size: 12;
  font-weight: normal;
    }
  
  .menu-kategorie {
  font-family: Arial;
  padding: 0 0 0 29px; 
  font-size: 12;
  font-weight: normal;
    }
    
  .menu-tema {
  font-family: Arial;
  padding: 0 0 0 48px; 
  font-size: 12;
  font-weight: normal;
    }
    
      .obsah {
    position:relative;
    left: 16%;
    font-size: 12;
    font-family: Arial;
    width: 70%;
    margin: 0;
    padding: 9px 90px 9px 100px;
      }   
      
.menu, .menu-sekce, .menu-kategorie, .menu-tema a:link {color: black; text-decoration: none} /* nenavštívený */
.menu, .menu-sekce, .menu-kategorie, .menu-tema a:visited {color: black; text-decoration: none} /* navštívený*/
              
.page {
    position: relative;
    top: 80px;
    width: 50%;
    text-align: center; /*vycentrováno pro IE */
    margin:0 auto; /* vycentrováno pro ostatní prohlížeee */
    right: 0;
    }
    
    
a:link {color: blue;text-decoration: none} /* nenavštívený */
a:visited {color: blue;text-decoration: none} /* navštívený*/
a:hover    {font-weight: bold}