
  body {background-image: url('../img/body.gif');
        background-repeat: repeat;
        text-align: center;
        width:100%;
        font: normal 12px Verdana;}
  img   {border: none;}
  
  a { color:#990000;
      text-decoration:underline;}
  a:hover { color:#006600;
            text-decoration:underline;}
  
  /*formát nadpisů*/
  
  h1 {color: #000000;
      font: normal 15px Verdana}
  h2 {color: #3300CC;
      font: normal 25px Verdana}
  h3 {color: #004400;
      font: normal 20px Verdana}
  h4 {color: #0066CC;
      font: normal 18px Verdana}
  h5 {color: #993300;
      font: bold 16px Verdana}
  h6 {color: #000000;
      font: bold 14px Verdana}
      
  /*formát nadpisů - konec*/
  
  /*stránka*/
  #web {width:970px;
        text-align: left; 
        margin: 0 auto;
        position:relative;
        margin-top:30px;
        padding-bottom:30px;}
        
 #header {width:970px;
          height:235px;
          position:relative;
          background-image: url('../img/header.png');
          background-repeat: no-repeat;}
        
  .header {width:970px;
          height:28px;
          position:relative;
          text-align:center;
          margin: -42px 0 0 0;
          letter-spacing: 0,8px;}
          
  #page {width:970px;
        background-image: url('../img/back.png');
        background-repeat: repeat;
        margin: 0;
        position:relative;}
        
  .page {width:980px;
        padding: 10px 0px 10px 10px;
        position:relative;}
        
  /*levé menu*/
  #lmenu {width:220px;
          float:left;
          line-height:150%;
          margin-bottom:10px;}
  #lmenu a {color:black;
            text-decoration:none;}
  #lmenu a:hover {color: #990000;
                  text-decoration:underline;}
  #lmenu ul { list-style-type: none;
              margin-left:-20px;}
  #lmenu ul li{ font: bold 15px Arial;
                line-height:150%;}
  #lmenu ul ul { margin-left:-15px;
                 font: normal 15px Arial;}
  #lmenu ul ul li{font: normal 15px Arial;}
  
  .rubriky {display:block;
            width:100%;
            height:28px;
            color:#000000;
            font: normal 18px Arial;
            background: #ba8d0c;
            padding: 5px 0px 0px 0px;
            text-align:center;
            letter-spacing:0,7px;}
  /*levé menu - konec*/
        
  /*pravé menu*/
  #pmenu {width:220px;
          float:right;
          line-height:150%;
          text-align:center;
          margin: 0 30px 10px 0;}
  #pmenu a {color:black;
            text-decoration:none;}
  #pmenu a:hover {color: #990000;
                  text-decoration:underline;}
  
  /*pravé menu - konec*/
        
  /*obsah*/
  #obsah {width:490px;
          float:left;
          text-align:left;
          margin:10px 0px 10px 10px;}
  
  /*obsah- konec*/
  
  /*footer*/
  #footer { width:970px;
            background-image: url('../img/footer.png');
            background-repeat: no-repeat;
            position:relative;
            height:125px;
          	color: #808080;
            line-height: 130%;}
            
  .footer { float:right;
            width:220px;
            margin: 60px 195px 0 0;
          	text-align: right;
            line-height: 150%;
          	color: #808080;
          	font:normal 11px Verdana;}
            
  .footer a{ color: #0099ff;
              text-decoration:none;
              font: normal 11px Verdana;}
            
  .footer a:hover{  color: #FFFFFF;
                    text-decoration:none;}
            
  .odkazy { float:left;
            width:390px;
            margin: 67px 0px 0 140px;
          	font:normal 11px Verdana;}
            
  .odkazy a{  color: #808080;
              text-decoration:none;
              font: normal 11px Verdana;}
            
  .odkazy a:hover{  color: #FFFFFF;
                    text-decoration:none;}
  
  /*footer- konec*/
  
  /*stránka - konec*/