#aktualno{
            position: absolute;
            /*top: 250px;*/
            top: 274px;
            right: 0px;
            
           /* border: 1px dotted silver;*/
            
            width: 180px;
            height: 249px; 
            
            overflow: auto;
            
            /*background-color: white;*/
            
            /*border-bottom: 1px dotted silver;*/
            border-bottom: 1px solid #333333;
            
            
            _border-bottom: 1px solid silver;
      }
      
#aktualno h1{
            color: white;
            font-size: 12px;
            padding: 0px;
            margin: 0px;
      }
      
      #aktualno p{
            color: silver;
            font-size: 12px;    
            padding: 0px;
            margin: 0px;
            
            padding-left: 5px;
      }
      
      #aktualno .novost{
            padding: 5px;
            /*padding: 7px 5px 7px 20px;*/
            margin: 10px;
            /*margin: 7px 5px 7px 20px;*/
            border-bottom: 1px dotted silver;
            
            
      }
      
      #aktualno a{
            color: #3399FF;
            text-decoration: none;
      }
      
      #aktualno a:hover{
            color: #3399FF;
            text-decoration: underline;
            /*font-weight: bold;*/
            /*color: black;
            background-color: #3399FF;
            
      }      

