    body {
        margin: 0; 
	      padding: 0;       
        font-family: calibri; 
        background-image: url('./textura.jpg');    
        }
    .obal{
        width: 1024px;         
        min-height:100%;        
        position: relative;  
        margin: 0px auto;  
         
        border-radius: 8px; 
          }
    header{
        background-color: white;
        background-image: url('./logo.png');  
        background-position: left top;
        background-repeat:no-repeat;
        position:relative;
        margin-top: 5px; 
        width: 100%;
        height: 100px;
        border-bottom: double 3px #000099; 
    }
    nav {
        position:relative;
        height:35px;
        width: 100%;
        border-radius: 8px;
        margin-top: 5px;
        margin-bottom: 5px; 
        font-variant: small-caps;
        font-size: 16pt; 
background-color: white;
    }
    section{
      padding-top: 16px;
      padding-bottom: 8px;
      border-top: double 3px #000099;
      margin-top: 5px;
      margin-bottom: 5px;
      background-color: white;
      
           
    }
    article{
      padding: 6px; margin: 6px; border: 1px solid #000099;
      border-radius: 8px;  
      color: #000099;
      min-height: 400px;
    }
    footer{
    position: fixed; bottom: 5px; right:20px;
    }
    nav li{
    display: inline;
    list-style-type: none;
    text-align: center;
    }
                    
    nav li a {
      text-decoration: none;
      color: #000099;
      display: inline;
      font-weight: bold;
      line-height: 30px;
      padding: 0 18px;
      border-right: 1px solid #333300;
    }
    nav ul{margin: 8px; padding: 0px;}

    nav li a:hover, nav li a.active 
    {font-weight: bold; background-color: #000099; color: white;}
    
    section h1{
      font-family: nadpis;
      font-variant: small-caps;
      font-size: 24pt;
      margin-top:0px;
      margin-bottom: 0px; 
    }
    section p{margin-left: 10px; margin-right: 10px;}
    
   @font-face {
    font-family: nadpis;
    src: url("./BAUHS93.TTF");
 } 
