BODY {
  background: #333;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 120%;
  color: #000;
}

/*DESIGN*/

#container { 
  width: 900px;
  margin: 10px auto 0 auto;
  background: #fff;
  padding: 5px;
}

  #header { 
    height: 200px;
    background: url('../_img/header.jpg') no-repeat #fff;
    margin-bottom: 10px;
  }
  
    #header H1 { 
      font-weight: bold;
      padding: 25px 0 0 110px;
      font-size: 34px;
      letter-spacing: 1px;
      color: #fff; 
    }      

      #header H1 A { 
        color: #E5E5EF;
        text-decoration: none; 
      }   
      #header H1 A:hover { 
        color: #fff;
        text-decoration: none; 
      } 

    #header H2 { 
      font-weight: bold;
      padding: 10px 0 0 110px;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 120%;
      color: #E5E5EF; 
    }      

  #column-left { 
    float: left;
    width: 200px;
  }

    #column-left #rodina{ 
      text-align: center;
      margin: 10px 0;
    }

      #column-left #rodina IMG{ 
        border: 1px solid #ddd;
      }


    #column-left #menu{ 
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
    }

      #column-left #menu A{ 
        display: block;
        padding: 10px 10px;
        color: #000;
        text-decoration: none;
        background: #eee;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        font-size: 14px;
      }

        #column-left #menu A.reklama{ 
          color: #ff0000;
        }
        #column-left #menu A.reklama:hover{ 
          color: #ff0000;
        }

  
      #column-left #menu A:hover{ 
        font-weight: bold;
        text-decoration: none;
        background: #fff;
        border-right: 0;
      }

        #column-left #menu A.selected{ 
          color: #fff;
          font-weight: bold;
          background: #333;
        }
        #column-left #menu A.selected:hover{ 
          font-weight: bold;
          background: #333;
        }
        
  #content { 
    float: right;
    width: 680px;
    min-height: 400px;
  }

    #column-right{ 
      float: right;
      width: 200px;
    }  

      #column-right #ppc {
        margin: 10px 0;
        border: 1px solid #ddd;
        background: #eee;   
        font-size: 12px;  
        line-height: 140%;   
      }  

        #column-right #ppc h2{
          display: block;
          padding: 10px;
          color: #fff;
          background: #333;
          font-weight: bold;
          font-size: 16px;
          letter-spacing: 1px;                  
        }  

          #column-right #ppc h2 A{
            color: #fff;
            text-decoration: none;
          }  
          #column-right #ppc h2 A:hover{
            color: #eee;
            text-decoration: none;
          }  

        #column-right .adfox-box{
          padding: 8px 15px;              
        }  

          #column-right .adfox-box  P{
            color: #555;
          }  
          #column-right .adfox-box  A{
            color: #333;
            font-weight: bold;
            text-decoration: none;
            font-size: 10px;
          }  
            #column-right .adfox-box  h3 A{
              font-size: 12px;
            }  

          #column-right .adfox-box  A:hover{
            text-decoration: underline;
          }  


      #column-right #doporucujeme {
        border: 1px solid #ddd;
      }  
    
      #column-right #doporucujeme h5{ 
        display: block;
        padding: 10px;
        color: #fff;
        background: #333;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 1px;
      }
      
      #column-right #doporucujeme A{ 
        display: block;
        padding: 8px 15px;
        color: #000;
        text-decoration: none;
        background: #eee;
        font-size: 12px;        
      }
  
      #column-right #doporucujeme A:hover{ 
        font-weight: bold;
        text-decoration: none;
        background: #fff;
      }

    #main{ 
      float: left;
      width: 468px;
      padding: 10px 0;
    }    

    #main IMG.left{ 
      float: left;
      margin: 0 5px 5px;
      border: 1px solid #ccc;
    }    
    #main IMG.right{ 
      float: right;
      margin: 0 0 5px 5px;
      border: 1px solid #ccc;
    }    



      #main #google-468x60{ 
        width: 468px;
        height: 60px;
        margin-bottom: 10px;
      }  
      #main #google-468x15{ 
        width: 468px;
        height: 15px;
        margin-bottom: 20px;
      }          

    #main .top{ 
      text-align:right;
      font-size: 10px;
      padding-bottom: 10px; 
    }    

      #main H3{ 
        font-weight: bold;
        font-size: 14px;
        padding-left: 5px;
        border-left: 2px solid #006244;
        margin-bottom: 20px;
      }  

      #main H4{ 
        font-weight: bold;
        font-size: 12px;
        padding-left: 5px;
        color: #006244;
        margin-bottom: 20px;
        margin-left: 10px;
      } 

      #main OL, #main UL {
        padding-bottom: 20px;
      } 
      
      #main OL LI{ 
        list-style-type: decimal;
        margin-left: 30px;
        line-height: 150%;        
        text-align: justify;
      } 
      #main UL LI{ 
        list-style-type: disc;
        margin-left: 30px;
        line-height: 150%;        
        text-align: justify;
      } 


      #main P{ 
        font-size: 12px;
        line-height: 150%;
        margin-bottom: 20px;
        text-align: justify;
      } 

      #main P.cite{ 
        padding-left: 20px;
        padding-right: 20px;
      } 
      
      #main A {
        color: #006244;
        text-decoration: underline;
      }

      #main A:hover {
        text-decoration: none;
      }

  #foottext { 
    clear: both;
    border-top: 1px solid #ddd;
    font-size: 12px;
    color: #777;
    padding: 5px;
  }
    #foottext A{ 
      color: #777;
      text-decoration: underline;
    }
    #foottext A:hover{ 
      text-decoration: none;
    }    

  #googletext { 
    clear: both;
    border-top: 1px solid #ddd;
    font-size: 10px;
    color: #777;
    padding: 5px;
    line-height: 120%;
  }
    #googletext A{ 
      color: #777;
      text-decoration: underline;
    }
    #googletext A:hover{ 
      text-decoration: none;
    }    
    
  #footer { 
    width: 900px;
    margin: 0 auto 10px auto;
    padding: 5px;
    text-align: right;
    color: #777;
  }
   
    #footer A{ 
      color: #777;
      text-decoration: underline;
    }          

    #footer A:hover{ 
      text-decoration: none;
    }          

                       

