    *{
        font-family: Trebuchet MS,Verdana;
        padding: 0;
        margin:0;
     }
   
    img {
      border: 0px;
     }
   
    body {
      background: #D1C08B url(images/site_bg.jpg) no-repeat;
    } 
   
    #content td{
      background: #eee;
      padding: 5px;
      margin: 2px;
      font-size: 12px;
      font-family: Verdana;
      text-align: center;
      border: 1px solid #666;
      /*border-left: 1px solid #fff;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #666;*/
    }
    
    #menu {
      position: absolute;
      left: 0px; top: 35px;
      width: 676px; height: 69px;
      background: url(images/menu_bg.jpg);
      padding-top: 18px;
      font-size: 12px;
      
      
    } 
    
    #menu a{
      display: block;
      float: left;
      width: 83px; height: 19px;
      background: url(images/button.jpg);
      margin-left: 1px;
      padding: 50px 0 0 0;
      text-align: center;
      color: #fff;
      text-decoration: none;
    }
    #menu a:hover{
      background: url(images/button_over.jpg);
      text-decoration: underline;
    }
    
    .heading {
      color: #006;
      font-size: 13px;
    }
       
    #content {
      position: absolute;
      top: 140px; left: 240px;
      
    }
    
    #disclaimer {
      position: absolute;
      top: 470px; left: 20px;
      width: 500px;
      font-size: 11px;
      color: #fff;
    }
    span.gmt{
      font-size: 10px;
      color: #ccc;
    }
    #calendar {
      position: absolute;
      top: 135px; left: 20px;
    }
    
    /* calendar css */
    #calendar a{
      color: #666;
      text-decoration: none;
      }
    #calendar a:hover{
      color: #000;
      text-decoration: underline;
      }
    
     #calendar td{
      
      padding: 2px;
      margin: 2px;
      font-size: 12px;
      font-family: Verdana;
      text-align: center;
      border: 1px solid #666;
    }
    
.ciemny    { background:#ccc; }
.jasny     { background:#eee; }
.niedziela { background:#FF9999; }
.dzis      { font-weight:bold; color: #000; background: #0f0; }
.center    { text-align:center;  }

