/* CSS Document */
	 body
	 {
	 
	 }
	
      *
      {
        margin: 0px;
        padding: 0px;
      }      
		

      #polar
      {
          padding: 0px;  
          margin:  0px;
          font-family: arial;
          background-image: url(http://rss.alexei.cz/css/style05/background.png);
          width: 170px;
          height: 156px;
          overflow: hidden;
          background-color: #E6EAF6;
          position: relative;
      }
      
      #polar a
      {
      	text-decoration: none;
      }
      
      .polar_pics 
      {  
          display:block;
		  height:  62px;  
          width:   109px;
          overflow: hidden;
          top:14px;
		  left: 9px;
		 
		  padding:0px;
		
		
		  position: absolute;
		  /*background-image: url(http://rss.alexei.cz/css/style04/background_pictures.jpg);*/
      } 

      .polar_pics img 
      {  
          
		 
		
		  border: 0 none;
      
         
          width:  109px; 
          height: 62px; 
          top:  1px; 
         position: absolute;
		 
          margin-left: 2px;
		 
      } 
        
        span.polar_nadpis
        {
          color: white;
         margin-top:7px;
          display: block;
          text-align: center;
          
          font-weight: bold;
          font-size: 17px;
          
        }
        
        #polar_obsah
        {
           padding-right:8px;
          height:144px;
          overflow: hidden;
          

        }
        
        #polar_slide
        {
          
         
          height:45px;
          overflow: hidden;
		      width: 40px;
		      z-index: 200;
		  top:25px;
		  position: absolute;
		 
		  left: 122px;
        }
        
        #polar_slide a
        {
          display: block;
         
          width: 40px;
          height: 45px;
          
          
        }
      
      .polar_pics a
      {
        height: 62px;
      }
      
      a.polar_tvportaly
      {
        
        display: block;
     
        background-image: url(http://rss.alexei.cz/css/style05/tvportaly.png);
          background-repeat: no-repeat;
          width: 78px;
          height:31px;
          left:92px;
          overflow: hidden;
			
			position:absolute;
		top:142px;
      }
      
      span.polar_kanal
      {
		 font-weight:bold;
		 font-size: 12px;
		 color: #666666;
		 text-decoration: none;
      }
 
      .polar_infobar a
      {
        text-decoration: none !important;
        font-size: 12px;
		font-weight: normal;
		color: #666666; 
		
        
      }
 
      .polar_infobar
      {
		
       
       
        padding-right: 7px;
        height:60px;
        line-height: 12px;
        top: 88px;
        left: 8px;
        position: absolute;
      }

	  span.polar_output{
	  font-size: 11px;color: #31659C; text-decoration: underline;
	  line-height: 13px;
	  }

	
	a:hover{color: silver;}

